From cfd3c62d8d34676838d0e6da049981d1b17eb7f8 Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:11:09 -0500 Subject: [PATCH 1/2] Corrected statement about fallback schemas --- .lycheeignore | 1 + docs/source/Appendix_B.md | 22 +- docs/source/conf.py | 4 +- docs/source/index.rst | 2 +- hedwiki/HED8.3.0.mediawiki | 1406 ++++ hedxml/HED8.3.0.xml | 13381 +++++++++++++++++++++++++++++++++++ hedxml/HEDLatest.xml | 8459 ++++++++++++++++++---- 7 files changed, 22068 insertions(+), 1207 deletions(-) create mode 100644 hedwiki/HED8.3.0.mediawiki create mode 100644 hedxml/HED8.3.0.xml diff --git a/.lycheeignore b/.lycheeignore index 0b18600..b889dde 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,5 +1,6 @@ https://www.sciencedirect.com/science/article/pii/S1053811921010387 https://www.sciencedirect.com/science/article/pii/S0010945221001106 +https://www.sciencedirect.com/science/article/pii/S1388245717309069 (_anchor|-anchor) diff --git a/docs/source/Appendix_B.md b/docs/source/Appendix_B.md index 612e88e..39a4320 100644 --- a/docs/source/Appendix_B.md +++ b/docs/source/Appendix_B.md @@ -504,23 +504,11 @@ Schema loading errors can occur because the file is inaccessible or is not prope Schema loading errors are handled in different ways by the Python and JavaScript tools. Python tools generally raise a `HedFileError` exception when a failure to load the -schema occurs. The calling programs are responsible for deciding how to handle such a -failure. +schema occurs. The calling programs are responsible for deciding how to handle such a failure. JavaScript tools in contrast are mainly used for validation in HED validation BIDS and are mainly called by the [BIDS](https://bids.neuroimaging.io/) validator. -Usually BIDS datasets provide a HED version number to designate the version of HED -to be used, and the HED JavaScript validator is -responsible for locating and loading schema. - -BIDS validator users do not always have -unrestricted access to the Internet during the validation process. The HED JavaScript -tools have a fallback of the loading of the specified schema fails. The validator loads -an internal copy of the most recent version of the HED schema and loads it. However, it -also reports a `SCHEMA_LOAD_FAILED` issue to alert the user that the schema used -for validation may not be the one designated in the dataset. However, validation will -continue with the fallback schema. - -If the fallback schema stored with the HED validator fails to load, -the `SCHEMA_LOAD_FAILED` issue will also be reported and no additional -HED validation will occur. +If a **BIDS dataset uses HED**, it must provide a HED version specification in the`dataset_description.json` file. +If the HED JavaScript validator cannot load a valid HED schema based on this specification +it reports a `SCHEMA_LOAD_FAILED` issue. +A BIDS dataset diff --git a/docs/source/conf.py b/docs/source/conf.py index 23d9a4a..1ddbf06 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,8 +25,8 @@ author = 'HED Working Group' # The full version, including alpha/beta/rc tags -release = '3.2.0' -version = '3.2.0' +release = '3.3.0' +version = '3.3.0' currentdir = os.path.abspath(os.path.dirname(__file__)) diff --git a/docs/source/index.rst b/docs/source/index.rst index b092b31..d71a929 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -7,7 +7,7 @@ HED specification .. sidebar:: **Links** - * `PDF released version (V3.2.0) `_ + * `PDF released version (V3.3.0) `_ * `PDF working version `_ diff --git a/hedwiki/HED8.3.0.mediawiki b/hedwiki/HED8.3.0.mediawiki new file mode 100644 index 0000000..83f634c --- /dev/null +++ b/hedwiki/HED8.3.0.mediawiki @@ -0,0 +1,1406 @@ +HED version="8.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://github.com/hed-standard/hed-specification/raw/master/hedxml/HED8.0.0.xsd" + +'''Prologue''' +The HED standard schema is a hierarchically-organized vocabulary for annotating events and experimental structure. HED annotations consist of comma-separated tags drawn from this vocabulary. This vocabulary can be augmented by terms drawn from specialized library schema. + +Each term in this vocabulary has a human-readable description and may include additional attributes that give additional properties or that specify how tools should treat the tag during analysis. The meaning of these attributes is described in the Additional schema properties section. + +!# start schema + +'''Event''' {suggestedTag=Task-property, hedId=HED_0012001} [Something that happens at a given time and (typically) place. Elements of this tag subtree designate the general category in which an event falls.] +* Sensory-event {suggestedTag=Task-event-role, suggestedTag=Sensory-presentation, hedId=HED_0012002} [Something perceivable by the participant. An event meant to be an experimental stimulus should include the tag Task-property/Task-event-role/Experimental-stimulus.] +* Agent-action {suggestedTag=Task-event-role, suggestedTag=Agent, hedId=HED_0012003} [Any action engaged in by an agent (see the Agent subtree for agent categories). A participant response to an experiment stimulus should include the tag Agent-property/Agent-task-role/Experiment-participant.] +* Data-feature {suggestedTag=Data-property, hedId=HED_0012004} [An event marking the occurrence of a data feature such as an interictal spike or alpha burst that is often added post hoc to the data record.] +* Experiment-control {hedId=HED_0012005} [An event pertaining to the physical control of the experiment during its operation.] +* Experiment-procedure {hedId=HED_0012006} [An event indicating an experimental procedure, as in performing a saliva swab during the experiment or administering a survey.] +* Experiment-structure {hedId=HED_0012007} [An event specifying a change-point of the structure of experiment. This event is typically used to indicate a change in experimental conditions or tasks.] +* Measurement-event {suggestedTag=Data-property, hedId=HED_0012008} [A discrete measure returned by an instrument.] + +'''Agent''' {suggestedTag=Agent-property, hedId=HED_0012009} [Someone or something that takes an active role or produces a specified effect.The role or effect may be implicit. Being alive or performing an activity such as a computation may qualify something to be an agent. An agent may also be something that simulates something else.] +* Animal-agent {hedId=HED_0012010} [An agent that is an animal.] +* Avatar-agent {hedId=HED_0012011} [An agent associated with an icon or avatar representing another agent.] +* Controller-agent {hedId=HED_0012012} [Experiment control software or hardware.] +* Human-agent {hedId=HED_0012013} [A person who takes an active role or produces a specified effect.] +* Robotic-agent {hedId=HED_0012014} [An agent mechanical device capable of performing a variety of often complex tasks on command or by being programmed in advance.] +* Software-agent {hedId=HED_0012015} [An agent computer program that interacts with the participant in an active role such as an AI advisor.] + +'''Action''' {extensionAllowed, hedId=HED_0012016} [Do something.] +* Communicate {hedId=HED_0012017} [Action conveying knowledge of or about something.] +** Communicate-gesturally {relatedTag=Move-face, relatedTag=Move-upper-extremity, hedId=HED_0012018} [Communicate non-verbally using visible bodily actions, either in place of speech or together and in parallel with spoken words. Gestures include movement of the hands, face, or other parts of the body.] +*** Clap-hands {hedId=HED_0012019} [Strike the palms of against one another resoundingly, and usually repeatedly, especially to express approval.] +*** Clear-throat {relatedTag=Move-face, relatedTag=Move-head, hedId=HED_0012020} [Cough slightly so as to speak more clearly, attract attention, or to express hesitancy before saying something awkward.] +*** Frown {relatedTag=Move-face, hedId=HED_0012021} [Express disapproval, displeasure, or concentration, typically by turning down the corners of the mouth.] +*** Grimace {relatedTag=Move-face, hedId=HED_0012022} [Make a twisted expression, typically expressing disgust, pain, or wry amusement.] +*** Nod-head {relatedTag=Move-head, hedId=HED_0012023} [Tilt head in alternating up and down arcs along the sagittal plane. It is most commonly, but not universally, used to indicate agreement, acceptance, or acknowledgement.] +*** Pump-fist {relatedTag=Move-upper-extremity, hedId=HED_0012024} [Raise with fist clenched in triumph or affirmation.] +*** Raise-eyebrows {relatedTag=Move-face, relatedTag=Move-eyes, hedId=HED_0012025} [Move eyebrows upward.] +*** Shake-fist {relatedTag=Move-upper-extremity, hedId=HED_0012026} [Clench hand into a fist and shake to demonstrate anger.] +*** Shake-head {relatedTag=Move-head, hedId=HED_0012027} [Turn head from side to side as a way of showing disagreement or refusal.] +*** Shhh {relatedTag=Move-upper-extremity, hedId=HED_0012028} [Place finger over lips and possibly uttering the syllable shhh to indicate the need to be quiet.] +*** Shrug {relatedTag=Move-upper-extremity, relatedTag=Move-torso, hedId=HED_0012029} [Lift shoulders up towards head to indicate a lack of knowledge about a particular topic.] +*** Smile {relatedTag=Move-face, hedId=HED_0012030} [Form facial features into a pleased, kind, or amused expression, typically with the corners of the mouth turned up and the front teeth exposed.] +*** Spread-hands {relatedTag=Move-upper-extremity, hedId=HED_0012031} [Spread hands apart to indicate ignorance.] +*** Thumb-up {relatedTag=Move-upper-extremity, hedId=HED_0012032} [Extend the thumb upward to indicate approval.] +*** Thumbs-down {relatedTag=Move-upper-extremity, hedId=HED_0012033} [Extend the thumb downward to indicate disapproval.] +*** Wave {relatedTag=Move-upper-extremity, hedId=HED_0012034} [Raise hand and move left and right, as a greeting or sign of departure.] +*** Widen-eyes {relatedTag=Move-face, relatedTag=Move-eyes, hedId=HED_0012035} [Open eyes and possibly with eyebrows lifted especially to express surprise or fear.] +*** Wink {relatedTag=Move-face, relatedTag=Move-eyes, hedId=HED_0012036} [Close and open one eye quickly, typically to indicate that something is a joke or a secret or as a signal of affection or greeting.] +** Communicate-musically {hedId=HED_0012037} [Communicate using music.] +*** Hum {hedId=HED_0012038} [Make a low, steady continuous sound like that of a bee. Sing with the lips closed and without uttering speech.] +*** Play-instrument {hedId=HED_0012039} [Make musical sounds using an instrument.] +*** Sing {hedId=HED_0012040} [Produce musical tones by means of the voice.] +*** Vocalize {hedId=HED_0012041} [Utter vocal sounds.] +*** Whistle {hedId=HED_0012042} [Produce a shrill clear sound by forcing breath out or air in through the puckered lips.] +** Communicate-vocally {hedId=HED_0012043} [Communicate using mouth or vocal cords.] +*** Cry {hedId=HED_0012044} [Shed tears associated with emotions, usually sadness but also joy or frustration.] +*** Groan {hedId=HED_0012045} [Make a deep inarticulate sound in response to pain or despair.] +*** Laugh {hedId=HED_0012046} [Make the spontaneous sounds and movements of the face and body that are the instinctive expressions of lively amusement and sometimes also of contempt or derision.] +*** Scream {hedId=HED_0012047} [Make loud, vociferous cries or yells to express pain, excitement, or fear.] +*** Shout {hedId=HED_0012048} [Say something very loudly.] +*** Sigh {hedId=HED_0012049} [Emit a long, deep, audible breath expressing sadness, relief, tiredness, or a similar feeling.] +*** Speak {hedId=HED_0012050} [Communicate using spoken language.] +*** Whisper {hedId=HED_0012051} [Speak very softly using breath without vocal cords.] +* Move {hedId=HED_0012052} [Move in a specified direction or manner. Change position or posture.] +** Breathe {hedId=HED_0012053} [Inhale or exhale during respiration.] +*** Blow {hedId=HED_0012054} [Expel air through pursed lips.] +*** Cough {hedId=HED_0012055} [Suddenly and audibly expel air from the lungs through a partially closed glottis, preceded by inhalation.] +*** Exhale {hedId=HED_0012056} [Blow out or expel breath.] +*** Hiccup {hedId=HED_0012057} [Involuntarily spasm the diaphragm and respiratory organs, with a sudden closure of the glottis and a characteristic sound like that of a cough.] +*** Hold-breath {hedId=HED_0012058} [Interrupt normal breathing by ceasing to inhale or exhale.] +*** Inhale {hedId=HED_0012059} [Draw in with the breath through the nose or mouth.] +*** Sneeze {hedId=HED_0012060} [Suddenly and violently expel breath through the nose and mouth.] +*** Sniff {hedId=HED_0012061} [Draw in air audibly through the nose to detect a smell, to stop it from running, or to express contempt.] +** Move-body {hedId=HED_0012062} [Move entire body.] +*** Bend {hedId=HED_0012063} [Move body in a bowed or curved manner.] +*** Dance {hedId=HED_0012064} [Perform a purposefully selected sequences of human movement often with aesthetic or symbolic value. Move rhythmically to music, typically following a set sequence of steps.] +*** Fall-down {hedId=HED_0012065} [Lose balance and collapse.] +*** Flex {hedId=HED_0012066} [Cause a muscle to stand out by contracting or tensing it. Bend a limb or joint.] +*** Jerk {hedId=HED_0012067} [Make a quick, sharp, sudden movement.] +*** Lie-down {hedId=HED_0012068} [Move to a horizontal or resting position.] +*** Recover-balance {hedId=HED_0012069} [Return to a stable, upright body position.] +*** Shudder {hedId=HED_0012070} [Tremble convulsively, sometimes as a result of fear or revulsion.] +*** Sit-down {hedId=HED_0012071} [Move from a standing to a sitting position.] +*** Sit-up {hedId=HED_0012072} [Move from lying down to a sitting position.] +*** Stand-up {hedId=HED_0012073} [Move from a sitting to a standing position.] +*** Stretch {hedId=HED_0012074} [Straighten or extend body or a part of body to its full length, typically so as to tighten muscles or in order to reach something.] +*** Stumble {hedId=HED_0012075} [Trip or momentarily lose balance and almost fall.] +*** Turn {hedId=HED_0012076} [Change or cause to change direction.] +** Move-body-part {hedId=HED_0012077} [Move one part of a body.] +*** Move-eyes {hedId=HED_0012078} [Move eyes.] +**** Blink {hedId=HED_0012079} [Shut and open the eyes quickly.] +**** Close-eyes {hedId=HED_0012080} [Lower and keep eyelids in a closed position.] +**** Fixate {hedId=HED_0012081} [Direct eyes to a specific point or target.] +**** Inhibit-blinks {hedId=HED_0012082} [Purposely prevent blinking.] +**** Open-eyes {hedId=HED_0012083} [Raise eyelids to expose pupil.] +**** Saccade {hedId=HED_0012084} [Move eyes rapidly between fixation points.] +**** Squint {hedId=HED_0012085} [Squeeze one or both eyes partly closed in an attempt to see more clearly or as a reaction to strong light.] +**** Stare {hedId=HED_0012086} [Look fixedly or vacantly at someone or something with eyes wide open.] +*** Move-face {hedId=HED_0012087} [Move the face or jaw.] +**** Bite {hedId=HED_0012088} [Seize with teeth or jaws an object or organism so as to grip or break the surface covering.] +**** Burp {hedId=HED_0012089} [Noisily release air from the stomach through the mouth. Belch.] +**** Chew {hedId=HED_0012090} [Repeatedly grinding, tearing, and or crushing with teeth or jaws.] +**** Gurgle {hedId=HED_0012091} [Make a hollow bubbling sound like that made by water running out of a bottle.] +**** Swallow {hedId=HED_0012092} [Cause or allow something, especially food or drink to pass down the throat.] +***** Gulp {hedId=HED_0012093} [Swallow quickly or in large mouthfuls, often audibly, sometimes to indicate apprehension.] +**** Yawn {hedId=HED_0012094} [Take a deep involuntary inhalation with the mouth open often as a sign of drowsiness or boredom.] +*** Move-head {hedId=HED_0012095} [Move head.] +**** Lift-head {hedId=HED_0012096} [Tilt head back lifting chin.] +**** Lower-head {hedId=HED_0012097} [Move head downward so that eyes are in a lower position.] +**** Turn-head {hedId=HED_0012098} [Rotate head horizontally to look in a different direction.] +*** Move-lower-extremity {hedId=HED_0012099} [Move leg and/or foot.] +**** Curl-toes {hedId=HED_0012100} [Bend toes sometimes to grip.] +**** Hop {hedId=HED_0012101} [Jump on one foot.] +**** Jog {hedId=HED_0012102} [Run at a trot to exercise.] +**** Jump {hedId=HED_0012103} [Move off the ground or other surface through sudden muscular effort in the legs.] +**** Kick {hedId=HED_0012104} [Strike out or flail with the foot or feet.Strike using the leg, in unison usually with an area of the knee or lower using the foot.] +**** Pedal {hedId=HED_0012105} [Move by working the pedals of a bicycle or other machine.] +**** Press-foot {hedId=HED_0012106} [Move by pressing foot.] +**** Run {hedId=HED_0012107} [Travel on foot at a fast pace.] +**** Step {hedId=HED_0012108} [Put one leg in front of the other and shift weight onto it.] +***** Heel-strike {hedId=HED_0012109} [Strike the ground with the heel during a step.] +***** Toe-off {hedId=HED_0012110} [Push with toe as part of a stride.] +**** Trot {hedId=HED_0012111} [Run at a moderate pace, typically with short steps.] +**** Walk {hedId=HED_0012112} [Move at a regular pace by lifting and setting down each foot in turn never having both feet off the ground at once.] +*** Move-torso {hedId=HED_0012113} [Move body trunk.] +*** Move-upper-extremity {hedId=HED_0012114} [Move arm, shoulder, and/or hand.] +**** Drop {hedId=HED_0012115} [Let or cause to fall vertically.] +**** Grab {hedId=HED_0012116} [Seize suddenly or quickly. Snatch or clutch.] +**** Grasp {hedId=HED_0012117} [Seize and hold firmly.] +**** Hold-down {hedId=HED_0012118} [Prevent someone or something from moving by holding them firmly.] +**** Lift {hedId=HED_0012119} [Raising something to higher position.] +**** Make-fist {hedId=HED_0012120} [Close hand tightly with the fingers bent against the palm.] +**** Point {hedId=HED_0012121} [Draw attention to something by extending a finger or arm.] +**** Press {relatedTag=Push, hedId=HED_0012122} [Apply pressure to something to flatten, shape, smooth or depress it. This action tag should be used to indicate key presses and mouse clicks.] +**** Push {relatedTag=Press, hedId=HED_0012123} [Apply force in order to move something away. Use Press to indicate a key press or mouse click.] +**** Reach {hedId=HED_0012124} [Stretch out your arm in order to get or touch something.] +**** Release {hedId=HED_0012125} [Make available or set free.] +**** Retract {hedId=HED_0012126} [Draw or pull back.] +**** Scratch {hedId=HED_0012127} [Drag claws or nails over a surface or on skin.] +**** Snap-fingers {hedId=HED_0012128} [Make a noise by pushing second finger hard against thumb and then releasing it suddenly so that it hits the base of the thumb.] +**** Touch {hedId=HED_0012129} [Come into or be in contact with.] +* Perceive {hedId=HED_0012130} [Produce an internal, conscious image through stimulating a sensory system.] +** Hear {hedId=HED_0012131} [Give attention to a sound.] +** See {hedId=HED_0012132} [Direct gaze toward someone or something or in a specified direction.] +** Sense-by-touch {hedId=HED_0012133} [Sense something through receptors in the skin.] +** Smell {hedId=HED_0012134} [Inhale in order to ascertain an odor or scent.] +** Taste {hedId=HED_0012135} [Sense a flavor in the mouth and throat on contact with a substance.] +* Perform {hedId=HED_0012136} [Carry out or accomplish an action, task, or function.] +** Close {hedId=HED_0012137} [Act as to blocked against entry or passage.] +** Collide-with {hedId=HED_0012138} [Hit with force when moving.] +** Halt {hedId=HED_0012139} [Bring or come to an abrupt stop.] +** Modify {hedId=HED_0012140} [Change something.] +** Open {hedId=HED_0012141} [Widen an aperture, door, or gap, especially one allowing access to something.] +** Operate {hedId=HED_0012142} [Control the functioning of a machine, process, or system.] +** Play {hedId=HED_0012143} [Engage in activity for enjoyment and recreation rather than a serious or practical purpose.] +** Read {hedId=HED_0012144} [Interpret something that is written or printed.] +** Repeat {hedId=HED_0012145} [Make do or perform again.] +** Rest {hedId=HED_0012146} [Be inactive in order to regain strength, health, or energy.] +** Ride {hedId=HED_0012147} [Ride on an animal or in a vehicle. Ride conveys some notion that another agent has partial or total control of the motion.] +** Write {hedId=HED_0012148} [Communicate or express by means of letters or symbols written or imprinted on a surface.] +* Think {hedId=HED_0012149} [Direct the mind toward someone or something or use the mind actively to form connected ideas.] +** Allow {hedId=HED_0012150} [Allow access to something such as allowing a car to pass.] +** Attend-to {hedId=HED_0012151} [Focus mental experience on specific targets.] +** Count {hedId=HED_0012152} [Tally items either silently or aloud.] +** Deny {hedId=HED_0012153} [Refuse to give or grant something requested or desired by someone.] +** Detect {hedId=HED_0012154} [Discover or identify the presence or existence of something.] +** Discriminate {hedId=HED_0012155} [Recognize a distinction.] +** Encode {hedId=HED_0012156} [Convert information or an instruction into a particular form.] +** Evade {hedId=HED_0012157} [Escape or avoid, especially by cleverness or trickery.] +** Generate {hedId=HED_0012158} [Cause something, especially an emotion or situation to arise or come about.] +** Identify {hedId=HED_0012159} [Establish or indicate who or what someone or something is.] +** Imagine {hedId=HED_0012160} [Form a mental image or concept of something.] +** Judge {hedId=HED_0012161} [Evaluate evidence to make a decision or form a belief.] +** Learn {hedId=HED_0012162} [Adaptively change behavior as the result of experience.] +** Memorize {hedId=HED_0012163} [Adaptively change behavior as the result of experience.] +** Plan {hedId=HED_0012164} [Think about the activities required to achieve a desired goal.] +** Predict {hedId=HED_0012165} [Say or estimate that something will happen or will be a consequence of something without having exact information.] +** Recall {hedId=HED_0012166} [Remember information by mental effort.] +** Recognize {hedId=HED_0012167} [Identify someone or something from having encountered them before.] +** Respond {hedId=HED_0012168} [React to something such as a treatment or a stimulus.] +** Switch-attention {hedId=HED_0012169} [Transfer attention from one focus to another.] +** Track {hedId=HED_0012170} [Follow a person, animal, or object through space or time.] + +'''Item''' {extensionAllowed, hedId=HED_0012171} [An independently existing thing (living or nonliving).] +* Biological-item {hedId=HED_0012172} [An entity that is biological, that is related to living organisms.] +** Anatomical-item {hedId=HED_0012173} [A biological structure, system, fluid or other substance excluding single molecular entities.] +*** Body {hedId=HED_0012174} [The biological structure representing an organism.] +*** Body-part {hedId=HED_0012175} [Any part of an organism.] +**** Head {hedId=HED_0012176} [The upper part of the human body, or the front or upper part of the body of an animal, typically separated from the rest of the body by a neck, and containing the brain, mouth, and sense organs.] +**** Head-part {hedId=HED_0013200} [A part of the head.] +***** Brain {hedId=HED_0012177} [Organ inside the head that is made up of nerve cells and controls the body.] +***** Brain-region {hedId=HED_0013201} [A region of the brain.] +****** Cerebellum {hedId=HED_0013202} [A major structure of the brain located near the brainstem. It plays a key role in motor control, coordination, precision, with contributions to different cognitive functions.] +****** Frontal-lobe {hedId=HED_0012178} +****** Occipital-lobe {hedId=HED_0012179} +****** Parietal-lobe {hedId=HED_0012180} +****** Temporal-lobe {hedId=HED_0012181} +***** Ear {hedId=HED_0012182} [A sense organ needed for the detection of sound and for establishing balance.] +***** Face {hedId=HED_0012183} [The anterior portion of the head extending from the forehead to the chin and ear to ear. The facial structures contain the eyes, nose and mouth, cheeks and jaws.] +***** Face-part {hedId=HED_0013203} [A part of the face.] +****** Cheek {hedId=HED_0012184} [The fleshy part of the face bounded by the eyes, nose, ear, and jawline.] +****** Chin {hedId=HED_0012185} [The part of the face below the lower lip and including the protruding part of the lower jaw.] +****** Eye {hedId=HED_0012186} [The organ of sight or vision.] +****** Eyebrow {hedId=HED_0012187} [The arched strip of hair on the bony ridge above each eye socket.] +****** Eyelid {hedId=HED_0012188} [The folds of the skin that cover the eye when closed.] +****** Forehead {hedId=HED_0012189} [The part of the face between the eyebrows and the normal hairline.] +****** Lip {hedId=HED_0012190} [Fleshy fold which surrounds the opening of the mouth.] +****** Mouth {hedId=HED_0012191} [The proximal portion of the digestive tract, containing the oral cavity and bounded by the oral opening.] +****** Mouth-part {hedId=HED_0013204} [A part of the mouth.] +******* Teeth {hedId=HED_0012193} [The hard bone-like structures in the jaws. A collection of teeth arranged in some pattern in the mouth or other part of the body.] +******* Tongue {hedId=HED_0013205} [A muscular organ in the mouth with significant role in mastication, swallowing, speech, and taste.] +****** Nose {hedId=HED_0012192} [A structure of special sense serving as an organ of the sense of smell and as an entrance to the respiratory tract.] +***** Hair {hedId=HED_0012194} [The filamentous outgrowth of the epidermis.] +**** Lower-extremity {hedId=HED_0012195} [Refers to the whole inferior limb (leg and/or foot).] +**** Lower-extremity-part {hedId=HED_0013206} [A part of the lower extremity.] +***** Ankle {hedId=HED_0012196} [A gliding joint between the distal ends of the tibia and fibula and the proximal end of the talus.] +***** Foot {hedId=HED_0012198} [The structure found below the ankle joint required for locomotion.] +***** Foot-part {hedId=HED_0013207} [A part of the foot.] +****** Heel {hedId=HED_0012200} [The back of the foot below the ankle.] +****** Instep {hedId=HED_0012201} [The part of the foot between the ball and the heel on the inner side.] +****** Toe {hedId=HED_0013208} [A digit of the foot.] +******* Big-toe {hedId=HED_0012199} [The largest toe on the inner side of the foot.] +******* Little-toe {hedId=HED_0012202} [The smallest toe located on the outer side of the foot.] +****** Toes {relatedTag=Toe, hedId=HED_0012203} [The terminal digits of the foot. Used to describe collective attributes of all toes, such as bending all toes] +***** Knee {hedId=HED_0012204} [A joint connecting the lower part of the femur with the upper part of the tibia.] +***** Lower-leg {hedId=HED_0013209} [The part of the leg between the knee and the ankle.] +***** Lower-leg-part {hedId=HED_0013210} [A part of the lower leg.] +****** Calf {hedId=HED_0012197} [The fleshy part at the back of the leg below the knee.] +****** Shin {hedId=HED_0012205} [Front part of the leg below the knee.] +***** Upper-leg {hedId=HED_0013211} [The part of the leg between the hip and the knee.] +***** Upper-leg-part {hedId=HED_0013212} [A part of the upper leg.] +****** Thigh {hedId=HED_0012206} [Upper part of the leg between hip and knee.] +**** Neck {hedId=HED_0013213} [The part of the body connecting the head to the torso, containing the cervical spine and vital pathways of nerves, blood vessels, and the airway.] +**** Torso {hedId=HED_0012207} [The body excluding the head and neck and limbs.] +**** Torso-part {hedId=HED_0013214} [A part of the torso.] +***** Abdomen {hedId=HED_0013215} [The part of the body between the thorax and the pelvis.] +***** Navel {hedId=HED_0013216} [The central mark on the abdomen created by the detachment of the umbilical cord after birth.] +***** Pelvis {hedId=HED_0013217} [The bony structure at the base of the spine supporting the legs.] +***** Pelvis-part {hedId=HED_0013218} [A part of the pelvis.] +****** Buttocks {hedId=HED_0012208} [The round fleshy parts that form the lower rear area of a human trunk.] +****** Genitalia {hedId=HED_0013219} [The external organs of reproduction and urination, located in the pelvic region. This includes both male and female genital structures.] +****** Gentalia {deprecatedFrom=8.1.0, hedId=HED_0012209} [The external organs of reproduction. Deprecated due to spelling error. Use Genitalia.] +****** Hip {hedId=HED_0012210} [The lateral prominence of the pelvis from the waist to the thigh.] +***** Torso-back {hedId=HED_0012211} [The rear surface of the human body from the shoulders to the hips.] +***** Torso-chest {hedId=HED_0012212} [The anterior side of the thorax from the neck to the abdomen.] +***** Viscera {hedId=HED_0012213} [Internal organs of the body.] +***** Waist {hedId=HED_0012214} [The abdominal circumference at the navel.] +**** Upper-extremity {hedId=HED_0012215} [Refers to the whole superior limb (shoulder, arm, elbow, wrist, hand).] +**** Upper-extremity-part {hedId=HED_0013220} [A part of the upper extremity.] +***** Elbow {hedId=HED_0012216} [A type of hinge joint located between the forearm and upper arm.] +***** Forearm {hedId=HED_0012217} [Lower part of the arm between the elbow and wrist.] +***** Forearm-part {hedId=HED_0013221} [A part of the forearm.] +***** Hand {hedId=HED_0012218} [The distal portion of the upper extremity. It consists of the carpus, metacarpus, and digits.] +***** Hand-part {hedId=HED_0013222} [A part of the hand.] +****** Finger {hedId=HED_0012219} [Any of the digits of the hand.] +******* Index-finger {hedId=HED_0012220} [The second finger from the radial side of the hand, next to the thumb.] +******* Little-finger {hedId=HED_0012221} [The fifth and smallest finger from the radial side of the hand.] +******* Middle-finger {hedId=HED_0012222} [The middle or third finger from the radial side of the hand.] +******* Ring-finger {hedId=HED_0012223} [The fourth finger from the radial side of the hand.] +******* Thumb {hedId=HED_0012224} [The thick and short hand digit which is next to the index finger in humans.] +****** Fingers {relatedTag=Finger, hedId=HED_0013223} [The terminal digits of the hand. Used to describe collective attributes of all fingers, such as bending all fingers] +****** Knuckles {hedId=HED_0012225} [A part of a finger at a joint where the bone is near the surface, especially where the finger joins the hand.] +****** Palm {hedId=HED_0012226} [The part of the inner surface of the hand that extends from the wrist to the bases of the fingers.] +***** Shoulder {hedId=HED_0012227} [Joint attaching upper arm to trunk.] +***** Upper-arm {hedId=HED_0012228} [Portion of arm between shoulder and elbow.] +***** Upper-arm-part {hedId=HED_0013224} [A part of the upper arm.] +***** Wrist {hedId=HED_0012229} [A joint between the distal end of the radius and the proximal row of carpal bones.] +** Organism {hedId=HED_0012230} [A living entity, more specifically a biological entity that consists of one or more cells and is capable of genomic replication (independently or not).] +*** Animal {hedId=HED_0012231} [A living organism that has membranous cell walls, requires oxygen and organic foods, and is capable of voluntary movement.] +*** Human {hedId=HED_0012232} [The bipedal primate mammal Homo sapiens.] +*** Plant {hedId=HED_0012233} [Any living organism that typically synthesizes its food from inorganic substances and possesses cellulose cell walls.] +* Language-item {suggestedTag=Sensory-presentation, hedId=HED_0012234} [An entity related to a systematic means of communicating by the use of sounds, symbols, or gestures.] +** Character {hedId=HED_0012235} [A mark or symbol used in writing.] +** Clause {hedId=HED_0012236} [A unit of grammatical organization next below the sentence in rank, usually consisting of a subject and predicate.] +** Glyph {hedId=HED_0012237} [A hieroglyphic character, symbol, or pictograph.] +** Nonword {hedId=HED_0012238} [An unpronounceable group of letters or speech sounds that is surrounded by white space when written, is not accepted as a word by native speakers.] +** Paragraph {hedId=HED_0012239} [A distinct section of a piece of writing, usually dealing with a single theme.] +** Phoneme {hedId=HED_0012240} [Any of the minimally distinct units of sound in a specified language that distinguish one word from another.] +** Phrase {hedId=HED_0012241} [A phrase is a group of words functioning as a single unit in the syntax of a sentence.] +** Pseudoword {hedId=HED_0012242} [A pronounceable group of letters or speech sounds that looks or sounds like a word but that is not accepted as such by native speakers.] +** Sentence {hedId=HED_0012243} [A set of words that is complete in itself, conveying a statement, question, exclamation, or command and typically containing an explicit or implied subject and a predicate containing a finite verb.] +** Syllable {hedId=HED_0012244} [A unit of pronunciation having a vowel or consonant sound, with or without surrounding consonants, forming the whole or a part of a word.] +** Textblock {hedId=HED_0012245} [A block of text.] +** Word {hedId=HED_0012246} [A single distinct meaningful element of speech or writing, used with others (or sometimes alone) to form a sentence and typically surrounded by white space when written or printed.] +* Object {suggestedTag=Sensory-presentation, hedId=HED_0012247} [Something perceptible by one or more of the senses, especially by vision or touch. A material thing.] +** Geometric-object {hedId=HED_0012248} [An object or a representation that has structure and topology in space.] +*** 2D-shape {hedId=HED_0012249} [A planar, two-dimensional shape.] +**** Arrow {hedId=HED_0012250} [A shape with a pointed end indicating direction.] +**** Clockface {hedId=HED_0012251} [The dial face of a clock. A location identifier based on clock-face-position numbering or anatomic subregion.] +**** Cross {hedId=HED_0012252} [A figure or mark formed by two intersecting lines crossing at their midpoints.] +**** Dash {hedId=HED_0012253} [A horizontal stroke in writing or printing to mark a pause or break in sense or to represent omitted letters or words.] +**** Ellipse {hedId=HED_0012254} [A closed plane curve resulting from the intersection of a circular cone and a plane cutting completely through it, especially a plane not parallel to the base.] +***** Circle {hedId=HED_0012255} [A ring-shaped structure with every point equidistant from the center.] +**** Rectangle {hedId=HED_0012256} [A parallelogram with four right angles.] +***** Square {hedId=HED_0012257} [A square is a special rectangle with four equal sides.] +**** Single-point {hedId=HED_0012258} [A point is a geometric entity that is located in a zero-dimensional spatial region and whose position is defined by its coordinates in some coordinate system.] +**** Star {hedId=HED_0012259} [A conventional or stylized representation of a star, typically one having five or more points.] +**** Triangle {hedId=HED_0012260} [A three-sided polygon.] +*** 3D-shape {hedId=HED_0012261} [A geometric three-dimensional shape.] +**** Box {hedId=HED_0012262} [A square or rectangular vessel, usually made of cardboard or plastic.] +***** Cube {hedId=HED_0012263} [A solid or semi-solid in the shape of a three dimensional square.] +**** Cone {hedId=HED_0012264} [A shape whose base is a circle and whose sides taper up to a point.] +**** Cylinder {hedId=HED_0012265} [A surface formed by circles of a given radius that are contained in a plane perpendicular to a given axis, whose centers align on the axis.] +**** Ellipsoid {hedId=HED_0012266} [A closed plane curve resulting from the intersection of a circular cone and a plane cutting completely through it, especially a plane not parallel to the base.] +***** Sphere {hedId=HED_0012267} [A solid or hollow three-dimensional object bounded by a closed surface such that every point on the surface is equidistant from the center.] +**** Pyramid {hedId=HED_0012268} [A polyhedron of which one face is a polygon of any number of sides, and the other faces are triangles with a common vertex.] +*** Pattern {hedId=HED_0012269} [An arrangement of objects, facts, behaviors, or other things which have scientific, mathematical, geometric, statistical, or other meaning.] +**** Dots {hedId=HED_0012270} [A small round mark or spot.] +**** LED-pattern {hedId=HED_0012271} [A pattern created by lighting selected members of a fixed light emitting diode array.] +** Ingestible-object {hedId=HED_0012272} [Something that can be taken into the body by the mouth for digestion or absorption.] +** Man-made-object {hedId=HED_0012273} [Something constructed by human means.] +*** Building {hedId=HED_0012274} [A structure that has a roof and walls and stands more or less permanently in one place.] +**** Attic {hedId=HED_0012275} [A room or a space immediately below the roof of a building.] +**** Basement {hedId=HED_0012276} [The part of a building that is wholly or partly below ground level.] +**** Entrance {hedId=HED_0012277} [The means or place of entry.] +**** Roof {hedId=HED_0012278} [A roof is the covering on the uppermost part of a building which provides protection from animals and weather, notably rain, but also heat, wind and sunlight.] +**** Room {hedId=HED_0012279} [An area within a building enclosed by walls and floor and ceiling.] +*** Clothing {hedId=HED_0012280} [A covering designed to be worn on the body.] +*** Device {hedId=HED_0012281} [An object contrived for a specific purpose.] +**** Assistive-device {hedId=HED_0012282} [A device that help an individual accomplish a task.] +***** Glasses {hedId=HED_0012283} [Frames with lenses worn in front of the eye for vision correction, eye protection, or protection from UV rays.] +***** Writing-device {hedId=HED_0012284} [A device used for writing.] +****** Pen {hedId=HED_0012285} [A common writing instrument used to apply ink to a surface for writing or drawing.] +****** Pencil {hedId=HED_0012286} [An implement for writing or drawing that is constructed of a narrow solid pigment core in a protective casing that prevents the core from being broken or marking the hand.] +**** Computing-device {hedId=HED_0012287} [An electronic device which take inputs and processes results from the inputs.] +***** Cellphone {hedId=HED_0012288} [A telephone with access to a cellular radio system so it can be used over a wide area, without a physical connection to a network.] +***** Desktop-computer {hedId=HED_0012289} [A computer suitable for use at an ordinary desk.] +***** Laptop-computer {hedId=HED_0012290} [A computer that is portable and suitable for use while traveling.] +***** Tablet-computer {hedId=HED_0012291} [A small portable computer that accepts input directly on to its screen rather than via a keyboard or mouse.] +**** Engine {hedId=HED_0012292} [A motor is a machine designed to convert one or more forms of energy into mechanical energy.] +**** IO-device {hedId=HED_0012293} [Hardware used by a human (or other system) to communicate with a computer.] +***** Input-device {hedId=HED_0012294} [A piece of equipment used to provide data and control signals to an information processing system such as a computer or information appliance.] +****** Computer-mouse {hedId=HED_0012295} [A hand-held pointing device that detects two-dimensional motion relative to a surface.] +******* Mouse-button {hedId=HED_0012296} [An electric switch on a computer mouse which can be pressed or clicked to select or interact with an element of a graphical user interface.] +******* Scroll-wheel {hedId=HED_0012297} [A scroll wheel or mouse wheel is a wheel used for scrolling made of hard plastic with a rubbery surface usually located between the left and right mouse buttons and is positioned perpendicular to the mouse surface.] +****** Joystick {hedId=HED_0012298} [A control device that uses a movable handle to create two-axis input for a computer device.] +****** Keyboard {hedId=HED_0012299} [A device consisting of mechanical keys that are pressed to create input to a computer.] +******* Keyboard-key {hedId=HED_0012300} [A button on a keyboard usually representing letters, numbers, functions, or symbols.] +******** # {takesValue, hedId=HED_0012301} [Value of a keyboard key.] +****** Keypad {hedId=HED_0012302} [A device consisting of keys, usually in a block arrangement, that provides limited input to a system.] +******* Keypad-key {hedId=HED_0012303} [A key on a separate section of a computer keyboard that groups together numeric keys and those for mathematical or other special functions in an arrangement like that of a calculator.] +******** # {takesValue, hedId=HED_0012304} [Value of keypad key.] +****** Microphone {hedId=HED_0012305} [A device designed to convert sound to an electrical signal.] +****** Push-button {hedId=HED_0012306} [A switch designed to be operated by pressing a button.] +***** Output-device {hedId=HED_0012307} [Any piece of computer hardware equipment which converts information into human understandable form.] +****** Auditory-device {hedId=HED_0012308} [A device designed to produce sound.] +******* Headphones {hedId=HED_0012309} [An instrument that consists of a pair of small loudspeakers, or less commonly a single speaker, held close to ears and connected to a signal source such as an audio amplifier, radio, CD player or portable media player.] +******* Loudspeaker {hedId=HED_0012310} [A device designed to convert electrical signals to sounds that can be heard.] +****** Display-device {hedId=HED_0012311} [An output device for presentation of information in visual or tactile form the latter used for example in tactile electronic displays for blind people.] +******* Computer-screen {hedId=HED_0012312} [An electronic device designed as a display or a physical device designed to be a protective mesh work.] +******** Screen-window {hedId=HED_0012313} [A part of a computer screen that contains a display different from the rest of the screen. A window is a graphical control element consisting of a visual area containing some of the graphical user interface of the program it belongs to and is framed by a window decoration.] +******* Head-mounted-display {hedId=HED_0012314} [An instrument that functions as a display device, worn on the head or as part of a helmet, that has a small display optic in front of one (monocular HMD) or each eye (binocular HMD).] +******* LED-display {hedId=HED_0012315} [A LED display is a flat panel display that uses an array of light-emitting diodes as pixels for a video display.] +***** Recording-device {hedId=HED_0012316} [A device that copies information in a signal into a persistent information bearer.] +****** EEG-recorder {hedId=HED_0012317} [A device for recording electric currents in the brain using electrodes applied to the scalp, to the surface of the brain, or placed within the substance of the brain.] +****** EMG-recorder {hedId=HED_0013225} [A device for recording electrical activity of muscles using electrodes on the body surface or within the muscular mass.] +****** File-storage {hedId=HED_0012318} [A device for recording digital information to a permanent media.] +****** MEG-recorder {hedId=HED_0012319} [A device for measuring the magnetic fields produced by electrical activity in the brain, usually conducted externally.] +****** Motion-capture {hedId=HED_0012320} [A device for recording the movement of objects or people.] +****** Tape-recorder {hedId=HED_0012321} [A device for recording and reproduction usually using magnetic tape for storage that can be saved and played back.] +***** Touchscreen {hedId=HED_0012322} [A control component that operates an electronic device by pressing the display on the screen.] +**** Machine {hedId=HED_0012323} [A human-made device that uses power to apply forces and control movement to perform an action.] +**** Measurement-device {hedId=HED_0012324} [A device that measures something.] +***** Clock {hedId=HED_0012325} [A device designed to indicate the time of day or to measure the time duration of an event or action.] +**** Robot {hedId=HED_0012327} [A mechanical device that sometimes resembles a living animal and is capable of performing a variety of often complex human tasks on command or by being programmed in advance.] +**** Tool {hedId=HED_0012328} [A component that is not part of a device but is designed to support its assembly or operation.] +*** Document {hedId=HED_0012329} [A physical object, or electronic counterpart, that is characterized by containing writing which is meant to be human-readable.] +**** Book {hedId=HED_0012330} [A volume made up of pages fastened along one edge and enclosed between protective covers.] +**** Letter {hedId=HED_0012331} [A written message addressed to a person or organization.] +**** Note {hedId=HED_0012332} [A brief written record.] +**** Notebook {hedId=HED_0012333} [A book for notes or memoranda.] +**** Questionnaire {hedId=HED_0012334} [A document consisting of questions and possibly responses, depending on whether it has been filled out.] +*** Furnishing {hedId=HED_0012335} [Furniture, fittings, and other decorative accessories, such as curtains and carpets, for a house or room.] +*** Manufactured-material {hedId=HED_0012336} [Substances created or extracted from raw materials.] +**** Ceramic {hedId=HED_0012337} [A hard, brittle, heat-resistant and corrosion-resistant material made by shaping and then firing a nonmetallic mineral, such as clay, at a high temperature.] +**** Glass {hedId=HED_0012338} [A brittle transparent solid with irregular atomic structure.] +**** Paper {hedId=HED_0012339} [A thin sheet material produced by mechanically or chemically processing cellulose fibres derived from wood, rags, grasses or other vegetable sources in water.] +**** Plastic {hedId=HED_0012340} [Various high-molecular-weight thermoplastic or thermo-setting polymers that are capable of being molded, extruded, drawn, or otherwise shaped and then hardened into a form.] +**** Steel {hedId=HED_0012341} [An alloy made up of iron with typically a few tenths of a percent of carbon to improve its strength and fracture resistance compared to iron.] +*** Media {hedId=HED_0012342} [Media are audio/visual/audiovisual modes of communicating information for mass consumption.] +**** Media-clip {hedId=HED_0012343} [A short segment of media.] +***** Audio-clip {hedId=HED_0012344} [A short segment of audio.] +***** Audiovisual-clip {hedId=HED_0012345} [A short media segment containing both audio and video.] +***** Video-clip {hedId=HED_0012346} [A short segment of video.] +**** Visualization {hedId=HED_0012347} [An planned process that creates images, diagrams or animations from the input data.] +***** Animation {hedId=HED_0012348} [A form of graphical illustration that changes with time to give a sense of motion or represent dynamic changes in the portrayal.] +***** Art-installation {hedId=HED_0012349} [A large-scale, mixed-media constructions, often designed for a specific place or for a temporary period of time.] +***** Braille {hedId=HED_0012350} [A display using a system of raised dots that can be read with the fingers by people who are blind.] +***** Image {hedId=HED_0012351} [Any record of an imaging event whether physical or electronic.] +****** Cartoon {hedId=HED_0012352} [A type of illustration, sometimes animated, typically in a non-realistic or semi-realistic style. The specific meaning has evolved over time, but the modern usage usually refers to either an image or series of images intended for satire, caricature, or humor. A motion picture that relies on a sequence of illustrations for its animation.] +****** Drawing {hedId=HED_0012353} [A representation of an object or outlining a figure, plan, or sketch by means of lines.] +****** Icon {hedId=HED_0012354} [A sign (such as a word or graphic symbol) whose form suggests its meaning.] +****** Painting {hedId=HED_0012355} [A work produced through the art of painting.] +****** Photograph {hedId=HED_0012356} [An image recorded by a camera.] +***** Movie {hedId=HED_0012357} [A sequence of images displayed in succession giving the illusion of continuous movement.] +***** Outline-visualization {hedId=HED_0012358} [A visualization consisting of a line or set of lines enclosing or indicating the shape of an object in a sketch or diagram.] +***** Point-light-visualization {hedId=HED_0012359} [A display in which action is depicted using a few points of light, often generated from discrete sensors in motion capture.] +***** Sculpture {hedId=HED_0012360} [A two- or three-dimensional representative or abstract forms, especially by carving stone or wood or by casting metal or plaster.] +***** Stick-figure-visualization {hedId=HED_0012361} [A drawing showing the head of a human being or animal as a circle and all other parts as straight lines.] +*** Navigational-object {hedId=HED_0012362} [An object whose purpose is to assist directed movement from one location to another.] +**** Path {hedId=HED_0012363} [A trodden way. A way or track laid down for walking or made by continual treading.] +**** Road {hedId=HED_0012364} [An open way for the passage of vehicles, persons, or animals on land.] +***** Lane {hedId=HED_0012365} [A defined path with physical dimensions through which an object or substance may traverse.] +**** Runway {hedId=HED_0012366} [A paved strip of ground on a landing field for the landing and takeoff of aircraft.] +*** Vehicle {hedId=HED_0012367} [A mobile machine which transports people or cargo.] +**** Aircraft {hedId=HED_0012368} [A vehicle which is able to travel through air in an atmosphere.] +**** Bicycle {hedId=HED_0012369} [A human-powered, pedal-driven, single-track vehicle, having two wheels attached to a frame, one behind the other.] +**** Boat {hedId=HED_0012370} [A watercraft of any size which is able to float or plane on water.] +**** Car {hedId=HED_0012371} [A wheeled motor vehicle used primarily for the transportation of human passengers.] +**** Cart {hedId=HED_0012372} [A cart is a vehicle which has two wheels and is designed to transport human passengers or cargo.] +**** Tractor {hedId=HED_0012373} [A mobile machine specifically designed to deliver a high tractive effort at slow speeds, and mainly used for the purposes of hauling a trailer or machinery used in agriculture or construction.] +**** Train {hedId=HED_0012374} [A connected line of railroad cars with or without a locomotive.] +**** Truck {hedId=HED_0012375} [A motor vehicle which, as its primary function, transports cargo rather than human passengers.] +** Natural-object {hedId=HED_0012376} [Something that exists in or is produced by nature, and is not artificial or man-made.] +*** Mineral {hedId=HED_0012377} [A solid, homogeneous, inorganic substance occurring in nature and having a definite chemical composition.] +*** Natural-feature {hedId=HED_0012378} [A feature that occurs in nature. A prominent or identifiable aspect, region, or site of interest.] +**** Field {hedId=HED_0012379} [An unbroken expanse as of ice or grassland.] +**** Hill {hedId=HED_0012380} [A rounded elevation of limited extent rising above the surrounding land with local relief of less than 300m.] +**** Mountain {hedId=HED_0012381} [A landform that extends above the surrounding terrain in a limited area.] +**** River {hedId=HED_0012382} [A natural freshwater surface stream of considerable volume and a permanent or seasonal flow, moving in a definite channel toward a sea, lake, or another river.] +**** Waterfall {hedId=HED_0012383} [A sudden descent of water over a step or ledge in the bed of a river.] +* Sound {hedId=HED_0012384} [Mechanical vibrations transmitted by an elastic medium. Something that can be heard.] +** Environmental-sound {hedId=HED_0012385} [Sounds occurring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities.] +*** Crowd-sound {hedId=HED_0012386} [Noise produced by a mixture of sounds from a large group of people.] +*** Signal-noise {hedId=HED_0012387} [Any part of a signal that is not the true or original signal but is introduced by the communication mechanism.] +** Musical-sound {hedId=HED_0012388} [Sound produced by continuous and regular vibrations, as opposed to noise.] +*** Instrument-sound {hedId=HED_0012389} [Sound produced by a musical instrument.] +*** Tone {hedId=HED_0012390} [A musical note, warble, or other sound used as a particular signal on a telephone or answering machine.] +*** Vocalized-sound {hedId=HED_0012391} [Musical sound produced by vocal cords in a biological agent.] +** Named-animal-sound {hedId=HED_0012392} [A sound recognizable as being associated with particular animals.] +*** Barking {hedId=HED_0012393} [Sharp explosive cries like sounds made by certain animals, especially a dog, fox, or seal.] +*** Bleating {hedId=HED_0012394} [Wavering cries like sounds made by a sheep, goat, or calf.] +*** Chirping {hedId=HED_0012395} [Short, sharp, high-pitched noises like sounds made by small birds or an insects.] +*** Crowing {hedId=HED_0012396} [Loud shrill sounds characteristic of roosters.] +*** Growling {hedId=HED_0012397} [Low guttural sounds like those that made in the throat by a hostile dog or other animal.] +*** Meowing {hedId=HED_0012398} [Vocalizations like those made by as those cats. These sounds have diverse tones and are sometimes chattered, murmured or whispered. The purpose can be assertive.] +*** Mooing {hedId=HED_0012399} [Deep vocal sounds like those made by a cow.] +*** Purring {hedId=HED_0012400} [Low continuous vibratory sound such as those made by cats. The sound expresses contentment.] +*** Roaring {hedId=HED_0012401} [Loud, deep, or harsh prolonged sounds such as those made by big cats and bears for long-distance communication and intimidation.] +*** Squawking {hedId=HED_0012402} [Loud, harsh noises such as those made by geese.] +** Named-object-sound {hedId=HED_0012403} [A sound identifiable as coming from a particular type of object.] +*** Alarm-sound {hedId=HED_0012404} [A loud signal often loud continuous ringing to alert people to a problem or condition that requires urgent attention.] +*** Beep {hedId=HED_0012405} [A short, single tone, that is typically high-pitched and generally made by a computer or other machine.] +*** Buzz {hedId=HED_0012406} [A persistent vibratory sound often made by a buzzer device and used to indicate something incorrect.] +*** Click {hedId=HED_0012407} [The sound made by a mechanical cash register, often to designate a reward.] +*** Ding {hedId=HED_0012408} [A short ringing sound such as that made by a bell, often to indicate a correct response or the expiration of time.] +*** Horn-blow {hedId=HED_0012409} [A loud sound made by forcing air through a sound device that funnels air to create the sound, often used to sound an alert.] +*** Ka-ching {hedId=HED_0012410} [The sound made by a mechanical cash register, often to designate a reward.] +*** Siren {hedId=HED_0012411} [A loud, continuous sound often varying in frequency designed to indicate an emergency.] + +'''Property''' {extensionAllowed, hedId=HED_0012412} [Something that pertains to a thing. A characteristic of some entity. A quality or feature regarded as a characteristic or inherent part of someone or something. HED attributes are adjectives or adverbs.] +* Agent-property {hedId=HED_0012413} [Something that pertains to or describes an agent.] +** Agent-state {hedId=HED_0012414} [The state of the agent.] +*** Agent-cognitive-state {hedId=HED_0012415} [The state of the cognitive processes or state of mind of the agent.] +**** Alert {hedId=HED_0012416} [Condition of heightened watchfulness or preparation for action.] +**** Anesthetized {hedId=HED_0012417} [Having lost sensation to pain or having senses dulled due to the effects of an anesthetic.] +**** Asleep {hedId=HED_0012418} [Having entered a periodic, readily reversible state of reduced awareness and metabolic activity, usually accompanied by physical relaxation and brain activity.] +**** Attentive {hedId=HED_0012419} [Concentrating and focusing mental energy on the task or surroundings.] +**** Awake {hedId=HED_0012420} [In a non sleeping state.] +**** Brain-dead {hedId=HED_0012421} [Characterized by the irreversible absence of cortical and brain stem functioning.] +**** Comatose {hedId=HED_0012422} [In a state of profound unconsciousness associated with markedly depressed cerebral activity.] +**** Distracted {hedId=HED_0012423} [Lacking in concentration because of being preoccupied.] +**** Drowsy {hedId=HED_0012424} [In a state of near-sleep, a strong desire for sleep, or sleeping for unusually long periods.] +**** Intoxicated {hedId=HED_0012425} [In a state with disturbed psychophysiological functions and responses as a result of administration or ingestion of a psychoactive substance.] +**** Locked-in {hedId=HED_0012426} [In a state of complete paralysis of all voluntary muscles except for the ones that control the movements of the eyes.] +**** Passive {hedId=HED_0012427} [Not responding or initiating an action in response to a stimulus.] +**** Resting {hedId=HED_0012428} [A state in which the agent is not exhibiting any physical exertion.] +**** Vegetative {hedId=HED_0012429} [A state of wakefulness and conscience, but (in contrast to coma) with involuntary opening of the eyes and movements (such as teeth grinding, yawning, or thrashing of the extremities).] +*** Agent-emotional-state {hedId=HED_0012430} [The status of the general temperament and outlook of an agent.] +**** Angry {hedId=HED_0012431} [Experiencing emotions characterized by marked annoyance or hostility.] +**** Aroused {hedId=HED_0012432} [In a state reactive to stimuli leading to increased heart rate and blood pressure, sensory alertness, mobility and readiness to respond.] +**** Awed {hedId=HED_0012433} [Filled with wonder. Feeling grand, sublime or powerful emotions characterized by a combination of joy, fear, admiration, reverence, and/or respect.] +**** Compassionate {hedId=HED_0012434} [Feeling or showing sympathy and concern for others often evoked for a person who is in distress and associated with altruistic motivation.] +**** Content {hedId=HED_0012435} [Feeling satisfaction with things as they are.] +**** Disgusted {hedId=HED_0012436} [Feeling revulsion or profound disapproval aroused by something unpleasant or offensive.] +**** Emotionally-neutral {hedId=HED_0012437} [Feeling neither satisfied nor dissatisfied.] +**** Empathetic {hedId=HED_0012438} [Understanding and sharing the feelings of another. Being aware of, being sensitive to, and vicariously experiencing the feelings, thoughts, and experience of another.] +**** Excited {hedId=HED_0012439} [Feeling great enthusiasm and eagerness.] +**** Fearful {hedId=HED_0012440} [Feeling apprehension that one may be in danger.] +**** Frustrated {hedId=HED_0012441} [Feeling annoyed as a result of being blocked, thwarted, disappointed or defeated.] +**** Grieving {hedId=HED_0012442} [Feeling sorrow in response to loss, whether physical or abstract.] +**** Happy {hedId=HED_0012443} [Feeling pleased and content.] +**** Jealous {hedId=HED_0012444} [Feeling threatened by a rival in a relationship with another individual, in particular an intimate partner, usually involves feelings of threat, fear, suspicion, distrust, anxiety, anger, betrayal, and rejection.] +**** Joyful {hedId=HED_0012445} [Feeling delight or intense happiness.] +**** Loving {hedId=HED_0012446} [Feeling a strong positive emotion of affection and attraction.] +**** Relieved {hedId=HED_0012447} [No longer feeling pain, distress,anxiety, or reassured.] +**** Sad {hedId=HED_0012448} [Feeling grief or unhappiness.] +**** Stressed {hedId=HED_0012449} [Experiencing mental or emotional strain or tension.] +*** Agent-physiological-state {hedId=HED_0012450} [Having to do with the mechanical, physical, or biochemical function of an agent.] +**** Catamenial {hedId=HED_0013226} [Related to menstruation.] +**** Fever {relatedTag=Sick, hedId=HED_0013227} [Body temperature above the normal range.] +**** Healthy {relatedTag=Sick, hedId=HED_0012451} [Having no significant health-related issues.] +**** Hungry {relatedTag=Sated, relatedTag=Thirsty, hedId=HED_0012452} [Being in a state of craving or desiring food.] +**** Rested {relatedTag=Tired, hedId=HED_0012453} [Feeling refreshed and relaxed.] +**** Sated {relatedTag=Hungry, hedId=HED_0012454} [Feeling full.] +**** Sick {relatedTag=Healthy, hedId=HED_0012455} [Being in a state of ill health, bodily malfunction, or discomfort.] +**** Thirsty {relatedTag=Hungry, hedId=HED_0012456} [Feeling a need to drink.] +**** Tired {relatedTag=Rested, hedId=HED_0012457} [Feeling in need of sleep or rest.] +*** Agent-postural-state {hedId=HED_0012458} [Pertaining to the position in which agent holds their body.] +**** Crouching {hedId=HED_0012459} [Adopting a position where the knees are bent and the upper body is brought forward and down, sometimes to avoid detection or to defend oneself.] +**** Eyes-closed {hedId=HED_0012460} [Keeping eyes closed with no blinking.] +**** Eyes-open {hedId=HED_0012461} [Keeping eyes open with occasional blinking.] +**** Kneeling {hedId=HED_0012462} [Positioned where one or both knees are on the ground.] +**** On-treadmill {hedId=HED_0012463} [Ambulation on an exercise apparatus with an endless moving belt to support moving in place.] +**** Prone {hedId=HED_0012464} [Positioned in a recumbent body position whereby the person lies on its stomach and faces downward.] +**** Seated-with-chin-rest {hedId=HED_0012465} [Using a device that supports the chin and head.] +**** Sitting {hedId=HED_0012466} [In a seated position.] +**** Standing {hedId=HED_0012467} [Assuming or maintaining an erect upright position.] +** Agent-task-role {hedId=HED_0012468} [The function or part that is ascribed to an agent in performing the task.] +*** Experiment-actor {hedId=HED_0012469} [An agent who plays a predetermined role to create the experiment scenario.] +*** Experiment-controller {hedId=HED_0012470} [An agent exerting control over some aspect of the experiment.] +*** Experiment-participant {hedId=HED_0012471} [Someone who takes part in an activity related to an experiment.] +*** Experimenter {hedId=HED_0012472} [Person who is the owner of the experiment and has its responsibility.] +** Agent-trait {hedId=HED_0012473} [A genetically, environmentally, or socially determined characteristic of an agent.] +*** Age {hedId=HED_0012474} [Length of time elapsed time since birth of the agent.] +**** # {takesValue, valueClass=numericClass, hedId=HED_0012475} +*** Agent-experience-level {hedId=HED_0012476} [Amount of skill or knowledge that the agent has as pertains to the task.] +**** Expert-level {relatedTag=Intermediate-experience-level, relatedTag=Novice-level, hedId=HED_0012477} [Having comprehensive and authoritative knowledge of or skill in a particular area related to the task.] +**** Intermediate-experience-level {relatedTag=Expert-level, relatedTag=Novice-level, hedId=HED_0012478} [Having a moderate amount of knowledge or skill related to the task.] +**** Novice-level {relatedTag=Expert-level, relatedTag=Intermediate-experience-level, hedId=HED_0012479} [Being inexperienced in a field or situation related to the task.] +*** Ethnicity {hedId=HED_0012480} [Belong to a social group that has a common national or cultural tradition. Use with Label to avoid extension.] +*** Gender {hedId=HED_0012481} [Characteristics that are socially constructed, including norms, behaviors, and roles based on sex.] +*** Handedness {hedId=HED_0012482} [Individual preference for use of a hand, known as the dominant hand.] +**** Ambidextrous {hedId=HED_0012483} [Having no overall dominance in the use of right or left hand or foot in the performance of tasks that require one hand or foot.] +**** Left-handed {hedId=HED_0012484} [Preference for using the left hand or foot for tasks requiring the use of a single hand or foot.] +**** Right-handed {hedId=HED_0012485} [Preference for using the right hand or foot for tasks requiring the use of a single hand or foot.] +*** Race {hedId=HED_0012486} [Belonging to a group sharing physical or social qualities as defined within a specified society. Use with Label to avoid extension.] +*** Sex {hedId=HED_0012487} [Physical properties or qualities by which male is distinguished from female.] +**** Female {hedId=HED_0012488} [Biological sex of an individual with female sexual organs such ova.] +**** Intersex {hedId=HED_0012489} [Having genitalia and/or secondary sexual characteristics of indeterminate sex.] +**** Male {hedId=HED_0012490} [Biological sex of an individual with male sexual organs producing sperm.] +**** Other-sex {hedId=HED_0012491} [A non-specific designation of sexual traits.] +* Data-property {extensionAllowed, hedId=HED_0012492} [Something that pertains to data or information.] +** Data-artifact {hedId=HED_0012493} [An anomalous, interfering, or distorting signal originating from a source other than the item being studied.] +*** Biological-artifact {hedId=HED_0012494} [A data artifact arising from a biological entity being measured.] +**** Chewing-artifact {hedId=HED_0012495} [Artifact from moving the jaw in a chewing motion.] +**** ECG-artifact {hedId=HED_0012496} [An electrical artifact from the far-field potential from pulsation of the heart, time locked to QRS complex.] +**** EMG-artifact {hedId=HED_0012497} [Artifact from muscle activity and myogenic potentials at the measurements site. In EEG, myogenic potentials are the most common artifacts. Frontalis and temporalis muscles (e.g. clenching of jaw muscles) are common causes. Generally, the potentials generated in the muscles are of shorter duration than those generated in the brain. The frequency components are usually beyond 30-50 Hz, and the bursts are arrhythmic.] +**** Eye-artifact {hedId=HED_0012498} [Ocular movements and blinks can result in artifacts in different types of data. In electrophysiology data, these can result transients and offsets the signal.] +***** Eye-blink-artifact {hedId=HED_0012499} [Artifact from eye blinking. In EEG, Fp1/Fp2 electrodes become electro-positive with eye closure because the cornea is positively charged causing a negative deflection in Fp1/Fp2. If the eye blink is unilateral, consider prosthetic eye.] +***** Eye-movement-artifact {hedId=HED_0012500} [Eye movements can cause artifacts on recordings. The charge of the eye can especially cause artifacts in electrophysiology data.] +****** Horizontal-eye-movement-artifact {hedId=HED_0012501} [Artifact from moving eyes left-to-right and right-to-left. In EEG, there is an upward deflection in the Fp2-F8 derivation, when the eyes move to the right side. In this case F8 becomes more positive and therefore. When the eyes move to the left, F7 becomes more positive and there is an upward deflection in the Fp1-F7 derivation.] +****** Nystagmus-artifact {hedId=HED_0012502} [Artifact from nystagmus (a vision condition in which the eyes make repetitive, uncontrolled movements).] +****** Slow-eye-movement-artifact {hedId=HED_0012503} [Artifacts originating from slow, rolling eye-movements, seen during drowsiness.] +****** Vertical-eye-movement-artifact {hedId=HED_0012504} [Artifact from moving eyes up and down. In EEG, this causes positive potentials (50-100 micro V) with bi-frontal distribution, maximum at Fp1 and Fp2, when the eyeball rotates upward. The downward rotation of the eyeball is associated with the negative deflection. The time course of the deflections is similar to the time course of the eyeball movement.] +**** Movement-artifact {hedId=HED_0012505} [Artifact in the measured data generated by motion of the subject.] +**** Pulse-artifact {hedId=HED_0012506} [A mechanical artifact from a pulsating blood vessel near a measurement site, cardio-ballistic artifact.] +**** Respiration-artifact {hedId=HED_0012507} [Artifact from breathing.] +**** Rocking-patting-artifact {hedId=HED_0012508} [Quasi-rhythmical artifacts in recordings most commonly seen in infants. Typically caused by a caregiver rocking or patting the infant.] +**** Sucking-artifact {hedId=HED_0012509} [Artifact from sucking, typically seen in very young cases.] +**** Sweat-artifact {hedId=HED_0012510} [Artifact from sweating. In EEG, this is a low amplitude undulating waveform that is usually greater than 2 seconds and may appear to be an unstable baseline.] +**** Tongue-movement-artifact {hedId=HED_0012511} [Artifact from tongue movement (Glossokinetic). The tongue functions as a dipole, with the tip negative with respect to the base. In EEG, the artifact produced by the tongue has a broad potential field that drops from frontal to occipital areas, although it is less steep than that produced by eye movement artifacts. The amplitude of the potentials is greater inferiorly than in parasagittal regions; the frequency is variable but usually in the delta range. Chewing and sucking can produce similar artifacts.] +*** Nonbiological-artifact {hedId=HED_0012512} [A data artifact arising from a non-biological source.] +**** Artificial-ventilation-artifact {hedId=HED_0012513} [Artifact stemming from mechanical ventilation. These can occur at the same rate as the ventilator, but also have other patterns.] +**** Dialysis-artifact {hedId=HED_0012514} [Artifacts seen in recordings during continuous renal replacement therapy (dialysis).] +**** Electrode-movement-artifact {hedId=HED_0012515} [Artifact from electrode movement.] +**** Electrode-pops-artifact {hedId=HED_0012516} [Brief artifact with a steep rise and slow fall of an electrophysiological signal, most often caused by a loose electrode.] +**** Induction-artifact {hedId=HED_0012517} [Artifacts induced by nearby equipment. In EEG, these are usually of high frequency.] +**** Line-noise-artifact {hedId=HED_0012518} [Power line noise at 50 Hz or 60 Hz.] +***** # {takesValue, valueClass=numericClass, unitClass=frequencyUnits, hedId=HED_0012519} +**** Salt-bridge-artifact {hedId=HED_0012520} [Artifact from salt-bridge between EEG electrodes.] +** Data-marker {hedId=HED_0012521} [An indicator placed to mark something.] +*** Data-break-marker {hedId=HED_0012522} [An indicator place to indicate a gap in the data.] +*** Temporal-marker {hedId=HED_0012523} [An indicator placed at a particular time in the data.] +**** Inset {topLevelTagGroup, reserved, relatedTag=Onset, relatedTag=Offset, hedId=HED_0012524} [Marks an intermediate point in an ongoing event of temporal extent.] +**** Offset {topLevelTagGroup, reserved, relatedTag=Onset, relatedTag=Inset, hedId=HED_0012525} [Marks the end of an event of temporal extent.] +**** Onset {topLevelTagGroup, reserved, relatedTag=Inset, relatedTag=Offset, hedId=HED_0012526} [Marks the start of an ongoing event of temporal extent.] +**** Pause {hedId=HED_0012527} [Indicates the temporary interruption of the operation of a process and subsequently a wait for a signal to continue.] +**** Time-out {hedId=HED_0012528} [A cancellation or cessation that automatically occurs when a predefined interval of time has passed without a certain event occurring.] +**** Time-sync {hedId=HED_0012529} [A synchronization signal whose purpose is to help synchronize different signals or processes. Often used to indicate a marker inserted into the recorded data to allow post hoc synchronization of concurrently recorded data streams.] +** Data-resolution {hedId=HED_0012530} [Smallest change in a quality being measured by an sensor that causes a perceptible change.] +*** Printer-resolution {hedId=HED_0012531} [Resolution of a printer, usually expressed as the number of dots-per-inch for a printer.] +**** # {takesValue, valueClass=numericClass, hedId=HED_0012532} +*** Screen-resolution {hedId=HED_0012533} [Resolution of a screen, usually expressed as the of pixels in a dimension for a digital display device.] +**** # {takesValue, valueClass=numericClass, hedId=HED_0012534} +*** Sensory-resolution {hedId=HED_0012535} [Resolution of measurements by a sensing device.] +**** # {takesValue, valueClass=numericClass, hedId=HED_0012536} +*** Spatial-resolution {hedId=HED_0012537} [Linear spacing of a spatial measurement.] +**** # {takesValue, valueClass=numericClass, hedId=HED_0012538} +*** Spectral-resolution {hedId=HED_0012539} [Measures the ability of a sensor to resolve features in the electromagnetic spectrum.] +**** # {takesValue, valueClass=numericClass, hedId=HED_0012540} +*** Temporal-resolution {hedId=HED_0012541} [Measures the ability of a sensor to resolve features in time.] +**** # {takesValue, valueClass=numericClass, hedId=HED_0012542} +** Data-source-type {hedId=HED_0012543} [The type of place, person, or thing from which the data comes or can be obtained.] +*** Computed-feature {hedId=HED_0012544} [A feature computed from the data by a tool. This tag should be grouped with a label of the form Toolname_propertyName.] +*** Computed-prediction {hedId=HED_0012545} [A computed extrapolation of known data.] +*** Expert-annotation {hedId=HED_0012546} [An explanatory or critical comment or other in-context information provided by an authority.] +*** Instrument-measurement {hedId=HED_0012547} [Information obtained from a device that is used to measure material properties or make other observations.] +*** Observation {hedId=HED_0012548} [Active acquisition of information from a primary source. Should be grouped with a label of the form AgentID_featureName.] +** Data-value {hedId=HED_0012549} [Designation of the type of a data item.] +*** Categorical-value {hedId=HED_0012550} [Indicates that something can take on a limited and usually fixed number of possible values.] +**** Categorical-class-value {hedId=HED_0012551} [Categorical values that fall into discrete classes such as true or false. The grouping is absolute in the sense that it is the same for all participants.] +***** All {relatedTag=Some, relatedTag=None, hedId=HED_0012552} [To a complete degree or to the full or entire extent.] +***** Correct {relatedTag=Wrong, hedId=HED_0012553} [Free from error. Especially conforming to fact or truth.] +***** Explicit {relatedTag=Implicit, hedId=HED_0012554} [Stated clearly and in detail, leaving no room for confusion or doubt.] +***** False {relatedTag=True, hedId=HED_0012555} [Not in accordance with facts, reality or definitive criteria.] +***** Implicit {relatedTag=Explicit, hedId=HED_0012556} [Implied though not plainly expressed.] +***** Invalid {relatedTag=Valid, hedId=HED_0012557} [Not allowed or not conforming to the correct format or specifications.] +***** None {relatedTag=All, relatedTag=Some, hedId=HED_0012558} [No person or thing, nobody, not any.] +***** Some {relatedTag=All, relatedTag=None, hedId=HED_0012559} [At least a small amount or number of, but not a large amount of, or often.] +***** True {relatedTag=False, hedId=HED_0012560} [Conforming to facts, reality or definitive criteria.] +***** Unknown {relatedTag=Invalid, hedId=HED_0012561} [The information has not been provided.] +***** Valid {relatedTag=Invalid, hedId=HED_0012562} [Allowable, usable, or acceptable.] +***** Wrong {relatedTag=Correct, hedId=HED_0012563} [Inaccurate or not correct.] +**** Categorical-judgment-value {hedId=HED_0012564} [Categorical values that are based on the judgment or perception of the participant such familiar and famous.] +***** Abnormal {relatedTag=Normal, hedId=HED_0012565} [Deviating in any way from the state, position, structure, condition, behavior, or rule which is considered a norm.] +***** Asymmetrical {relatedTag=Symmetrical, hedId=HED_0012566} [Lacking symmetry or having parts that fail to correspond to one another in shape, size, or arrangement.] +***** Audible {relatedTag=Inaudible, hedId=HED_0012567} [A sound that can be perceived by the participant.] +***** Complex {relatedTag=Simple, hedId=HED_0012568} [Hard, involved or complicated, elaborate, having many parts.] +***** Congruent {relatedTag=Incongruent, hedId=HED_0012569} [Concordance of multiple evidence lines. In agreement or harmony.] +***** Constrained {relatedTag=Unconstrained, hedId=HED_0012570} [Keeping something within particular limits or bounds.] +***** Disordered {relatedTag=Ordered, hedId=HED_0012571} [Not neatly arranged. Confused and untidy. A structural quality in which the parts of an object are non-rigid.] +***** Familiar {relatedTag=Unfamiliar, relatedTag=Famous, hedId=HED_0012572} [Recognized, familiar, or within the scope of knowledge.] +***** Famous {relatedTag=Familiar, relatedTag=Unfamiliar, hedId=HED_0012573} [A person who has a high degree of recognition by the general population for his or her success or accomplishments. A famous person.] +***** Inaudible {relatedTag=Audible, hedId=HED_0012574} [A sound below the threshold of perception of the participant.] +***** Incongruent {relatedTag=Congruent, hedId=HED_0012575} [Not in agreement or harmony.] +***** Involuntary {relatedTag=Voluntary, hedId=HED_0012576} [An action that is not made by choice. In the body, involuntary actions (such as blushing) occur automatically, and cannot be controlled by choice.] +***** Masked {relatedTag=Unmasked, hedId=HED_0012577} [Information exists but is not provided or is partially obscured due to security,privacy, or other concerns.] +***** Normal {relatedTag=Abnormal, hedId=HED_0012578} [Being approximately average or within certain limits. Conforming with or constituting a norm or standard or level or type or social norm.] +***** Ordered {relatedTag=Disordered, hedId=HED_0012579} [Conforming to a logical or comprehensible arrangement of separate elements.] +***** Simple {relatedTag=Complex, hedId=HED_0012580} [Easily understood or presenting no difficulties.] +***** Symmetrical {relatedTag=Asymmetrical, hedId=HED_0012581} [Made up of exactly similar parts facing each other or around an axis. Showing aspects of symmetry.] +***** Unconstrained {relatedTag=Constrained, hedId=HED_0012582} [Moving without restriction.] +***** Unfamiliar {relatedTag=Familiar, relatedTag=Famous, hedId=HED_0012583} [Not having knowledge or experience of.] +***** Unmasked {relatedTag=Masked, hedId=HED_0012584} [Information is revealed.] +***** Voluntary {relatedTag=Involuntary, hedId=HED_0012585} [Using free will or design; not forced or compelled; controlled by individual volition.] +**** Categorical-level-value {hedId=HED_0012586} [Categorical values based on dividing a continuous variable into levels such as high and low.] +***** Cold {relatedTag=Hot, hedId=HED_0012587} [Having an absence of heat.] +***** Deep {relatedTag=Shallow, hedId=HED_0012588} [Extending relatively far inward or downward.] +***** High {relatedTag=Low, relatedTag=Medium, hedId=HED_0012589} [Having a greater than normal degree, intensity, or amount.] +***** Hot {relatedTag=Cold, hedId=HED_0012590} [Having an excess of heat.] +***** Large {relatedTag=Small, hedId=HED_0012591} [Having a great extent such as in physical dimensions, period of time, amplitude or frequency.] +***** Liminal {relatedTag=Subliminal, relatedTag=Supraliminal, hedId=HED_0012592} [Situated at a sensory threshold that is barely perceptible or capable of eliciting a response.] +***** Loud {relatedTag=Quiet, hedId=HED_0012593} [Having a perceived high intensity of sound.] +***** Low {relatedTag=High, hedId=HED_0012594} [Less than normal in degree, intensity or amount.] +***** Medium {relatedTag=Low, relatedTag=High, hedId=HED_0012595} [Mid-way between small and large in number, quantity, magnitude or extent.] +***** Negative {relatedTag=Positive, hedId=HED_0012596} [Involving disadvantage or harm.] +***** Positive {relatedTag=Negative, hedId=HED_0012597} [Involving advantage or good.] +***** Quiet {relatedTag=Loud, hedId=HED_0012598} [Characterizing a perceived low intensity of sound.] +***** Rough {relatedTag=Smooth, hedId=HED_0012599} [Having a surface with perceptible bumps, ridges, or irregularities.] +***** Shallow {relatedTag=Deep, hedId=HED_0012600} [Having a depth which is relatively low.] +***** Small {relatedTag=Large, hedId=HED_0012601} [Having a small extent such as in physical dimensions, period of time, amplitude or frequency.] +***** Smooth {relatedTag=Rough, hedId=HED_0012602} [Having a surface free from bumps, ridges, or irregularities.] +***** Subliminal {relatedTag=Liminal, relatedTag=Supraliminal, hedId=HED_0012603} [Situated below a sensory threshold that is imperceptible or not capable of eliciting a response.] +***** Supraliminal {relatedTag=Liminal, relatedTag=Subliminal, hedId=HED_0012604} [Situated above a sensory threshold that is perceptible or capable of eliciting a response.] +***** Thick {relatedTag=Thin, hedId=HED_0012605} [Wide in width, extent or cross-section.] +***** Thin {relatedTag=Thick, hedId=HED_0012606} [Narrow in width, extent or cross-section.] +**** Categorical-location-value {hedId=HED_0012607} [Value indicating the location of something, primarily as an identifier rather than an expression of where the item is relative to something else.] +***** Anterior {hedId=HED_0012608} [Relating to an item on the front of an agent body (from the point of view of the agent) or on the front of an object from the point of view of an agent. This pertains to the identity of an agent or a thing.] +***** Lateral {hedId=HED_0012609} [Identifying the portion of an object away from the midline, particularly applied to the (anterior-posterior, superior-inferior) surface of a brain.] +***** Left {hedId=HED_0012610} [Relating to an item on the left side of an agent body (from the point of view of the agent) or the left side of an object from the point of view of an agent. This pertains to the identity of an agent or a thing, for example (Left, Hand) as an identifier for the left hand. HED spatial relations should be used for relative positions such as (Hand, (Left-side-of, Keyboard)), which denotes the hand placed on the left side of the keyboard, which could be either the identified left hand or right hand.] +***** Medial {hedId=HED_0012611} [Identifying the portion of an object towards the center, particularly applied to the (anterior-posterior, superior-inferior) surface of a brain.] +***** Posterior {hedId=HED_0012612} [Relating to an item on the back of an agent body (from the point of view of the agent) or on the back of an object from the point of view of an agent. This pertains to the identity of an agent or a thing.] +***** Right {hedId=HED_0012613} [Relating to an item on the right side of an agent body (from the point of view of the agent) or the right side of an object from the point of view of an agent. This pertains to the identity of an agent or a thing, for example (Right, Hand) as an identifier for the right hand. HED spatial relations should be used for relative positions such as (Hand, (Right-side-of, Keyboard)), which denotes the hand placed on the right side of the keyboard, which could be either the identified left hand or right hand.] +**** Categorical-orientation-value {hedId=HED_0012614} [Value indicating the orientation or direction of something.] +***** Backward {relatedTag=Forward, hedId=HED_0012615} [Directed behind or to the rear.] +***** Downward {relatedTag=Leftward, relatedTag=Rightward, relatedTag=Upward, hedId=HED_0012616} [Moving or leading toward a lower place or level.] +***** Forward {relatedTag=Backward, hedId=HED_0012617} [At or near or directed toward the front.] +***** Horizontally-oriented {relatedTag=Vertically-oriented, hedId=HED_0012618} [Oriented parallel to or in the plane of the horizon.] +***** Leftward {relatedTag=Downward, relatedTag=Rightward, relatedTag=Upward, hedId=HED_0012619} [Going toward or facing the left.] +***** Oblique {relatedTag=Rotated, hedId=HED_0012620} [Slanting or inclined in direction, course, or position that is neither parallel nor perpendicular nor right-angular.] +***** Rightward {relatedTag=Downward, relatedTag=Leftward, relatedTag=Upward, hedId=HED_0012621} [Going toward or situated on the right.] +***** Rotated {hedId=HED_0012622} [Positioned offset around an axis or center.] +***** Upward {relatedTag=Downward, relatedTag=Leftward, relatedTag=Rightward, hedId=HED_0012623} [Moving, pointing, or leading to a higher place, point, or level.] +***** Vertically-oriented {relatedTag=Horizontally-oriented, hedId=HED_0012624} [Oriented perpendicular to the plane of the horizon.] +*** Physical-value {hedId=HED_0012625} [The value of some physical property of something.] +**** Temperature {hedId=HED_0012626} [A measure of hot or cold based on the average kinetic energy of the atoms or molecules in the system.] +***** # {takesValue, valueClass=numericClass, unitClass=temperatureUnits, hedId=HED_0012627} +**** Weight {hedId=HED_0012628} [The relative mass or the quantity of matter contained by something.] +***** # {takesValue, valueClass=numericClass, unitClass=weightUnits, hedId=HED_0012629} +*** Quantitative-value {hedId=HED_0012630} [Something capable of being estimated or expressed with numeric values.] +**** Fraction {hedId=HED_0012631} [A numerical value between 0 and 1.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012632} +**** Item-count {hedId=HED_0012633} [The integer count of something which is usually grouped with the entity it is counting. (Item-count/3, A) indicates that 3 of A have occurred up to this point.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012634} +**** Item-index {hedId=HED_0012635} [The index of an item in a collection, sequence or other structure. (A (Item-index/3, B)) means that A is item number 3 in B.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012636} +**** Item-interval {hedId=HED_0012637} [An integer indicating how many items or entities have passed since the last one of these. An item interval of 0 indicates the current item.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012638} +**** Percentage {hedId=HED_0012639} [A fraction or ratio with 100 understood as the denominator.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012640} +**** Ratio {hedId=HED_0012641} [A quotient of quantities of the same kind for different components within the same system.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012642} +*** Spatiotemporal-value {hedId=HED_0012643} [A property relating to space and/or time.] +**** Rate-of-change {hedId=HED_0012644} [The amount of change accumulated per unit time.] +***** Acceleration {hedId=HED_0012645} [Magnitude of the rate of change in either speed or direction. The direction of change should be given separately.] +****** # {takesValue, valueClass=numericClass, unitClass=accelerationUnits, hedId=HED_0012646} +***** Frequency {hedId=HED_0012647} [Frequency is the number of occurrences of a repeating event per unit time.] +****** # {takesValue, valueClass=numericClass, unitClass=frequencyUnits, hedId=HED_0012648} +***** Jerk-rate {hedId=HED_0012649} [Magnitude of the rate at which the acceleration of an object changes with respect to time. The direction of change should be given separately.] +****** # {takesValue, valueClass=numericClass, unitClass=jerkUnits, hedId=HED_0012650} +***** Refresh-rate {hedId=HED_0012651} [The frequency with which the image on a computer monitor or similar electronic display screen is refreshed, usually expressed in hertz.] +****** # {takesValue, valueClass=numericClass, hedId=HED_0012652} +***** Sampling-rate {hedId=HED_0012653} [The number of digital samples taken or recorded per unit of time.] +****** # {takesValue, unitClass=frequencyUnits, hedId=HED_0012654} +***** Speed {hedId=HED_0012655} [A scalar measure of the rate of movement of the object expressed either as the distance traveled divided by the time taken (average speed) or the rate of change of position with respect to time at a particular point (instantaneous speed). The direction of change should be given separately.] +****** # {takesValue, valueClass=numericClass, unitClass=speedUnits, hedId=HED_0012656} +***** Temporal-rate {hedId=HED_0012657} [The number of items per unit of time.] +****** # {takesValue, valueClass=numericClass, unitClass=frequencyUnits, hedId=HED_0012658} +**** Spatial-value {hedId=HED_0012659} [Value of an item involving space.] +***** Angle {hedId=HED_0012660} [The amount of inclination of one line to another or the plane of one object to another.] +****** # {takesValue, unitClass=angleUnits, valueClass=numericClass, hedId=HED_0012661} +***** Distance {hedId=HED_0012662} [A measure of the space separating two objects or points.] +****** # {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits, hedId=HED_0012663} +***** Position {hedId=HED_0012664} [A reference to the alignment of an object, a particular situation or view of a situation, or the location of an object. Coordinates with respect a specified frame of reference or the default Screen-frame if no frame is given.] +****** Clock-face {deprecatedFrom=8.2.0, hedId=HED_0012326} [A location identifier based on clock-face numbering or anatomic subregion. Replaced by Clock-face-position.] +******* # {deprecatedFrom=8.2.0, takesValue, valueClass=numericClass, hedId=HED_0013228} +****** Clock-face-position {hedId=HED_0013229} [A location identifier based on clock-face numbering or anatomic subregion. As an object, just use the tag Clock.] +******* # {takesValue, valueClass=numericClass, hedId=HED_0013230} +****** X-position {hedId=HED_0012665} [The position along the x-axis of the frame of reference.] +******* # {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits, hedId=HED_0012666} +****** Y-position {hedId=HED_0012667} [The position along the y-axis of the frame of reference.] +******* # {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits, hedId=HED_0012668} +****** Z-position {hedId=HED_0012669} [The position along the z-axis of the frame of reference.] +******* # {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits, hedId=HED_0012670} +***** Size {hedId=HED_0012671} [The physical magnitude of something.] +****** Area {hedId=HED_0012672} [The extent of a 2-dimensional surface enclosed within a boundary.] +******* # {takesValue, valueClass=numericClass, unitClass=areaUnits, hedId=HED_0012673} +****** Depth {hedId=HED_0012674} [The distance from the surface of something especially from the perspective of looking from the front.] +******* # {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits, hedId=HED_0012675} +****** Height {hedId=HED_0012676} [The vertical measurement or distance from the base to the top of an object.] +******* # {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits, hedId=HED_0012677} +****** Length {hedId=HED_0012678} [The linear extent in space from one end of something to the other end, or the extent of something from beginning to end.] +******* # {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits, hedId=HED_0012679} +****** Perimeter {hedId=HED_0012680} [The minimum length of paths enclosing a 2D shape.] +******* # {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits, hedId=HED_0012681} +****** Radius {hedId=HED_0012682} [The distance of the line from the center of a circle or a sphere to its perimeter or outer surface, respectively.] +******* # {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits, hedId=HED_0012683} +****** Volume {hedId=HED_0012684} [The amount of three dimensional space occupied by an object or the capacity of a space or container.] +******* # {takesValue, valueClass=numericClass, unitClass=volumeUnits, hedId=HED_0012685} +****** Width {hedId=HED_0012686} [The extent or measurement of something from side to side.] +******* # {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits, hedId=HED_0012687} +**** Temporal-value {hedId=HED_0012688} [A characteristic of or relating to time or limited by time.] +***** Delay {topLevelTagGroup, reserved, requireChild, relatedTag=Duration, hedId=HED_0012689} [The time at which an event start time is delayed from the current onset time. This tag defines the start time of an event of temporal extent and may be used with the Duration tag.] +****** # {takesValue, valueClass=numericClass, unitClass=timeUnits, hedId=HED_0012690} +***** Duration {topLevelTagGroup, reserved, requireChild, relatedTag=Delay, hedId=HED_0012691} [The period of time during which an event occurs. This tag defines the end time of an event of temporal extent and may be used with the Delay tag.] +****** # {takesValue, valueClass=numericClass, unitClass=timeUnits, hedId=HED_0012692} +***** Time-interval {hedId=HED_0012693} [The period of time separating two instances, events, or occurrences.] +****** # {takesValue, valueClass=numericClass, unitClass=timeUnits, hedId=HED_0012694} +***** Time-value {hedId=HED_0012695} [A value with units of time. Usually grouped with tags identifying what the value represents.] +****** # {takesValue, valueClass=numericClass, unitClass=timeUnits, hedId=HED_0012696} +*** Statistical-value {extensionAllowed, hedId=HED_0012697} [A value based on or employing the principles of statistics.] +**** Data-maximum {hedId=HED_0012698} [The largest possible quantity or degree.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012699} +**** Data-mean {hedId=HED_0012700} [The sum of a set of values divided by the number of values in the set.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012701} +**** Data-median {hedId=HED_0012702} [The value which has an equal number of values greater and less than it.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012703} +**** Data-minimum {hedId=HED_0012704} [The smallest possible quantity.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012705} +**** Probability {hedId=HED_0012706} [A measure of the expectation of the occurrence of a particular event.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012707} +**** Standard-deviation {hedId=HED_0012708} [A measure of the range of values in a set of numbers. Standard deviation is a statistic used as a measure of the dispersion or variation in a distribution, equal to the square root of the arithmetic mean of the squares of the deviations from the arithmetic mean.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012709} +**** Statistical-accuracy {hedId=HED_0012710} [A measure of closeness to true value expressed as a number between 0 and 1.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012711} +**** Statistical-precision {hedId=HED_0012712} [A quantitative representation of the degree of accuracy necessary for or associated with a particular action.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012713} +**** Statistical-recall {hedId=HED_0012714} [Sensitivity is a measurement datum qualifying a binary classification test and is computed by subtracting the false negative rate to the integral numeral 1.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012715} +**** Statistical-uncertainty {hedId=HED_0012716} [A measure of the inherent variability of repeated observation measurements of a quantity including quantities evaluated by statistical methods and by other means.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0012717} +** Data-variability-attribute {hedId=HED_0012718} [An attribute describing how something changes or varies.] +*** Abrupt {hedId=HED_0012719} [Marked by sudden change.] +*** Constant {hedId=HED_0012720} [Continually recurring or continuing without interruption. Not changing in time or space.] +*** Continuous {relatedTag=Discrete, relatedTag=Discontinuous, hedId=HED_0012721} [Uninterrupted in time, sequence, substance, or extent.] +*** Decreasing {relatedTag=Increasing, hedId=HED_0012722} [Becoming smaller or fewer in size, amount, intensity, or degree.] +*** Deterministic {relatedTag=Random, relatedTag=Stochastic, hedId=HED_0012723} [No randomness is involved in the development of the future states of the element.] +*** Discontinuous {relatedTag=Continuous, hedId=HED_0012724} [Having a gap in time, sequence, substance, or extent.] +*** Discrete {relatedTag=Continuous, relatedTag=Discontinuous, hedId=HED_0012725} [Constituting a separate entities or parts.] +*** Estimated-value {hedId=HED_0012726} [Something that has been calculated or measured approximately.] +*** Exact-value {hedId=HED_0012727} [A value that is viewed to the true value according to some standard.] +*** Flickering {hedId=HED_0012728} [Moving irregularly or unsteadily or burning or shining fitfully or with a fluctuating light.] +*** Fractal {hedId=HED_0012729} [Having extremely irregular curves or shapes for which any suitably chosen part is similar in shape to a given larger or smaller part when magnified or reduced to the same size.] +*** Increasing {relatedTag=Decreasing, hedId=HED_0012730} [Becoming greater in size, amount, or degree.] +*** Random {relatedTag=Deterministic, relatedTag=Stochastic, hedId=HED_0012731} [Governed by or depending on chance. Lacking any definite plan or order or purpose.] +*** Repetitive {hedId=HED_0012732} [A recurring action that is often non-purposeful.] +*** Stochastic {relatedTag=Deterministic, relatedTag=Random, hedId=HED_0012733} [Uses a random probability distribution or pattern that may be analyzed statistically but may not be predicted precisely to determine future states.] +*** Varying {hedId=HED_0012734} [Differing in size, amount, degree, or nature.] +* Environmental-property {hedId=HED_0012735} [Relating to or arising from the surroundings of an agent.] +** Augmented-reality {hedId=HED_0012736} [Using technology that enhances real-world experiences with computer-derived digital overlays to change some aspects of perception of the natural environment. The digital content is shown to the user through a smart device or glasses and responds to changes in the environment.] +** Indoors {hedId=HED_0012737} [Located inside a building or enclosure.] +** Motion-platform {hedId=HED_0012738} [A mechanism that creates the feelings of being in a real motion environment.] +** Outdoors {hedId=HED_0012739} [Any area outside a building or shelter.] +** Real-world {hedId=HED_0012740} [Located in a place that exists in real space and time under realistic conditions.] +** Rural {hedId=HED_0012741} [Of or pertaining to the country as opposed to the city.] +** Terrain {hedId=HED_0012742} [Characterization of the physical features of a tract of land.] +*** Composite-terrain {hedId=HED_0012743} [Tracts of land characterized by a mixture of physical features.] +*** Dirt-terrain {hedId=HED_0012744} [Tracts of land characterized by a soil surface and lack of vegetation.] +*** Grassy-terrain {hedId=HED_0012745} [Tracts of land covered by grass.] +*** Gravel-terrain {hedId=HED_0012746} [Tracts of land covered by a surface consisting a loose aggregation of small water-worn or pounded stones.] +*** Leaf-covered-terrain {hedId=HED_0012747} [Tracts of land covered by leaves and composited organic material.] +*** Muddy-terrain {hedId=HED_0012748} [Tracts of land covered by a liquid or semi-liquid mixture of water and some combination of soil, silt, and clay.] +*** Paved-terrain {hedId=HED_0012749} [Tracts of land covered with concrete, asphalt, stones, or bricks.] +*** Rocky-terrain {hedId=HED_0012750} [Tracts of land consisting or full of rock or rocks.] +*** Sloped-terrain {hedId=HED_0012751} [Tracts of land arranged in a sloping or inclined position.] +*** Uneven-terrain {hedId=HED_0012752} [Tracts of land that are not level, smooth, or regular.] +** Urban {hedId=HED_0012753} [Relating to, located in, or characteristic of a city or densely populated area.] +** Virtual-world {hedId=HED_0012754} [Using technology that creates immersive, computer-generated experiences that a person can interact with and navigate through. The digital content is generally delivered to the user through some type of headset and responds to changes in head position or through interaction with other types of sensors. Existing in a virtual setting such as a simulation or game environment.] +* Informational-property {extensionAllowed, hedId=HED_0012755} [Something that pertains to a task.] +** Description {hedId=HED_0012756} [An explanation of what the tag group it is in means. If the description is at the top-level of an event string, the description applies to the event.] +*** # {takesValue, valueClass=textClass, hedId=HED_0012757} +** ID {hedId=HED_0012758} [An alphanumeric name that identifies either a unique object or a unique class of objects. Here the object or class may be an idea, physical countable object (or class), or physical uncountable substance (or class).] +*** # {takesValue, valueClass=textClass, hedId=HED_0012759} +** Label {hedId=HED_0012760} [A string of 20 or fewer characters identifying something. Labels usually refer to general classes of things while IDs refer to specific instances. A term that is associated with some entity. A brief description given for purposes of identification. An identifying or descriptive marker that is attached to an object.] +*** # {takesValue, valueClass=nameClass, hedId=HED_0012761} +** Metadata {hedId=HED_0012762} [Data about data. Information that describes another set of data.] +*** Creation-date {hedId=HED_0012763} [The date on which the creation of this item began.] +**** # {takesValue, valueClass=dateTimeClass, hedId=HED_0012764} +*** Experimental-note {hedId=HED_0012765} [A brief written record about the experiment.] +**** # {takesValue, valueClass=textClass, hedId=HED_0012766} +*** Library-name {hedId=HED_0012767} [Official name of a HED library.] +**** # {takesValue, valueClass=nameClass, hedId=HED_0012768} +*** Metadata-identifier {hedId=HED_0012769} [Identifier (usually unique) from another metadata source.] +**** CogAtlas {hedId=HED_0012770} [The Cognitive Atlas ID number of something.] +***** # {takesValue, hedId=HED_0012771} +**** CogPo {hedId=HED_0012772} [The CogPO ID number of something.] +***** # {takesValue, hedId=HED_0012773} +**** DOI {hedId=HED_0012774} [Digital object identifier for an object.] +***** # {takesValue, hedId=HED_0012775} +**** OBO-identifier {hedId=HED_0012776} [The identifier of a term in some Open Biology Ontology (OBO) ontology.] +***** # {takesValue, valueClass=nameClass, hedId=HED_0012777} +**** Species-identifier {hedId=HED_0012778} [A binomial species name from the NCBI Taxonomy, for example, homo sapiens, mus musculus, or rattus norvegicus.] +***** # {takesValue, hedId=HED_0012779} +**** Subject-identifier {hedId=HED_0012780} [A sequence of characters used to identify, name, or characterize a trial or study subject.] +***** # {takesValue, hedId=HED_0012781} +**** UUID {hedId=HED_0012782} [A unique universal identifier.] +***** # {takesValue, hedId=HED_0012783} +**** Version-identifier {hedId=HED_0012784} [An alphanumeric character string that identifies a form or variant of a type or original.] +***** # {takesValue, hedId=HED_0012785} [Usually is a semantic version.] +*** Modified-date {hedId=HED_0012786} [The date on which the item was modified (usually the last-modified data unless a complete record of dated modifications is kept.] +**** # {takesValue, valueClass=dateTimeClass, hedId=HED_0012787} +*** Pathname {hedId=HED_0012788} [The specification of a node (file or directory) in a hierarchical file system, usually specified by listing the nodes top-down.] +**** # {takesValue, hedId=HED_0012789} +*** URL {hedId=HED_0012790} [A valid URL.] +**** # {takesValue, hedId=HED_0012791} +** Parameter {hedId=HED_0012792} [Something user-defined for this experiment.] +*** Parameter-label {hedId=HED_0012793} [The name of the parameter.] +**** # {takesValue, valueClass=nameClass, hedId=HED_0012794} +*** Parameter-value {hedId=HED_0012795} [The value of the parameter.] +**** # {takesValue, valueClass=textClass, hedId=HED_0012796} +* Organizational-property {hedId=HED_0012797} [Relating to an organization or the action of organizing something.] +** Collection {reserved, hedId=HED_0012798} [A tag designating a grouping of items such as in a set or list.] +*** # {takesValue, valueClass=nameClass, hedId=HED_0012799} [Name of the collection.] +** Condition-variable {reserved, hedId=HED_0012800} [An aspect of the experiment or task that is to be varied during the experiment. Task-conditions are sometimes called independent variables or contrasts.] +*** # {takesValue, valueClass=nameClass, hedId=HED_0012801} [Name of the condition variable.] +** Control-variable {reserved, hedId=HED_0012802} [An aspect of the experiment that is fixed throughout the study and usually is explicitly controlled.] +*** # {takesValue, valueClass=nameClass, hedId=HED_0012803} [Name of the control variable.] +** Def {requireChild, reserved, hedId=HED_0012804} [A HED-specific utility tag used with a defined name to represent the tags associated with that definition.] +*** # {takesValue, valueClass=nameClass, hedId=HED_0012805} [Name of the definition.] +** Def-expand {requireChild, reserved, tagGroup, hedId=HED_0012806} [A HED specific utility tag that is grouped with an expanded definition. The child value of the Def-expand is the name of the expanded definition.] +*** # {takesValue, valueClass=nameClass, hedId=HED_0012807} +** Definition {requireChild, reserved, topLevelTagGroup, hedId=HED_0012808} [A HED-specific utility tag whose child value is the name of the concept and the tag group associated with the tag is an English language explanation of a concept.] +*** # {takesValue, valueClass=nameClass, hedId=HED_0012809} [Name of the definition.] +** Event-context {reserved, topLevelTagGroup, unique, hedId=HED_0012810} [A special HED tag inserted as part of a top-level tag group to contain information about the interrelated conditions under which the event occurs. The event context includes information about other events that are ongoing when this event happens.] +** Event-stream {reserved, hedId=HED_0012811} [A special HED tag indicating that this event is a member of an ordered succession of events.] +*** # {takesValue, valueClass=nameClass, hedId=HED_0012812} [Name of the event stream.] +** Experimental-intertrial {reserved, hedId=HED_0012813} [A tag used to indicate a part of the experiment between trials usually where nothing is happening.] +*** # {takesValue, valueClass=nameClass, hedId=HED_0012814} [Optional label for the intertrial block.] +** Experimental-trial {reserved, hedId=HED_0012815} [Designates a run or execution of an activity, for example, one execution of a script. A tag used to indicate a particular organizational part in the experimental design often containing a stimulus-response pair or stimulus-response-feedback triad.] +*** # {takesValue, valueClass=nameClass, hedId=HED_0012816} [Optional label for the trial (often a numerical string).] +** Indicator-variable {reserved, hedId=HED_0012817} [An aspect of the experiment or task that is measured as task conditions are varied during the experiment. Experiment indicators are sometimes called dependent variables.] +*** # {takesValue, valueClass=nameClass, hedId=HED_0012818} [Name of the indicator variable.] +** Recording {reserved, hedId=HED_0012819} [A tag designating the data recording. Recording tags are usually have temporal scope which is the entire recording.] +*** # {takesValue, valueClass=nameClass, hedId=HED_0012820} [Optional label for the recording.] +** Task {reserved, hedId=HED_0012821} [An assigned piece of work, usually with a time allotment. A tag used to indicate a linkage the structured activities performed as part of the experiment.] +*** # {takesValue, valueClass=nameClass, hedId=HED_0012822} [Optional label for the task block.] +** Time-block {reserved, hedId=HED_0012823} [A tag used to indicate a contiguous time block in the experiment during which something is fixed or noted.] +*** # {takesValue, valueClass=nameClass, hedId=HED_0012824} [Optional label for the task block.] +* Sensory-property {hedId=HED_0012825} [Relating to sensation or the physical senses.] +** Sensory-attribute {hedId=HED_0012826} [A sensory characteristic associated with another entity.] +*** Auditory-attribute {hedId=HED_0012827} [Pertaining to the sense of hearing.] +**** Loudness {hedId=HED_0012828} [Perceived intensity of a sound.] +***** # {takesValue, valueClass=numericClass, valueClass=nameClass, hedId=HED_0012829} +**** Pitch {hedId=HED_0012830} [A perceptual property that allows the user to order sounds on a frequency scale.] +***** # {takesValue, valueClass=numericClass, unitClass=frequencyUnits, hedId=HED_0012831} +**** Sound-envelope {hedId=HED_0012832} [Description of how a sound changes over time.] +***** Sound-envelope-attack {hedId=HED_0012833} [The time taken for initial run-up of level from nil to peak usually beginning when the key on a musical instrument is pressed.] +****** # {takesValue, valueClass=numericClass, unitClass=timeUnits, hedId=HED_0012834} +***** Sound-envelope-decay {hedId=HED_0012835} [The time taken for the subsequent run down from the attack level to the designated sustain level.] +****** # {takesValue, valueClass=numericClass, unitClass=timeUnits, hedId=HED_0012836} +***** Sound-envelope-release {hedId=HED_0012837} [The time taken for the level to decay from the sustain level to zero after the key is released.] +****** # {takesValue, valueClass=numericClass, unitClass=timeUnits, hedId=HED_0012838} +***** Sound-envelope-sustain {hedId=HED_0012839} [The time taken for the main sequence of the sound duration, until the key is released.] +****** # {takesValue, valueClass=numericClass, unitClass=timeUnits, hedId=HED_0012840} +**** Sound-volume {hedId=HED_0012841} [The sound pressure level (SPL) usually the ratio to a reference signal estimated as the lower bound of hearing.] +***** # {takesValue, valueClass=numericClass, unitClass=intensityUnits, hedId=HED_0012842} +**** Timbre {hedId=HED_0012843} [The perceived sound quality of a singing voice or musical instrument.] +***** # {takesValue, valueClass=nameClass, hedId=HED_0012844} +*** Gustatory-attribute {hedId=HED_0012845} [Pertaining to the sense of taste.] +**** Bitter {hedId=HED_0012846} [Having a sharp, pungent taste.] +**** Salty {hedId=HED_0012847} [Tasting of or like salt.] +**** Savory {hedId=HED_0012848} [Belonging to a taste that is salty or spicy rather than sweet.] +**** Sour {hedId=HED_0012849} [Having a sharp, acidic taste.] +**** Sweet {hedId=HED_0012850} [Having or resembling the taste of sugar.] +*** Olfactory-attribute {hedId=HED_0012851} [Having a smell.] +*** Somatic-attribute {hedId=HED_0012852} [Pertaining to the feelings in the body or of the nervous system.] +**** Pain {hedId=HED_0012853} [The sensation of discomfort, distress, or agony, resulting from the stimulation of specialized nerve endings.] +**** Stress {hedId=HED_0012854} [The negative mental, emotional, and physical reactions that occur when environmental stressors are perceived as exceeding the adaptive capacities of the individual.] +*** Tactile-attribute {hedId=HED_0012855} [Pertaining to the sense of touch.] +**** Tactile-pressure {hedId=HED_0012856} [Having a feeling of heaviness.] +**** Tactile-temperature {hedId=HED_0012857} [Having a feeling of hotness or coldness.] +**** Tactile-texture {hedId=HED_0012858} [Having a feeling of roughness.] +**** Tactile-vibration {hedId=HED_0012859} [Having a feeling of mechanical oscillation.] +*** Vestibular-attribute {hedId=HED_0012860} [Pertaining to the sense of balance or body position.] +*** Visual-attribute {hedId=HED_0012861} [Pertaining to the sense of sight.] +**** Color {hedId=HED_0012862} [The appearance of objects (or light sources) described in terms of perception of their hue and lightness (or brightness) and saturation.] +***** CSS-color {hedId=HED_0012863} [One of 140 colors supported by all browsers. For more details such as the color RGB or HEX values,check:https://www.w3schools.com/colors/colors_groups.asp.] +****** Blue-color {hedId=HED_0012864} [CSS color group.] +******* Blue {hedId=HED_0012865} [CSS-color 0x0000FF.] +******* CadetBlue {hedId=HED_0012866} [CSS-color 0x5F9EA0.] +******* CornflowerBlue {hedId=HED_0012867} [CSS-color 0x6495ED.] +******* DarkBlue {hedId=HED_0012868} [CSS-color 0x00008B.] +******* DeepSkyBlue {hedId=HED_0012869} [CSS-color 0x00BFFF.] +******* DodgerBlue {hedId=HED_0012870} [CSS-color 0x1E90FF.] +******* LightBlue {hedId=HED_0012871} [CSS-color 0xADD8E6.] +******* LightSkyBlue {hedId=HED_0012872} [CSS-color 0x87CEFA.] +******* LightSteelBlue {hedId=HED_0012873} [CSS-color 0xB0C4DE.] +******* MediumBlue {hedId=HED_0012874} [CSS-color 0x0000CD.] +******* MidnightBlue {hedId=HED_0012875} [CSS-color 0x191970.] +******* Navy {hedId=HED_0012876} [CSS-color 0x000080.] +******* PowderBlue {hedId=HED_0012877} [CSS-color 0xB0E0E6.] +******* RoyalBlue {hedId=HED_0012878} [CSS-color 0x4169E1.] +******* SkyBlue {hedId=HED_0012879} [CSS-color 0x87CEEB.] +******* SteelBlue {hedId=HED_0012880} [CSS-color 0x4682B4.] +****** Brown-color {hedId=HED_0012881} [CSS color group.] +******* Bisque {hedId=HED_0012882} [CSS-color 0xFFE4C4.] +******* BlanchedAlmond {hedId=HED_0012883} [CSS-color 0xFFEBCD.] +******* Brown {hedId=HED_0012884} [CSS-color 0xA52A2A.] +******* BurlyWood {hedId=HED_0012885} [CSS-color 0xDEB887.] +******* Chocolate {hedId=HED_0012886} [CSS-color 0xD2691E.] +******* Cornsilk {hedId=HED_0012887} [CSS-color 0xFFF8DC.] +******* DarkGoldenRod {hedId=HED_0012888} [CSS-color 0xB8860B.] +******* GoldenRod {hedId=HED_0012889} [CSS-color 0xDAA520.] +******* Maroon {hedId=HED_0012890} [CSS-color 0x800000.] +******* NavajoWhite {hedId=HED_0012891} [CSS-color 0xFFDEAD.] +******* Olive {hedId=HED_0012892} [CSS-color 0x808000.] +******* Peru {hedId=HED_0012893} [CSS-color 0xCD853F.] +******* RosyBrown {hedId=HED_0012894} [CSS-color 0xBC8F8F.] +******* SaddleBrown {hedId=HED_0012895} [CSS-color 0x8B4513.] +******* SandyBrown {hedId=HED_0012896} [CSS-color 0xF4A460.] +******* Sienna {hedId=HED_0012897} [CSS-color 0xA0522D.] +******* Tan {hedId=HED_0012898} [CSS-color 0xD2B48C.] +******* Wheat {hedId=HED_0012899} [CSS-color 0xF5DEB3.] +****** Cyan-color {hedId=HED_0012900} [CSS color group.] +******* Aqua {hedId=HED_0012901} [CSS-color 0x00FFFF.] +******* Aquamarine {hedId=HED_0012902} [CSS-color 0x7FFFD4.] +******* Cyan {hedId=HED_0012903} [CSS-color 0x00FFFF.] +******* DarkTurquoise {hedId=HED_0012904} [CSS-color 0x00CED1.] +******* LightCyan {hedId=HED_0012905} [CSS-color 0xE0FFFF.] +******* MediumTurquoise {hedId=HED_0012906} [CSS-color 0x48D1CC.] +******* PaleTurquoise {hedId=HED_0012907} [CSS-color 0xAFEEEE.] +******* Turquoise {hedId=HED_0012908} [CSS-color 0x40E0D0.] +****** Gray-color {hedId=HED_0012909} [CSS color group.] +******* Black {hedId=HED_0012910} [CSS-color 0x000000.] +******* DarkGray {hedId=HED_0012911} [CSS-color 0xA9A9A9.] +******* DarkSlateGray {hedId=HED_0012912} [CSS-color 0x2F4F4F.] +******* DimGray {hedId=HED_0012913} [CSS-color 0x696969.] +******* Gainsboro {hedId=HED_0012914} [CSS-color 0xDCDCDC.] +******* Gray {hedId=HED_0012915} [CSS-color 0x808080.] +******* LightGray {hedId=HED_0012916} [CSS-color 0xD3D3D3.] +******* LightSlateGray {hedId=HED_0012917} [CSS-color 0x778899.] +******* Silver {hedId=HED_0012918} [CSS-color 0xC0C0C0.] +******* SlateGray {hedId=HED_0012919} [CSS-color 0x708090.] +****** Green-color {hedId=HED_0012920} [CSS color group.] +******* Chartreuse {hedId=HED_0012921} [CSS-color 0x7FFF00.] +******* DarkCyan {hedId=HED_0012922} [CSS-color 0x008B8B.] +******* DarkGreen {hedId=HED_0012923} [CSS-color 0x006400.] +******* DarkOliveGreen {hedId=HED_0012924} [CSS-color 0x556B2F.] +******* DarkSeaGreen {hedId=HED_0012925} [CSS-color 0x8FBC8F.] +******* ForestGreen {hedId=HED_0012926} [CSS-color 0x228B22.] +******* Green {hedId=HED_0012927} [CSS-color 0x008000.] +******* GreenYellow {hedId=HED_0012928} [CSS-color 0xADFF2F.] +******* LawnGreen {hedId=HED_0012929} [CSS-color 0x7CFC00.] +******* LightGreen {hedId=HED_0012930} [CSS-color 0x90EE90.] +******* LightSeaGreen {hedId=HED_0012931} [CSS-color 0x20B2AA.] +******* Lime {hedId=HED_0012932} [CSS-color 0x00FF00.] +******* LimeGreen {hedId=HED_0012933} [CSS-color 0x32CD32.] +******* MediumAquaMarine {hedId=HED_0012934} [CSS-color 0x66CDAA.] +******* MediumSeaGreen {hedId=HED_0012935} [CSS-color 0x3CB371.] +******* MediumSpringGreen {hedId=HED_0012936} [CSS-color 0x00FA9A.] +******* OliveDrab {hedId=HED_0012937} [CSS-color 0x6B8E23.] +******* PaleGreen {hedId=HED_0012938} [CSS-color 0x98FB98.] +******* SeaGreen {hedId=HED_0012939} [CSS-color 0x2E8B57.] +******* SpringGreen {hedId=HED_0012940} [CSS-color 0x00FF7F.] +******* Teal {hedId=HED_0012941} [CSS-color 0x008080.] +******* YellowGreen {hedId=HED_0012942} [CSS-color 0x9ACD32.] +****** Orange-color {hedId=HED_0012943} [CSS color group.] +******* Coral {hedId=HED_0012944} [CSS-color 0xFF7F50.] +******* DarkOrange {hedId=HED_0012945} [CSS-color 0xFF8C00.] +******* Orange {hedId=HED_0012946} [CSS-color 0xFFA500.] +******* OrangeRed {hedId=HED_0012947} [CSS-color 0xFF4500.] +******* Tomato {hedId=HED_0012948} [CSS-color 0xFF6347.] +****** Pink-color {hedId=HED_0012949} [CSS color group.] +******* DeepPink {hedId=HED_0012950} [CSS-color 0xFF1493.] +******* HotPink {hedId=HED_0012951} [CSS-color 0xFF69B4.] +******* LightPink {hedId=HED_0012952} [CSS-color 0xFFB6C1.] +******* MediumVioletRed {hedId=HED_0012953} [CSS-color 0xC71585.] +******* PaleVioletRed {hedId=HED_0012954} [CSS-color 0xDB7093.] +******* Pink {hedId=HED_0012955} [CSS-color 0xFFC0CB.] +****** Purple-color {hedId=HED_0012956} [CSS color group.] +******* BlueViolet {hedId=HED_0012957} [CSS-color 0x8A2BE2.] +******* DarkMagenta {hedId=HED_0012958} [CSS-color 0x8B008B.] +******* DarkOrchid {hedId=HED_0012959} [CSS-color 0x9932CC.] +******* DarkSlateBlue {hedId=HED_0012960} [CSS-color 0x483D8B.] +******* DarkViolet {hedId=HED_0012961} [CSS-color 0x9400D3.] +******* Fuchsia {hedId=HED_0012962} [CSS-color 0xFF00FF.] +******* Indigo {hedId=HED_0012963} [CSS-color 0x4B0082.] +******* Lavender {hedId=HED_0012964} [CSS-color 0xE6E6FA.] +******* Magenta {hedId=HED_0012965} [CSS-color 0xFF00FF.] +******* MediumOrchid {hedId=HED_0012966} [CSS-color 0xBA55D3.] +******* MediumPurple {hedId=HED_0012967} [CSS-color 0x9370DB.] +******* MediumSlateBlue {hedId=HED_0012968} [CSS-color 0x7B68EE.] +******* Orchid {hedId=HED_0012969} [CSS-color 0xDA70D6.] +******* Plum {hedId=HED_0012970} [CSS-color 0xDDA0DD.] +******* Purple {hedId=HED_0012971} [CSS-color 0x800080.] +******* RebeccaPurple {hedId=HED_0012972} [CSS-color 0x663399.] +******* SlateBlue {hedId=HED_0012973} [CSS-color 0x6A5ACD.] +******* Thistle {hedId=HED_0012974} [CSS-color 0xD8BFD8.] +******* Violet {hedId=HED_0012975} [CSS-color 0xEE82EE.] +****** Red-color {hedId=HED_0012976} [CSS color group.] +******* Crimson {hedId=HED_0012977} [CSS-color 0xDC143C.] +******* DarkRed {hedId=HED_0012978} [CSS-color 0x8B0000.] +******* DarkSalmon {hedId=HED_0012979} [CSS-color 0xE9967A.] +******* FireBrick {hedId=HED_0012980} [CSS-color 0xB22222.] +******* IndianRed {hedId=HED_0012981} [CSS-color 0xCD5C5C.] +******* LightCoral {hedId=HED_0012982} [CSS-color 0xF08080.] +******* LightSalmon {hedId=HED_0012983} [CSS-color 0xFFA07A.] +******* Red {hedId=HED_0012984} [CSS-color 0xFF0000.] +******* Salmon {hedId=HED_0012985} [CSS-color 0xFA8072.] +****** White-color {hedId=HED_0012986} [CSS color group.] +******* AliceBlue {hedId=HED_0012987} [CSS-color 0xF0F8FF.] +******* AntiqueWhite {hedId=HED_0012988} [CSS-color 0xFAEBD7.] +******* Azure {hedId=HED_0012989} [CSS-color 0xF0FFFF.] +******* Beige {hedId=HED_0012990} [CSS-color 0xF5F5DC.] +******* FloralWhite {hedId=HED_0012991} [CSS-color 0xFFFAF0.] +******* GhostWhite {hedId=HED_0012992} [CSS-color 0xF8F8FF.] +******* HoneyDew {hedId=HED_0012993} [CSS-color 0xF0FFF0.] +******* Ivory {hedId=HED_0012994} [CSS-color 0xFFFFF0.] +******* LavenderBlush {hedId=HED_0012995} [CSS-color 0xFFF0F5.] +******* Linen {hedId=HED_0012996} [CSS-color 0xFAF0E6.] +******* MintCream {hedId=HED_0012997} [CSS-color 0xF5FFFA.] +******* MistyRose {hedId=HED_0012998} [CSS-color 0xFFE4E1.] +******* OldLace {hedId=HED_0012999} [CSS-color 0xFDF5E6.] +******* SeaShell {hedId=HED_0013000} [CSS-color 0xFFF5EE.] +******* Snow {hedId=HED_0013001} [CSS-color 0xFFFAFA.] +******* White {hedId=HED_0013002} [CSS-color 0xFFFFFF.] +******* WhiteSmoke {hedId=HED_0013003} [CSS-color 0xF5F5F5.] +****** Yellow-color {hedId=HED_0013004} [CSS color group.] +******* DarkKhaki {hedId=HED_0013005} [CSS-color 0xBDB76B.] +******* Gold {hedId=HED_0013006} [CSS-color 0xFFD700.] +******* Khaki {hedId=HED_0013007} [CSS-color 0xF0E68C.] +******* LemonChiffon {hedId=HED_0013008} [CSS-color 0xFFFACD.] +******* LightGoldenRodYellow {hedId=HED_0013009} [CSS-color 0xFAFAD2.] +******* LightYellow {hedId=HED_0013010} [CSS-color 0xFFFFE0.] +******* Moccasin {hedId=HED_0013011} [CSS-color 0xFFE4B5.] +******* PaleGoldenRod {hedId=HED_0013012} [CSS-color 0xEEE8AA.] +******* PapayaWhip {hedId=HED_0013013} [CSS-color 0xFFEFD5.] +******* PeachPuff {hedId=HED_0013014} [CSS-color 0xFFDAB9.] +******* Yellow {hedId=HED_0013015} [CSS-color 0xFFFF00.] +***** Color-shade {hedId=HED_0013016} [A slight degree of difference between colors, especially with regard to how light or dark it is or as distinguished from one nearly like it.] +****** Dark-shade {hedId=HED_0013017} [A color tone not reflecting much light.] +****** Light-shade {hedId=HED_0013018} [A color tone reflecting more light.] +***** Grayscale {hedId=HED_0013019} [Using a color map composed of shades of gray, varying from black at the weakest intensity to white at the strongest.] +****** # {takesValue, valueClass=numericClass, hedId=HED_0013020} [White intensity between 0 and 1.] +***** HSV-color {hedId=HED_0013021} [A color representation that models how colors appear under light.] +****** HSV-value {hedId=HED_0013022} [An attribute of a visual sensation according to which an area appears to emit more or less light.] +******* # {takesValue, valueClass=numericClass, hedId=HED_0013023} +****** Hue {hedId=HED_0013024} [Attribute of a visual sensation according to which an area appears to be similar to one of the perceived colors.] +******* # {takesValue, valueClass=numericClass, hedId=HED_0013025} [Angular value between 0 and 360.] +****** Saturation {hedId=HED_0013026} [Colorfulness of a stimulus relative to its own brightness.] +******* # {takesValue, valueClass=numericClass, hedId=HED_0013027} [B value of RGB between 0 and 1.] +***** RGB-color {hedId=HED_0013028} [A color from the RGB schema.] +****** RGB-blue {hedId=HED_0013029} [The blue component.] +******* # {takesValue, valueClass=numericClass, hedId=HED_0013030} [B value of RGB between 0 and 1.] +****** RGB-green {hedId=HED_0013031} [The green component.] +******* # {takesValue, valueClass=numericClass, hedId=HED_0013032} [G value of RGB between 0 and 1.] +****** RGB-red {hedId=HED_0013033} [The red component.] +******* # {takesValue, valueClass=numericClass, hedId=HED_0013034} [R value of RGB between 0 and 1.] +**** Luminance {hedId=HED_0013035} [A quality that exists by virtue of the luminous intensity per unit area projected in a given direction.] +**** Luminance-contrast {suggestedTag=Percentage, suggestedTag=Ratio, hedId=HED_0013036} [The difference in luminance in specific portions of a scene or image.] +***** # {takesValue, valueClass=numericClass, hedId=HED_0013037} [A non-negative value, usually in the range 0 to 1 or alternative 0 to 100, if representing a percentage.] +**** Opacity {hedId=HED_0013038} [A measure of impenetrability to light.] +** Sensory-presentation {hedId=HED_0013039} [The entity has a sensory manifestation.] +*** Auditory-presentation {hedId=HED_0013040} [The sense of hearing is used in the presentation to the user.] +**** Loudspeaker-separation {suggestedTag=Distance, hedId=HED_0013041} [The distance between two loudspeakers. Grouped with the Distance tag.] +**** Monophonic {hedId=HED_0013042} [Relating to sound transmission, recording, or reproduction involving a single transmission path.] +**** Silent {hedId=HED_0013043} [The absence of ambient audible sound or the state of having ceased to produce sounds.] +**** Stereophonic {hedId=HED_0013044} [Relating to, or constituting sound reproduction involving the use of separated microphones and two transmission channels to achieve the sound separation of a live hearing.] +*** Gustatory-presentation {hedId=HED_0013045} [The sense of taste used in the presentation to the user.] +*** Olfactory-presentation {hedId=HED_0013046} [The sense of smell used in the presentation to the user.] +*** Somatic-presentation {hedId=HED_0013047} [The nervous system is used in the presentation to the user.] +*** Tactile-presentation {hedId=HED_0013048} [The sense of touch used in the presentation to the user.] +*** Vestibular-presentation {hedId=HED_0013049} [The sense balance used in the presentation to the user.] +*** Visual-presentation {hedId=HED_0013050} [The sense of sight used in the presentation to the user.] +**** 2D-view {hedId=HED_0013051} [A view showing only two dimensions.] +**** 3D-view {hedId=HED_0013052} [A view showing three dimensions.] +**** Background-view {hedId=HED_0013053} [Parts of the view that are farthest from the viewer and usually the not part of the visual focus.] +**** Bistable-view {hedId=HED_0013054} [Something having two stable visual forms that have two distinguishable stable forms as in optical illusions.] +**** Foreground-view {hedId=HED_0013055} [Parts of the view that are closest to the viewer and usually the most important part of the visual focus.] +**** Foveal-view {hedId=HED_0013056} [Visual presentation directly on the fovea. A view projected on the small depression in the retina containing only cones and where vision is most acute.] +**** Map-view {hedId=HED_0013057} [A diagrammatic representation of an area of land or sea showing physical features, cities, roads.] +***** Aerial-view {hedId=HED_0013058} [Elevated view of an object from above, with a perspective as though the observer were a bird.] +***** Satellite-view {hedId=HED_0013059} [A representation as captured by technology such as a satellite.] +***** Street-view {hedId=HED_0013060} [A 360-degrees panoramic view from a position on the ground.] +**** Peripheral-view {hedId=HED_0013061} [Indirect vision as it occurs outside the point of fixation.] +* Task-property {extensionAllowed, hedId=HED_0013062} [Something that pertains to a task.] +** Task-action-type {hedId=HED_0013063} [How an agent action should be interpreted in terms of the task specification.] +*** Appropriate-action {relatedTag=Inappropriate-action, hedId=HED_0013064} [An action suitable or proper in the circumstances.] +*** Correct-action {relatedTag=Incorrect-action, relatedTag=Indeterminate-action, hedId=HED_0013065} [An action that was a correct response in the context of the task.] +*** Correction {hedId=HED_0013066} [An action offering an improvement to replace a mistake or error.] +*** Done-indication {relatedTag=Ready-indication, hedId=HED_0013067} [An action that indicates that the participant has completed this step in the task.] +*** Imagined-action {hedId=HED_0013068} [Form a mental image or concept of something. This is used to identity something that only happened in the imagination of the participant as in imagined movements in motor imagery paradigms.] +*** Inappropriate-action {relatedTag=Appropriate-action, hedId=HED_0013069} [An action not in keeping with what is correct or proper for the task.] +*** Incorrect-action {relatedTag=Correct-action, relatedTag=Indeterminate-action, hedId=HED_0013070} [An action considered wrong or incorrect in the context of the task.] +*** Indeterminate-action {relatedTag=Correct-action, relatedTag=Incorrect-action, relatedTag=Miss, relatedTag=Near-miss, hedId=HED_0013071} [An action that cannot be distinguished between two or more possibilities in the current context. This tag might be applied when an outside evaluator or a classification algorithm cannot determine a definitive result.] +*** Miss {relatedTag=Near-miss, hedId=HED_0013072} [An action considered to be a failure in the context of the task. For example, if the agent is supposed to try to hit a target and misses.] +*** Near-miss {relatedTag=Miss, hedId=HED_0013073} [An action barely satisfied the requirements of the task. In a driving experiment for example this could pertain to a narrowly avoided collision or other accident.] +*** Omitted-action {hedId=HED_0013074} [An expected response was skipped.] +*** Ready-indication {relatedTag=Done-indication, hedId=HED_0013075} [An action that indicates that the participant is ready to perform the next step in the task.] +** Task-attentional-demand {hedId=HED_0013076} [Strategy for allocating attention toward goal-relevant information.] +*** Bottom-up-attention {relatedTag=Top-down-attention, hedId=HED_0013077} [Attentional guidance purely by externally driven factors to stimuli that are salient because of their inherent properties relative to the background. Sometimes this is referred to as stimulus driven.] +*** Covert-attention {relatedTag=Overt-attention, hedId=HED_0013078} [Paying attention without moving the eyes.] +*** Divided-attention {relatedTag=Focused-attention, hedId=HED_0013079} [Integrating parallel multiple stimuli. Behavior involving responding simultaneously to multiple tasks or multiple task demands.] +*** Focused-attention {relatedTag=Divided-attention, hedId=HED_0013080} [Responding discretely to specific visual, auditory, or tactile stimuli.] +*** Orienting-attention {hedId=HED_0013081} [Directing attention to a target stimulus.] +*** Overt-attention {relatedTag=Covert-attention, hedId=HED_0013082} [Selectively processing one location over others by moving the eyes to point at that location.] +*** Selective-attention {hedId=HED_0013083} [Maintaining a behavioral or cognitive set in the face of distracting or competing stimuli. Ability to pay attention to a limited array of all available sensory information.] +*** Sustained-attention {hedId=HED_0013084} [Maintaining a consistent behavioral response during continuous and repetitive activity.] +*** Switched-attention {hedId=HED_0013085} [Having to switch attention between two or more modalities of presentation.] +*** Top-down-attention {relatedTag=Bottom-up-attention, hedId=HED_0013086} [Voluntary allocation of attention to certain features. Sometimes this is referred to goal-oriented attention.] +** Task-effect-evidence {hedId=HED_0013087} [The evidence supporting the conclusion that the event had the specified effect.] +*** Behavioral-evidence {hedId=HED_0013088} [An indication or conclusion based on the behavior of an agent.] +*** Computational-evidence {hedId=HED_0013089} [A type of evidence in which data are produced, and/or generated, and/or analyzed on a computer.] +*** External-evidence {hedId=HED_0013090} [A phenomenon that follows and is caused by some previous phenomenon.] +*** Intended-effect {hedId=HED_0013091} [A phenomenon that is intended to follow and be caused by some previous phenomenon.] +** Task-event-role {hedId=HED_0013092} [The purpose of an event with respect to the task.] +*** Experimental-stimulus {hedId=HED_0013093} [Part of something designed to elicit a response in the experiment.] +*** Incidental {hedId=HED_0013094} [A sensory or other type of event that is unrelated to the task or experiment.] +*** Instructional {hedId=HED_0013095} [Usually associated with a sensory event intended to give instructions to the participant about the task or behavior.] +*** Mishap {hedId=HED_0013096} [Unplanned disruption such as an equipment or experiment control abnormality or experimenter error.] +*** Participant-response {hedId=HED_0013097} [Something related to a participant actions in performing the task.] +*** Task-activity {hedId=HED_0013098} [Something that is part of the overall task or is necessary to the overall experiment but is not directly part of a stimulus-response cycle. Examples would be taking a survey or provided providing a silva sample.] +*** Warning {hedId=HED_0013099} [Something that should warn the participant that the parameters of the task have been or are about to be exceeded such as a warning message about getting too close to the shoulder of the road in a driving task.] +** Task-relationship {hedId=HED_0013100} [Specifying organizational importance of sub-tasks.] +*** Background-subtask {hedId=HED_0013101} [A part of the task which should be performed in the background as for example inhibiting blinks due to instruction while performing the primary task.] +*** Primary-subtask {hedId=HED_0013102} [A part of the task which should be the primary focus of the participant.] +** Task-stimulus-role {hedId=HED_0013103} [The role the stimulus plays in the task.] +*** Cue {hedId=HED_0013104} [A signal for an action, a pattern of stimuli indicating a particular response.] +*** Distractor {hedId=HED_0013105} [A person or thing that distracts or a plausible but incorrect option in a multiple-choice question. In psychological studies this is sometimes referred to as a foil.] +*** Expected {relatedTag=Unexpected, suggestedTag=Target, hedId=HED_0013106} [Considered likely, probable or anticipated. Something of low information value as in frequent non-targets in an RSVP paradigm.] +*** Extraneous {hedId=HED_0013107} [Irrelevant or unrelated to the subject being dealt with.] +*** Feedback {hedId=HED_0013108} [An evaluative response to an inquiry, process, event, or activity.] +*** Go-signal {relatedTag=Stop-signal, hedId=HED_0013109} [An indicator to proceed with a planned action.] +*** Meaningful {hedId=HED_0013110} [Conveying significant or relevant information.] +*** Newly-learned {hedId=HED_0013111} [Representing recently acquired information or understanding.] +*** Non-informative {hedId=HED_0013112} [Something that is not useful in forming an opinion or judging an outcome.] +*** Non-target {relatedTag=Target, hedId=HED_0013113} [Something other than that done or looked for. Also tag Expected if the Non-target is frequent.] +*** Not-meaningful {hedId=HED_0013114} [Not having a serious, important, or useful quality or purpose.] +*** Novel {hedId=HED_0013115} [Having no previous example or precedent or parallel.] +*** Oddball {relatedTag=Unexpected, suggestedTag=Target, hedId=HED_0013116} [Something unusual, or infrequent.] +*** Penalty {hedId=HED_0013117} [A disadvantage, loss, or hardship due to some action.] +*** Planned {relatedTag=Unplanned, hedId=HED_0013118} [Something that was decided on or arranged in advance.] +*** Priming {hedId=HED_0013119} [An implicit memory effect in which exposure to a stimulus influences response to a later stimulus.] +*** Query {hedId=HED_0013120} [A sentence of inquiry that asks for a reply.] +*** Reward {hedId=HED_0013121} [A positive reinforcement for a desired action, behavior or response.] +*** Stop-signal {relatedTag=Go-signal, hedId=HED_0013122} [An indicator that the agent should stop the current activity.] +*** Target {hedId=HED_0013123} [Something fixed as a goal, destination, or point of examination.] +*** Threat {hedId=HED_0013124} [An indicator that signifies hostility and predicts an increased probability of attack.] +*** Timed {hedId=HED_0013125} [Something planned or scheduled to be done at a particular time or lasting for a specified amount of time.] +*** Unexpected {relatedTag=Expected, hedId=HED_0013126} [Something that is not anticipated.] +*** Unplanned {relatedTag=Planned, hedId=HED_0013127} [Something that has not been planned as part of the task.] + +'''Relation''' {extensionAllowed, hedId=HED_0013128} [Concerns the way in which two or more people or things are connected.] +* Comparative-relation {hedId=HED_0013129} [Something considered in comparison to something else. The first entity is the focus.] +** Approximately-equal-to {hedId=HED_0013130} [(A, (Approximately-equal-to, B)) indicates that A and B have almost the same value. Here A and B could refer to sizes, orders, positions or other quantities.] +** Equal-to {hedId=HED_0013131} [(A, (Equal-to, B)) indicates that the size or order of A is the same as that of B.] +** Greater-than {hedId=HED_0013132} [(A, (Greater-than, B)) indicates that the relative size or order of A is bigger than that of B.] +** Greater-than-or-equal-to {hedId=HED_0013133} [(A, (Greater-than-or-equal-to, B)) indicates that the relative size or order of A is bigger than or the same as that of B.] +** Less-than {hedId=HED_0013134} [(A, (Less-than, B)) indicates that A is smaller than B. Here A and B could refer to sizes, orders, positions or other quantities.] +** Less-than-or-equal-to {hedId=HED_0013135} [(A, (Less-than-or-equal-to, B)) indicates that the relative size or order of A is smaller than or equal to B.] +** Not-equal-to {hedId=HED_0013136} [(A, (Not-equal-to, B)) indicates that the size or order of A is not the same as that of B.] +* Connective-relation {hedId=HED_0013137} [Indicates two entities are related in some way. The first entity is the focus.] +** Belongs-to {hedId=HED_0013138} [(A, (Belongs-to, B)) indicates that A is a member of B.] +** Connected-to {hedId=HED_0013139} [(A, (Connected-to, B)) indicates that A is related to B in some respect, usually through a direct link.] +** Contained-in {hedId=HED_0013140} [(A, (Contained-in, B)) indicates that A is completely inside of B.] +** Described-by {hedId=HED_0013141} [(A, (Described-by, B)) indicates that B provides information about A.] +** From-to {hedId=HED_0013142} [(A, (From-to, B)) indicates a directional relation from A to B. A is considered the source.] +** Group-of {hedId=HED_0013143} [(A, (Group-of, B)) indicates A is a group of items of type B.] +** Implied-by {hedId=HED_0013144} [(A, (Implied-by, B)) indicates B is suggested by A.] +** Includes {hedId=HED_0013145} [(A, (Includes, B)) indicates that A has B as a member or part.] +** Interacts-with {hedId=HED_0013146} [(A, (Interacts-with, B)) indicates A and B interact, possibly reciprocally.] +** Member-of {hedId=HED_0013147} [(A, (Member-of, B)) indicates A is a member of group B.] +** Part-of {hedId=HED_0013148} [(A, (Part-of, B)) indicates A is a part of the whole B.] +** Performed-by {hedId=HED_0013149} [(A, (Performed-by, B)) indicates that the action or procedure A was carried out by agent B.] +** Performed-using {hedId=HED_0013150} [(A, (Performed-using, B)) indicates that the action or procedure A was accomplished using B.] +** Related-to {hedId=HED_0013151} [(A, (Related-to, B)) indicates A has some relationship to B.] +** Unrelated-to {hedId=HED_0013152} [(A, (Unrelated-to, B)) indicates that A is not related to B.For example, A is not related to Task.] +* Directional-relation {hedId=HED_0013153} [A relationship indicating direction of change of one entity relative to another. The first entity is the focus.] +** Away-from {hedId=HED_0013154} [(A, (Away-from, B)) indicates that A is going or has moved away from B. The meaning depends on A and B.] +** Towards {hedId=HED_0013155} [(A, (Towards, B)) indicates that A is going to or has moved to B. The meaning depends on A and B.] +* Logical-relation {hedId=HED_0013156} [Indicating a logical relationship between entities. The first entity is usually the focus.] +** And {hedId=HED_0013157} [(A, (And, B)) means A and B are both in effect.] +** Or {hedId=HED_0013158} [(A, (Or, B)) means at least one of A and B are in effect.] +* Spatial-relation {hedId=HED_0013159} [Indicating a relationship about position between entities.] +** Above {hedId=HED_0013160} [(A, (Above, B)) means A is in a place or position that is higher than B.] +** Across-from {hedId=HED_0013161} [(A, (Across-from, B)) means A is on the opposite side of something from B.] +** Adjacent-to {hedId=HED_0013162} [(A, (Adjacent-to, B)) indicates that A is next to B in time or space.] +** Ahead-of {hedId=HED_0013163} [(A, (Ahead-of, B)) indicates that A is further forward in time or space in B.] +** Around {hedId=HED_0013164} [(A, (Around, B)) means A is in or near the present place or situation of B.] +** Behind {hedId=HED_0013165} [(A, (Behind, B)) means A is at or to the far side of B, typically so as to be hidden by it.] +** Below {hedId=HED_0013166} [(A, (Below, B)) means A is in a place or position that is lower than the position of B.] +** Between {hedId=HED_0013167} [(A, (Between, (B, C))) means A is in the space or interval separating B and C.] +** Bilateral-to {hedId=HED_0013168} [(A, (Bilateral, B)) means A is on both sides of B or affects both sides of B.] +** Bottom-edge-of {relatedTag=Left-edge-of, relatedTag=Right-edge-of, relatedTag=Top-edge-of, hedId=HED_0013169} [(A, (Bottom-edge-of, B)) means A is on the bottom most part or or near the boundary of B.] +** Boundary-of {hedId=HED_0013170} [(A, (Boundary-of, B)) means A is on or part of the edge or boundary of B.] +** Center-of {hedId=HED_0013171} [(A, (Center-of, B)) means A is at a point or or in an area that is approximately central within B.] +** Close-to {hedId=HED_0013172} [(A, (Close-to, B)) means A is at a small distance from or is located near in space to B.] +** Far-from {hedId=HED_0013173} [(A, (Far-from, B)) means A is at a large distance from or is not located near in space to B.] +** In-front-of {hedId=HED_0013174} [(A, (In-front-of, B)) means A is in a position just ahead or at the front part of B, potentially partially blocking B from view.] +** Left-edge-of {relatedTag=Bottom-edge-of, relatedTag=Right-edge-of, relatedTag=Top-edge-of, hedId=HED_0013175} [(A, (Left-edge-of, B)) means A is located on the left side of B on or near the boundary of B.] +** Left-side-of {relatedTag=Right-side-of, hedId=HED_0013176} [(A, (Left-side-of, B)) means A is located on the left side of B usually as part of B.] +** Lower-center-of {relatedTag=Center-of, relatedTag=Lower-left-of, relatedTag=Lower-right-of, relatedTag=Upper-center-of, relatedTag=Upper-right-of, hedId=HED_0013177} [(A, (Lower-center-of, B)) means A is situated on the lower center part of B (due south). This relation is often used to specify qualitative information about screen position.] +** Lower-left-of {relatedTag=Center-of, relatedTag=Lower-center-of, relatedTag=Lower-right-of, relatedTag=Upper-center-of, relatedTag=Upper-left-of, relatedTag=Upper-right-of, hedId=HED_0013178} [(A, (Lower-left-of, B)) means A is situated on the lower left part of B. This relation is often used to specify qualitative information about screen position.] +** Lower-right-of {relatedTag=Center-of, relatedTag=Lower-center-of, relatedTag=Lower-left-of, relatedTag=Upper-left-of, relatedTag=Upper-center-of, relatedTag=Upper-left-of, relatedTag=Lower-right-of, hedId=HED_0013179} [(A, (Lower-right-of, B)) means A is situated on the lower right part of B. This relation is often used to specify qualitative information about screen position.] +** Outside-of {hedId=HED_0013180} [(A, (Outside-of, B)) means A is located in the space around but not including B.] +** Over {hedId=HED_0013181} [(A, (Over, B)) means A above is above B so as to cover or protect or A extends over the a general area as from a from a vantage point.] +** Right-edge-of {relatedTag=Bottom-edge-of, relatedTag=Left-edge-of, relatedTag=Top-edge-of, hedId=HED_0013182} [(A, (Right-edge-of, B)) means A is located on the right side of B on or near the boundary of B.] +** Right-side-of {relatedTag=Left-side-of, hedId=HED_0013183} [(A, (Right-side-of, B)) means A is located on the right side of B usually as part of B.] +** To-left-of {hedId=HED_0013184} [(A, (To-left-of, B)) means A is located on or directed toward the side to the west of B when B is facing north. This term is used when A is not part of B.] +** To-right-of {hedId=HED_0013185} [(A, (To-right-of, B)) means A is located on or directed toward the side to the east of B when B is facing north. This term is used when A is not part of B.] +** Top-edge-of {relatedTag=Left-edge-of, relatedTag=Right-edge-of, relatedTag=Bottom-edge-of, hedId=HED_0013186} [(A, (Top-edge-of, B)) means A is on the uppermost part or or near the boundary of B.] +** Top-of {hedId=HED_0013187} [(A, (Top-of, B)) means A is on the uppermost part, side, or surface of B.] +** Underneath {hedId=HED_0013188} [(A, (Underneath, B)) means A is situated directly below and may be concealed by B.] +** Upper-center-of {relatedTag=Center-of, relatedTag=Lower-center-of, relatedTag=Lower-left-of, relatedTag=Lower-right-of, relatedTag=Upper-center-of, relatedTag=Upper-right-of, hedId=HED_0013189} [(A, (Upper-center-of, B)) means A is situated on the upper center part of B (due north). This relation is often used to specify qualitative information about screen position.] +** Upper-left-of {relatedTag=Center-of, relatedTag=Lower-center-of, relatedTag=Lower-left-of, relatedTag=Lower-right-of, relatedTag=Upper-center-of, relatedTag=Upper-right-of, hedId=HED_0013190} [(A, (Upper-left-of, B)) means A is situated on the upper left part of B. This relation is often used to specify qualitative information about screen position.] +** Upper-right-of {relatedTag=Center-of, relatedTag=Lower-center-of, relatedTag=Lower-left-of, relatedTag=Upper-left-of, relatedTag=Upper-center-of, relatedTag=Lower-right-of, hedId=HED_0013191} [(A, (Upper-right-of, B)) means A is situated on the upper right part of B. This relation is often used to specify qualitative information about screen position.] +** Within {hedId=HED_0013192} [(A, (Within, B)) means A is on the inside of or contained in B.] +* Temporal-relation {hedId=HED_0013193} [A relationship that includes a temporal or time-based component.] +** After {hedId=HED_0013194} [(A, (After, B)) means A happens at a time subsequent to a reference time related to B.] +** Asynchronous-with {hedId=HED_0013195} [(A, (Asynchronous-with, B)) means A happens at times not occurring at the same time or having the same period or phase as B.] +** Before {hedId=HED_0013196} [(A, (Before, B)) means A happens at a time earlier in time or order than B.] +** During {hedId=HED_0013197} [(A, (During, B)) means A happens at some point in a given period of time in which B is ongoing.] +** Synchronous-with {hedId=HED_0013198} [(A, (Synchronous-with, B)) means A happens at occurs at the same time or rate as B.] +** Waiting-for {hedId=HED_0013199} [(A, (Waiting-for, B)) means A pauses for something to happen in B.] + + +!# end schema + +'''Unit classes''' +* accelerationUnits {defaultUnits=m-per-s^2, hedId=HED_0011500} +** m-per-s^2 {SIUnit, unitSymbol, conversionFactor=1.0, allowedCharacter=caret, hedId=HED_0011600} +* angleUnits {defaultUnits=radian, hedId=HED_0011501} +** radian {SIUnit, conversionFactor=1.0, hedId=HED_0011601} +** rad {SIUnit, unitSymbol, conversionFactor=1.0, hedId=HED_0011602} +** degree {conversionFactor=0.0174533, hedId=HED_0011603} +* areaUnits {defaultUnits=m^2, hedId=HED_0011502} +** m^2 {SIUnit, unitSymbol, conversionFactor=1.0, allowedCharacter=caret, hedId=HED_0011604} +* currencyUnits {defaultUnits=$, hedId=HED_0011503} [Units indicating the worth of something.] +** dollar {conversionFactor=1.0, hedId=HED_0011605} +** $ {unitPrefix, unitSymbol, conversionFactor=1.0, allowedCharacter=dollar, hedId=HED_0011606} +** euro {hedId=HED_0011607} [The official currency of a large subset of member countries of the European Union.] +** point {hedId=HED_0011608} [An arbitrary unit of value, usually an integer indicating reward or penalty.] +* electricPotentialUnits {defaultUnits=uV, hedId=HED_0011504} +** V {SIUnit, unitSymbol, conversionFactor=0.000001, hedId=HED_0011609} +** uV {conversionFactor=1.0, hedId=HED_0011644} [Added as a direct unit because it is the default unit.] +** volt {SIUnit, conversionFactor=0.000001, hedId=HED_0011610} +* frequencyUnits {defaultUnits=Hz, hedId=HED_0011505} +** hertz {SIUnit, conversionFactor=1.0, hedId=HED_0011611} +** Hz {SIUnit, unitSymbol, conversionFactor=1.0, hedId=HED_0011612} +* intensityUnits {defaultUnits=dB, hedId=HED_0011506} +** dB {unitSymbol, conversionFactor=1.0, hedId=HED_0011613} [Intensity expressed as ratio to a threshold. May be used for sound intensity.] +** candela {SIUnit, hedId=HED_0011614} [Units used to express light intensity.] +** cd {SIUnit, unitSymbol, hedId=HED_0011615} [Units used to express light intensity.] +* jerkUnits {defaultUnits=m-per-s^3, hedId=HED_0011507} +** m-per-s^3 {unitSymbol, conversionFactor=1.0, allowedCharacter=caret, hedId=HED_0011616} +* magneticFieldUnits {defaultUnits=T, hedId=HED_0011508} +** tesla {SIUnit, conversionFactor=10e-15, hedId=HED_0011617} +** T {SIUnit, unitSymbol, conversionFactor=10e-15, hedId=HED_0011618} +* memorySizeUnits {defaultUnits=B, hedId=HED_0011509} +** byte {SIUnit, conversionFactor=1.0, hedId=HED_0011619} +** B {SIUnit, unitSymbol, conversionFactor=1.0, hedId=HED_0011620} +* physicalLengthUnits {defaultUnits=m, hedId=HED_0011510} +** foot {conversionFactor=0.3048, hedId=HED_0011621} +** inch {conversionFactor=0.0254, hedId=HED_0011622} +** meter {SIUnit, conversionFactor=1.0, hedId=HED_0011623} +** metre {SIUnit, conversionFactor=1.0, hedId=HED_0011624} +** m {SIUnit, unitSymbol, conversionFactor=1.0, hedId=HED_0011625} +** mile {conversionFactor=1609.34, hedId=HED_0011626} +* speedUnits {defaultUnits=m-per-s, hedId=HED_0011511} +** m-per-s {SIUnit, unitSymbol, conversionFactor=1.0, hedId=HED_0011627} +** mph {unitSymbol, conversionFactor=0.44704, hedId=HED_0011628} +** kph {unitSymbol, conversionFactor=0.277778, hedId=HED_0011629} +* temperatureUnits {defaultUnits=degree-Celsius, hedId=HED_0011512} +** degree-Celsius {SIUnit, conversionFactor=1.0, hedId=HED_0011630} +** degree Celsius {deprecatedFrom=8.2.0, SIUnit, conversionFactor=1.0, hedId=HED_0011631} [Units are not allowed to have spaces. Use degree-Celsius or oC instead.] +** oC {SIUnit, unitSymbol, conversionFactor=1.0, hedId=HED_0011632} +* timeUnits {defaultUnits=s, hedId=HED_0011513} +** second {SIUnit, conversionFactor=1.0, hedId=HED_0011633} +** s {SIUnit, unitSymbol, conversionFactor=1.0, hedId=HED_0011634} +** day {conversionFactor=86400, hedId=HED_0011635} +** month {hedId=HED_0011645} +** minute {conversionFactor=60, hedId=HED_0011636} +** hour {conversionFactor=3600, hedId=HED_0011637} [Should be in 24-hour format.] +** year {hedId=HED_0011638} [Years do not have a constant conversion factor to seconds.] +* volumeUnits {defaultUnits=m^3, hedId=HED_0011514} +** m^3 {SIUnit, unitSymbol, conversionFactor=1.0, allowedCharacter=caret, hedId=HED_0011639} +* weightUnits {defaultUnits=g, hedId=HED_0011515} +** g {SIUnit, unitSymbol, conversionFactor=1.0, hedId=HED_0011640} +** gram {SIUnit, conversionFactor=1.0, hedId=HED_0011641} +** pound {conversionFactor=453.592, hedId=HED_0011642} +** lb {conversionFactor=453.592, hedId=HED_0011643} + +'''Unit modifiers''' +* deca {SIUnitModifier, conversionFactor=10.0, hedId=HED_0011400} [SI unit multiple representing 10e1.] +* da {SIUnitSymbolModifier, conversionFactor=10.0, hedId=HED_0011401} [SI unit multiple representing 10e1.] +* hecto {SIUnitModifier, conversionFactor=100.0, hedId=HED_0011402} [SI unit multiple representing 10e2.] +* h {SIUnitSymbolModifier, conversionFactor=100.0, hedId=HED_0011403} [SI unit multiple representing 10e2.] +* kilo {SIUnitModifier, conversionFactor=1000.0, hedId=HED_0011404} [SI unit multiple representing 10e3.] +* k {SIUnitSymbolModifier, conversionFactor=1000.0, hedId=HED_0011405} [SI unit multiple representing 10e3.] +* mega {SIUnitModifier, conversionFactor=10e6, hedId=HED_0011406} [SI unit multiple representing 10e6.] +* M {SIUnitSymbolModifier, conversionFactor=10e6, hedId=HED_0011407} [SI unit multiple representing 10e6.] +* giga {SIUnitModifier, conversionFactor=10e9, hedId=HED_0011408} [SI unit multiple representing 10e9.] +* G {SIUnitSymbolModifier, conversionFactor=10e9, hedId=HED_0011409} [SI unit multiple representing 10e9.] +* tera {SIUnitModifier, conversionFactor=10e12, hedId=HED_0011410} [SI unit multiple representing 10e12.] +* T {SIUnitSymbolModifier, conversionFactor=10e12, hedId=HED_0011411} [SI unit multiple representing 10e12.] +* peta {SIUnitModifier, conversionFactor=10e15, hedId=HED_0011412} [SI unit multiple representing 10e15.] +* P {SIUnitSymbolModifier, conversionFactor=10e15, hedId=HED_0011413} [SI unit multiple representing 10e15.] +* exa {SIUnitModifier, conversionFactor=10e18, hedId=HED_0011414} [SI unit multiple representing 10e18.] +* E {SIUnitSymbolModifier, conversionFactor=10e18, hedId=HED_0011415} [SI unit multiple representing 10e18.] +* zetta {SIUnitModifier, conversionFactor=10e21, hedId=HED_0011416} [SI unit multiple representing 10e21.] +* Z {SIUnitSymbolModifier, conversionFactor=10e21, hedId=HED_0011417} [SI unit multiple representing 10e21.] +* yotta {SIUnitModifier, conversionFactor=10e24, hedId=HED_0011418} [SI unit multiple representing 10e24.] +* Y {SIUnitSymbolModifier, conversionFactor=10e24, hedId=HED_0011419} [SI unit multiple representing 10e24.] +* deci {SIUnitModifier, conversionFactor=0.1, hedId=HED_0011420} [SI unit submultiple representing 10e-1.] +* d {SIUnitSymbolModifier, conversionFactor=0.1, hedId=HED_0011421} [SI unit submultiple representing 10e-1.] +* centi {SIUnitModifier, conversionFactor=0.01, hedId=HED_0011422} [SI unit submultiple representing 10e-2.] +* c {SIUnitSymbolModifier, conversionFactor=0.01, hedId=HED_0011423} [SI unit submultiple representing 10e-2.] +* milli {SIUnitModifier, conversionFactor=0.001, hedId=HED_0011424} [SI unit submultiple representing 10e-3.] +* m {SIUnitSymbolModifier, conversionFactor=0.001, hedId=HED_0011425} [SI unit submultiple representing 10e-3.] +* micro {SIUnitModifier, conversionFactor=10e-6, hedId=HED_0011426} [SI unit submultiple representing 10e-6.] +* u {SIUnitSymbolModifier, conversionFactor=10e-6, hedId=HED_0011427} [SI unit submultiple representing 10e-6.] +* nano {SIUnitModifier, conversionFactor=10e-9, hedId=HED_0011428} [SI unit submultiple representing 10e-9.] +* n {SIUnitSymbolModifier, conversionFactor=10e-9, hedId=HED_0011429} [SI unit submultiple representing 10e-9.] +* pico {SIUnitModifier, conversionFactor=10e-12, hedId=HED_0011430} [SI unit submultiple representing 10e-12.] +* p {SIUnitSymbolModifier, conversionFactor=10e-12, hedId=HED_0011431} [SI unit submultiple representing 10e-12.] +* femto {SIUnitModifier, conversionFactor=10e-15, hedId=HED_0011432} [SI unit submultiple representing 10e-15.] +* f {SIUnitSymbolModifier, conversionFactor=10e-15, hedId=HED_0011433} [SI unit submultiple representing 10e-15.] +* atto {SIUnitModifier, conversionFactor=10e-18, hedId=HED_0011434} [SI unit submultiple representing 10e-18.] +* a {SIUnitSymbolModifier, conversionFactor=10e-18, hedId=HED_0011435} [SI unit submultiple representing 10e-18.] +* zepto {SIUnitModifier, conversionFactor=10e-21, hedId=HED_0011436} [SI unit submultiple representing 10e-21.] +* z {SIUnitSymbolModifier, conversionFactor=10e-21, hedId=HED_0011437} [SI unit submultiple representing 10e-21.] +* yocto {SIUnitModifier, conversionFactor=10e-24, hedId=HED_0011438} [SI unit submultiple representing 10e-24.] +* y {SIUnitSymbolModifier, conversionFactor=10e-24, hedId=HED_0011439} [SI unit submultiple representing 10e-24.] + +'''Value classes''' +* dateTimeClass {allowedCharacter=digits, allowedCharacter=T, allowedCharacter=hyphen, allowedCharacter=colon, hedId=HED_0011301} [Date-times should conform to ISO8601 date-time format YYYY-MM-DDThh:mm:ss.000000Z (year, month, day, hour (24h), minute, second, optional fractional seconds, and optional UTC time indicator. Any variation on the full form is allowed.] +* nameClass {allowedCharacter=letters, allowedCharacter=digits, allowedCharacter=underscore, allowedCharacter=hyphen, hedId=HED_0011302} [Value class designating values that have the characteristics of node names. The allowed characters are alphanumeric, hyphen, and underscore.] +* numericClass {allowedCharacter=digits, allowedCharacter=E, allowedCharacter=e, allowedCharacter=plus, allowedCharacter=hyphen, allowedCharacter=period, hedId=HED_0011303} [Value must be a valid numerical value.] +* posixPath {allowedCharacter=digits, allowedCharacter=letters, allowedCharacter=slash, allowedCharacter=colon, hedId=HED_0011304} [Posix path specification.] +* textClass {allowedCharacter=text, hedId=HED_0011305} [Values that have the characteristics of text such as in descriptions. The text characters include printable characters (32 <= ASCII< 127) excluding comma, square bracket and curly braces as well as non ASCII (ASCII codes > 127).] + +'''Schema attributes''' +* hedId {elementDomain, stringRange, hedId=HED_0010500, annotationProperty} [The unique identifier of this element in the HED namespace.] +* requireChild {tagDomain, boolRange, hedId=HED_0010501, annotationProperty} [This tag must have a descendent.] +* rooted {tagDomain, tagRange, hedId=HED_0010502, annotationProperty} [This top-level library schema node should have a parent which is the indicated node in the partnered standard schema.] +* takesValue {tagDomain, boolRange, hedId=HED_0010503, annotationProperty} [This tag is a hashtag placeholder that is expected to be replaced with a user-defined value.] +* defaultUnits {unitClassDomain, unitRange, hedId=HED_0010104} [The default units to use if the placeholder has a unit class but the substituted value has no units.] +* isPartOf {tagDomain, tagRange, hedId=HED_0010109} [This tag is part of the indicated tag -- as in the nose is part of the face.] +* relatedTag {tagDomain, tagRange, hedId=HED_0010105} [A HED tag that is closely related to this tag. This attribute is used by tagging tools.] +* suggestedTag {tagDomain, tagRange, hedId=HED_0010106} [A tag that is often associated with this tag. This attribute is used by tagging tools to provide tagging suggestions.] +* unitClass {tagDomain, unitClassRange, hedId=HED_0010107} [The unit class that the value of a placeholder node can belong to.] +* valueClass {tagDomain, valueClassRange, hedId=HED_0010108} [Type of value taken on by the value of a placeholder node.] +* allowedCharacter {unitDomain, unitModifierDomain, valueClassDomain, stringRange, hedId=HED_0010304} [A special character that is allowed in expressing the value of a placeholder of a specified value class. Allowed characters may be listed individual, named individually, or named as a group as specified in Section 2.2 Character sets and restrictions of the HED specification.] +* conversionFactor {unitDomain, unitModifierDomain, numericRange, hedId=HED_0010305} [The factor to multiply these units or unit modifiers by to convert to default units.] +* deprecatedFrom {elementDomain, stringRange, hedId=HED_0010306} [The latest schema version in which the element was not deprecated.] +* extensionAllowed {tagDomain, boolRange, hedId=HED_0010307} [Users can add unlimited levels of child nodes under this tag. This tag is propagated to child nodes except for hashtag placeholders.] +* inLibrary {elementDomain, stringRange, hedId=HED_0010309} [The named library schema that this schema element is from. This attribute is added by tools when a library schema is merged into its partnered standard schema.] +* reserved {tagDomain, boolRange, hedId=HED_0010310} [This tag has special meaning and requires special handling by tools.] +* SIUnit {unitDomain, boolRange, hedId=HED_0010311} [This unit element is an SI unit and can be modified by multiple and sub-multiple names. Note that some units such as byte are designated as SI units although they are not part of the standard.] +* SIUnitModifier {unitModifierDomain, boolRange, hedId=HED_0010312} [This SI unit modifier represents a multiple or sub-multiple of a base unit rather than a unit symbol.] +* SIUnitSymbolModifier {unitModifierDomain, boolRange, hedId=HED_0010313} [This SI unit modifier represents a multiple or sub-multiple of a unit symbol rather than a base symbol.] +* tagGroup {tagDomain, boolRange, hedId=HED_0010314} [This tag can only appear inside a tag group.] +* topLevelTagGroup {tagDomain, boolRange, hedId=HED_0010315} [This tag (or its descendants) can only appear in a top-level tag group. There are additional tag-specific restrictions on what other tags can appear in the group with this tag.] +* unique {tagDomain, boolRange, hedId=HED_0010316} [Only one of this tag or its descendants can be used in the event-level HED string.] +* unitPrefix {unitDomain, boolRange, hedId=HED_0010317} [This unit is a prefix unit (e.g., dollar sign in the currency units).] +* unitSymbol {unitDomain, boolRange, hedId=HED_0010318} [This tag is an abbreviation or symbol representing a type of unit. Unit symbols represent both the singular and the plural and thus cannot be pluralized.] + +'''Properties''' +* annotationProperty {hedId=HED_0010701} [The value is not inherited by child nodes.] +* boolRange {hedId=HED_0010702} [This schema attribute's value can be true or false. This property was formerly named boolProperty.] +* elementDomain {hedId=HED_0010703} [This schema attribute can apply to any type of element class (i.e., tag, unit, unit class, unit modifier, or value class). This property was formerly named elementProperty.] +* tagDomain {hedId=HED_0010704} [This schema attribute can apply to node (tag-term) elements. This was added so attributes could apply to multiple types of elements. This property was formerly named nodeProperty.] +* tagRange {hedId=HED_0010705} [This schema attribute's value can be a node. This property was formerly named nodeProperty.] +* numericRange {hedId=HED_0010706} [This schema attribute's value can be numeric.] +* stringRange {hedId=HED_0010707} [This schema attribute's value can be a string.] +* unitClassDomain {hedId=HED_0010708} [This schema attribute can apply to unit classes. This property was formerly named unitClassProperty.] +* unitClassRange {hedId=HED_0010709} [This schema attribute's value can be a unit class.] +* unitModifierDomain {hedId=HED_0010710} [This schema attribute can apply to unit modifiers. This property was formerly named unitModifierProperty.] +* unitDomain {hedId=HED_0010711} [This schema attribute can apply to units. This property was formerly named unitProperty.] +* unitRange {hedId=HED_0010712} [This schema attribute's value can be units.] +* valueClassDomain {hedId=HED_0010713} [This schema attribute can apply to value classes. This property was formerly named valueClassProperty.] +* valueClassRange {hedId=HED_0010714} [This schema attribute's value can be a value class.] +'''Epilogue''' +This schema is released under the Creative Commons Attribution 4.0 International and is a product of the HED Working Group. The DOI for the latest version of the HED standard schema is 10.5281/zenodo.7876037. + +!# end hed diff --git a/hedxml/HED8.3.0.xml b/hedxml/HED8.3.0.xml new file mode 100644 index 0000000..e9c9723 --- /dev/null +++ b/hedxml/HED8.3.0.xml @@ -0,0 +1,13381 @@ + + + The HED standard schema is a hierarchically-organized vocabulary for annotating events and experimental structure. HED annotations consist of comma-separated tags drawn from this vocabulary. This vocabulary can be augmented by terms drawn from specialized library schema. + +Each term in this vocabulary has a human-readable description and may include additional attributes that give additional properties or that specify how tools should treat the tag during analysis. The meaning of these attributes is described in the Additional schema properties section. + + + Event + Something that happens at a given time and (typically) place. Elements of this tag subtree designate the general category in which an event falls. + + suggestedTag + Task-property + + + hedId + HED_0012001 + + + Sensory-event + Something perceivable by the participant. An event meant to be an experimental stimulus should include the tag Task-property/Task-event-role/Experimental-stimulus. + + suggestedTag + Task-event-role + Sensory-presentation + + + hedId + HED_0012002 + + + + Agent-action + Any action engaged in by an agent (see the Agent subtree for agent categories). A participant response to an experiment stimulus should include the tag Agent-property/Agent-task-role/Experiment-participant. + + suggestedTag + Task-event-role + Agent + + + hedId + HED_0012003 + + + + Data-feature + An event marking the occurrence of a data feature such as an interictal spike or alpha burst that is often added post hoc to the data record. + + suggestedTag + Data-property + + + hedId + HED_0012004 + + + + Experiment-control + An event pertaining to the physical control of the experiment during its operation. + + hedId + HED_0012005 + + + + Experiment-procedure + An event indicating an experimental procedure, as in performing a saliva swab during the experiment or administering a survey. + + hedId + HED_0012006 + + + + Experiment-structure + An event specifying a change-point of the structure of experiment. This event is typically used to indicate a change in experimental conditions or tasks. + + hedId + HED_0012007 + + + + Measurement-event + A discrete measure returned by an instrument. + + suggestedTag + Data-property + + + hedId + HED_0012008 + + + + + Agent + Someone or something that takes an active role or produces a specified effect.The role or effect may be implicit. Being alive or performing an activity such as a computation may qualify something to be an agent. An agent may also be something that simulates something else. + + suggestedTag + Agent-property + + + hedId + HED_0012009 + + + Animal-agent + An agent that is an animal. + + hedId + HED_0012010 + + + + Avatar-agent + An agent associated with an icon or avatar representing another agent. + + hedId + HED_0012011 + + + + Controller-agent + Experiment control software or hardware. + + hedId + HED_0012012 + + + + Human-agent + A person who takes an active role or produces a specified effect. + + hedId + HED_0012013 + + + + Robotic-agent + An agent mechanical device capable of performing a variety of often complex tasks on command or by being programmed in advance. + + hedId + HED_0012014 + + + + Software-agent + An agent computer program that interacts with the participant in an active role such as an AI advisor. + + hedId + HED_0012015 + + + + + Action + Do something. + + extensionAllowed + + + hedId + HED_0012016 + + + Communicate + Action conveying knowledge of or about something. + + hedId + HED_0012017 + + + Communicate-gesturally + Communicate non-verbally using visible bodily actions, either in place of speech or together and in parallel with spoken words. Gestures include movement of the hands, face, or other parts of the body. + + relatedTag + Move-face + Move-upper-extremity + + + hedId + HED_0012018 + + + Clap-hands + Strike the palms of against one another resoundingly, and usually repeatedly, especially to express approval. + + hedId + HED_0012019 + + + + Clear-throat + Cough slightly so as to speak more clearly, attract attention, or to express hesitancy before saying something awkward. + + relatedTag + Move-face + Move-head + + + hedId + HED_0012020 + + + + Frown + Express disapproval, displeasure, or concentration, typically by turning down the corners of the mouth. + + relatedTag + Move-face + + + hedId + HED_0012021 + + + + Grimace + Make a twisted expression, typically expressing disgust, pain, or wry amusement. + + relatedTag + Move-face + + + hedId + HED_0012022 + + + + Nod-head + Tilt head in alternating up and down arcs along the sagittal plane. It is most commonly, but not universally, used to indicate agreement, acceptance, or acknowledgement. + + relatedTag + Move-head + + + hedId + HED_0012023 + + + + Pump-fist + Raise with fist clenched in triumph or affirmation. + + relatedTag + Move-upper-extremity + + + hedId + HED_0012024 + + + + Raise-eyebrows + Move eyebrows upward. + + relatedTag + Move-face + Move-eyes + + + hedId + HED_0012025 + + + + Shake-fist + Clench hand into a fist and shake to demonstrate anger. + + relatedTag + Move-upper-extremity + + + hedId + HED_0012026 + + + + Shake-head + Turn head from side to side as a way of showing disagreement or refusal. + + relatedTag + Move-head + + + hedId + HED_0012027 + + + + Shhh + Place finger over lips and possibly uttering the syllable shhh to indicate the need to be quiet. + + relatedTag + Move-upper-extremity + + + hedId + HED_0012028 + + + + Shrug + Lift shoulders up towards head to indicate a lack of knowledge about a particular topic. + + relatedTag + Move-upper-extremity + Move-torso + + + hedId + HED_0012029 + + + + Smile + Form facial features into a pleased, kind, or amused expression, typically with the corners of the mouth turned up and the front teeth exposed. + + relatedTag + Move-face + + + hedId + HED_0012030 + + + + Spread-hands + Spread hands apart to indicate ignorance. + + relatedTag + Move-upper-extremity + + + hedId + HED_0012031 + + + + Thumb-up + Extend the thumb upward to indicate approval. + + relatedTag + Move-upper-extremity + + + hedId + HED_0012032 + + + + Thumbs-down + Extend the thumb downward to indicate disapproval. + + relatedTag + Move-upper-extremity + + + hedId + HED_0012033 + + + + Wave + Raise hand and move left and right, as a greeting or sign of departure. + + relatedTag + Move-upper-extremity + + + hedId + HED_0012034 + + + + Widen-eyes + Open eyes and possibly with eyebrows lifted especially to express surprise or fear. + + relatedTag + Move-face + Move-eyes + + + hedId + HED_0012035 + + + + Wink + Close and open one eye quickly, typically to indicate that something is a joke or a secret or as a signal of affection or greeting. + + relatedTag + Move-face + Move-eyes + + + hedId + HED_0012036 + + + + + Communicate-musically + Communicate using music. + + hedId + HED_0012037 + + + Hum + Make a low, steady continuous sound like that of a bee. Sing with the lips closed and without uttering speech. + + hedId + HED_0012038 + + + + Play-instrument + Make musical sounds using an instrument. + + hedId + HED_0012039 + + + + Sing + Produce musical tones by means of the voice. + + hedId + HED_0012040 + + + + Vocalize + Utter vocal sounds. + + hedId + HED_0012041 + + + + Whistle + Produce a shrill clear sound by forcing breath out or air in through the puckered lips. + + hedId + HED_0012042 + + + + + Communicate-vocally + Communicate using mouth or vocal cords. + + hedId + HED_0012043 + + + Cry + Shed tears associated with emotions, usually sadness but also joy or frustration. + + hedId + HED_0012044 + + + + Groan + Make a deep inarticulate sound in response to pain or despair. + + hedId + HED_0012045 + + + + Laugh + Make the spontaneous sounds and movements of the face and body that are the instinctive expressions of lively amusement and sometimes also of contempt or derision. + + hedId + HED_0012046 + + + + Scream + Make loud, vociferous cries or yells to express pain, excitement, or fear. + + hedId + HED_0012047 + + + + Shout + Say something very loudly. + + hedId + HED_0012048 + + + + Sigh + Emit a long, deep, audible breath expressing sadness, relief, tiredness, or a similar feeling. + + hedId + HED_0012049 + + + + Speak + Communicate using spoken language. + + hedId + HED_0012050 + + + + Whisper + Speak very softly using breath without vocal cords. + + hedId + HED_0012051 + + + + + + Move + Move in a specified direction or manner. Change position or posture. + + hedId + HED_0012052 + + + Breathe + Inhale or exhale during respiration. + + hedId + HED_0012053 + + + Blow + Expel air through pursed lips. + + hedId + HED_0012054 + + + + Cough + Suddenly and audibly expel air from the lungs through a partially closed glottis, preceded by inhalation. + + hedId + HED_0012055 + + + + Exhale + Blow out or expel breath. + + hedId + HED_0012056 + + + + Hiccup + Involuntarily spasm the diaphragm and respiratory organs, with a sudden closure of the glottis and a characteristic sound like that of a cough. + + hedId + HED_0012057 + + + + Hold-breath + Interrupt normal breathing by ceasing to inhale or exhale. + + hedId + HED_0012058 + + + + Inhale + Draw in with the breath through the nose or mouth. + + hedId + HED_0012059 + + + + Sneeze + Suddenly and violently expel breath through the nose and mouth. + + hedId + HED_0012060 + + + + Sniff + Draw in air audibly through the nose to detect a smell, to stop it from running, or to express contempt. + + hedId + HED_0012061 + + + + + Move-body + Move entire body. + + hedId + HED_0012062 + + + Bend + Move body in a bowed or curved manner. + + hedId + HED_0012063 + + + + Dance + Perform a purposefully selected sequences of human movement often with aesthetic or symbolic value. Move rhythmically to music, typically following a set sequence of steps. + + hedId + HED_0012064 + + + + Fall-down + Lose balance and collapse. + + hedId + HED_0012065 + + + + Flex + Cause a muscle to stand out by contracting or tensing it. Bend a limb or joint. + + hedId + HED_0012066 + + + + Jerk + Make a quick, sharp, sudden movement. + + hedId + HED_0012067 + + + + Lie-down + Move to a horizontal or resting position. + + hedId + HED_0012068 + + + + Recover-balance + Return to a stable, upright body position. + + hedId + HED_0012069 + + + + Shudder + Tremble convulsively, sometimes as a result of fear or revulsion. + + hedId + HED_0012070 + + + + Sit-down + Move from a standing to a sitting position. + + hedId + HED_0012071 + + + + Sit-up + Move from lying down to a sitting position. + + hedId + HED_0012072 + + + + Stand-up + Move from a sitting to a standing position. + + hedId + HED_0012073 + + + + Stretch + Straighten or extend body or a part of body to its full length, typically so as to tighten muscles or in order to reach something. + + hedId + HED_0012074 + + + + Stumble + Trip or momentarily lose balance and almost fall. + + hedId + HED_0012075 + + + + Turn + Change or cause to change direction. + + hedId + HED_0012076 + + + + + Move-body-part + Move one part of a body. + + hedId + HED_0012077 + + + Move-eyes + Move eyes. + + hedId + HED_0012078 + + + Blink + Shut and open the eyes quickly. + + hedId + HED_0012079 + + + + Close-eyes + Lower and keep eyelids in a closed position. + + hedId + HED_0012080 + + + + Fixate + Direct eyes to a specific point or target. + + hedId + HED_0012081 + + + + Inhibit-blinks + Purposely prevent blinking. + + hedId + HED_0012082 + + + + Open-eyes + Raise eyelids to expose pupil. + + hedId + HED_0012083 + + + + Saccade + Move eyes rapidly between fixation points. + + hedId + HED_0012084 + + + + Squint + Squeeze one or both eyes partly closed in an attempt to see more clearly or as a reaction to strong light. + + hedId + HED_0012085 + + + + Stare + Look fixedly or vacantly at someone or something with eyes wide open. + + hedId + HED_0012086 + + + + + Move-face + Move the face or jaw. + + hedId + HED_0012087 + + + Bite + Seize with teeth or jaws an object or organism so as to grip or break the surface covering. + + hedId + HED_0012088 + + + + Burp + Noisily release air from the stomach through the mouth. Belch. + + hedId + HED_0012089 + + + + Chew + Repeatedly grinding, tearing, and or crushing with teeth or jaws. + + hedId + HED_0012090 + + + + Gurgle + Make a hollow bubbling sound like that made by water running out of a bottle. + + hedId + HED_0012091 + + + + Swallow + Cause or allow something, especially food or drink to pass down the throat. + + hedId + HED_0012092 + + + Gulp + Swallow quickly or in large mouthfuls, often audibly, sometimes to indicate apprehension. + + hedId + HED_0012093 + + + + + Yawn + Take a deep involuntary inhalation with the mouth open often as a sign of drowsiness or boredom. + + hedId + HED_0012094 + + + + + Move-head + Move head. + + hedId + HED_0012095 + + + Lift-head + Tilt head back lifting chin. + + hedId + HED_0012096 + + + + Lower-head + Move head downward so that eyes are in a lower position. + + hedId + HED_0012097 + + + + Turn-head + Rotate head horizontally to look in a different direction. + + hedId + HED_0012098 + + + + + Move-lower-extremity + Move leg and/or foot. + + hedId + HED_0012099 + + + Curl-toes + Bend toes sometimes to grip. + + hedId + HED_0012100 + + + + Hop + Jump on one foot. + + hedId + HED_0012101 + + + + Jog + Run at a trot to exercise. + + hedId + HED_0012102 + + + + Jump + Move off the ground or other surface through sudden muscular effort in the legs. + + hedId + HED_0012103 + + + + Kick + Strike out or flail with the foot or feet.Strike using the leg, in unison usually with an area of the knee or lower using the foot. + + hedId + HED_0012104 + + + + Pedal + Move by working the pedals of a bicycle or other machine. + + hedId + HED_0012105 + + + + Press-foot + Move by pressing foot. + + hedId + HED_0012106 + + + + Run + Travel on foot at a fast pace. + + hedId + HED_0012107 + + + + Step + Put one leg in front of the other and shift weight onto it. + + hedId + HED_0012108 + + + Heel-strike + Strike the ground with the heel during a step. + + hedId + HED_0012109 + + + + Toe-off + Push with toe as part of a stride. + + hedId + HED_0012110 + + + + + Trot + Run at a moderate pace, typically with short steps. + + hedId + HED_0012111 + + + + Walk + Move at a regular pace by lifting and setting down each foot in turn never having both feet off the ground at once. + + hedId + HED_0012112 + + + + + Move-torso + Move body trunk. + + hedId + HED_0012113 + + + + Move-upper-extremity + Move arm, shoulder, and/or hand. + + hedId + HED_0012114 + + + Drop + Let or cause to fall vertically. + + hedId + HED_0012115 + + + + Grab + Seize suddenly or quickly. Snatch or clutch. + + hedId + HED_0012116 + + + + Grasp + Seize and hold firmly. + + hedId + HED_0012117 + + + + Hold-down + Prevent someone or something from moving by holding them firmly. + + hedId + HED_0012118 + + + + Lift + Raising something to higher position. + + hedId + HED_0012119 + + + + Make-fist + Close hand tightly with the fingers bent against the palm. + + hedId + HED_0012120 + + + + Point + Draw attention to something by extending a finger or arm. + + hedId + HED_0012121 + + + + Press + Apply pressure to something to flatten, shape, smooth or depress it. This action tag should be used to indicate key presses and mouse clicks. + + relatedTag + Push + + + hedId + HED_0012122 + + + + Push + Apply force in order to move something away. Use Press to indicate a key press or mouse click. + + relatedTag + Press + + + hedId + HED_0012123 + + + + Reach + Stretch out your arm in order to get or touch something. + + hedId + HED_0012124 + + + + Release + Make available or set free. + + hedId + HED_0012125 + + + + Retract + Draw or pull back. + + hedId + HED_0012126 + + + + Scratch + Drag claws or nails over a surface or on skin. + + hedId + HED_0012127 + + + + Snap-fingers + Make a noise by pushing second finger hard against thumb and then releasing it suddenly so that it hits the base of the thumb. + + hedId + HED_0012128 + + + + Touch + Come into or be in contact with. + + hedId + HED_0012129 + + + + + + + Perceive + Produce an internal, conscious image through stimulating a sensory system. + + hedId + HED_0012130 + + + Hear + Give attention to a sound. + + hedId + HED_0012131 + + + + See + Direct gaze toward someone or something or in a specified direction. + + hedId + HED_0012132 + + + + Sense-by-touch + Sense something through receptors in the skin. + + hedId + HED_0012133 + + + + Smell + Inhale in order to ascertain an odor or scent. + + hedId + HED_0012134 + + + + Taste + Sense a flavor in the mouth and throat on contact with a substance. + + hedId + HED_0012135 + + + + + Perform + Carry out or accomplish an action, task, or function. + + hedId + HED_0012136 + + + Close + Act as to blocked against entry or passage. + + hedId + HED_0012137 + + + + Collide-with + Hit with force when moving. + + hedId + HED_0012138 + + + + Halt + Bring or come to an abrupt stop. + + hedId + HED_0012139 + + + + Modify + Change something. + + hedId + HED_0012140 + + + + Open + Widen an aperture, door, or gap, especially one allowing access to something. + + hedId + HED_0012141 + + + + Operate + Control the functioning of a machine, process, or system. + + hedId + HED_0012142 + + + + Play + Engage in activity for enjoyment and recreation rather than a serious or practical purpose. + + hedId + HED_0012143 + + + + Read + Interpret something that is written or printed. + + hedId + HED_0012144 + + + + Repeat + Make do or perform again. + + hedId + HED_0012145 + + + + Rest + Be inactive in order to regain strength, health, or energy. + + hedId + HED_0012146 + + + + Ride + Ride on an animal or in a vehicle. Ride conveys some notion that another agent has partial or total control of the motion. + + hedId + HED_0012147 + + + + Write + Communicate or express by means of letters or symbols written or imprinted on a surface. + + hedId + HED_0012148 + + + + + Think + Direct the mind toward someone or something or use the mind actively to form connected ideas. + + hedId + HED_0012149 + + + Allow + Allow access to something such as allowing a car to pass. + + hedId + HED_0012150 + + + + Attend-to + Focus mental experience on specific targets. + + hedId + HED_0012151 + + + + Count + Tally items either silently or aloud. + + hedId + HED_0012152 + + + + Deny + Refuse to give or grant something requested or desired by someone. + + hedId + HED_0012153 + + + + Detect + Discover or identify the presence or existence of something. + + hedId + HED_0012154 + + + + Discriminate + Recognize a distinction. + + hedId + HED_0012155 + + + + Encode + Convert information or an instruction into a particular form. + + hedId + HED_0012156 + + + + Evade + Escape or avoid, especially by cleverness or trickery. + + hedId + HED_0012157 + + + + Generate + Cause something, especially an emotion or situation to arise or come about. + + hedId + HED_0012158 + + + + Identify + Establish or indicate who or what someone or something is. + + hedId + HED_0012159 + + + + Imagine + Form a mental image or concept of something. + + hedId + HED_0012160 + + + + Judge + Evaluate evidence to make a decision or form a belief. + + hedId + HED_0012161 + + + + Learn + Adaptively change behavior as the result of experience. + + hedId + HED_0012162 + + + + Memorize + Adaptively change behavior as the result of experience. + + hedId + HED_0012163 + + + + Plan + Think about the activities required to achieve a desired goal. + + hedId + HED_0012164 + + + + Predict + Say or estimate that something will happen or will be a consequence of something without having exact information. + + hedId + HED_0012165 + + + + Recall + Remember information by mental effort. + + hedId + HED_0012166 + + + + Recognize + Identify someone or something from having encountered them before. + + hedId + HED_0012167 + + + + Respond + React to something such as a treatment or a stimulus. + + hedId + HED_0012168 + + + + Switch-attention + Transfer attention from one focus to another. + + hedId + HED_0012169 + + + + Track + Follow a person, animal, or object through space or time. + + hedId + HED_0012170 + + + + + + Item + An independently existing thing (living or nonliving). + + extensionAllowed + + + hedId + HED_0012171 + + + Biological-item + An entity that is biological, that is related to living organisms. + + hedId + HED_0012172 + + + Anatomical-item + A biological structure, system, fluid or other substance excluding single molecular entities. + + hedId + HED_0012173 + + + Body + The biological structure representing an organism. + + hedId + HED_0012174 + + + + Body-part + Any part of an organism. + + hedId + HED_0012175 + + + Head + The upper part of the human body, or the front or upper part of the body of an animal, typically separated from the rest of the body by a neck, and containing the brain, mouth, and sense organs. + + hedId + HED_0012176 + + + + Head-part + A part of the head. + + hedId + HED_0013200 + + + Brain + Organ inside the head that is made up of nerve cells and controls the body. + + hedId + HED_0012177 + + + + Brain-region + A region of the brain. + + hedId + HED_0013201 + + + Cerebellum + A major structure of the brain located near the brainstem. It plays a key role in motor control, coordination, precision, with contributions to different cognitive functions. + + hedId + HED_0013202 + + + + Frontal-lobe + + hedId + HED_0012178 + + + + Occipital-lobe + + hedId + HED_0012179 + + + + Parietal-lobe + + hedId + HED_0012180 + + + + Temporal-lobe + + hedId + HED_0012181 + + + + + Ear + A sense organ needed for the detection of sound and for establishing balance. + + hedId + HED_0012182 + + + + Face + The anterior portion of the head extending from the forehead to the chin and ear to ear. The facial structures contain the eyes, nose and mouth, cheeks and jaws. + + hedId + HED_0012183 + + + + Face-part + A part of the face. + + hedId + HED_0013203 + + + Cheek + The fleshy part of the face bounded by the eyes, nose, ear, and jawline. + + hedId + HED_0012184 + + + + Chin + The part of the face below the lower lip and including the protruding part of the lower jaw. + + hedId + HED_0012185 + + + + Eye + The organ of sight or vision. + + hedId + HED_0012186 + + + + Eyebrow + The arched strip of hair on the bony ridge above each eye socket. + + hedId + HED_0012187 + + + + Eyelid + The folds of the skin that cover the eye when closed. + + hedId + HED_0012188 + + + + Forehead + The part of the face between the eyebrows and the normal hairline. + + hedId + HED_0012189 + + + + Lip + Fleshy fold which surrounds the opening of the mouth. + + hedId + HED_0012190 + + + + Mouth + The proximal portion of the digestive tract, containing the oral cavity and bounded by the oral opening. + + hedId + HED_0012191 + + + + Mouth-part + A part of the mouth. + + hedId + HED_0013204 + + + Teeth + The hard bone-like structures in the jaws. A collection of teeth arranged in some pattern in the mouth or other part of the body. + + hedId + HED_0012193 + + + + Tongue + A muscular organ in the mouth with significant role in mastication, swallowing, speech, and taste. + + hedId + HED_0013205 + + + + + Nose + A structure of special sense serving as an organ of the sense of smell and as an entrance to the respiratory tract. + + hedId + HED_0012192 + + + + + Hair + The filamentous outgrowth of the epidermis. + + hedId + HED_0012194 + + + + + Lower-extremity + Refers to the whole inferior limb (leg and/or foot). + + hedId + HED_0012195 + + + + Lower-extremity-part + A part of the lower extremity. + + hedId + HED_0013206 + + + Ankle + A gliding joint between the distal ends of the tibia and fibula and the proximal end of the talus. + + hedId + HED_0012196 + + + + Foot + The structure found below the ankle joint required for locomotion. + + hedId + HED_0012198 + + + + Foot-part + A part of the foot. + + hedId + HED_0013207 + + + Heel + The back of the foot below the ankle. + + hedId + HED_0012200 + + + + Instep + The part of the foot between the ball and the heel on the inner side. + + hedId + HED_0012201 + + + + Toe + A digit of the foot. + + hedId + HED_0013208 + + + Big-toe + The largest toe on the inner side of the foot. + + hedId + HED_0012199 + + + + Little-toe + The smallest toe located on the outer side of the foot. + + hedId + HED_0012202 + + + + + Toes + The terminal digits of the foot. Used to describe collective attributes of all toes, such as bending all toes + + relatedTag + Toe + + + hedId + HED_0012203 + + + + + Knee + A joint connecting the lower part of the femur with the upper part of the tibia. + + hedId + HED_0012204 + + + + Lower-leg + The part of the leg between the knee and the ankle. + + hedId + HED_0013209 + + + + Lower-leg-part + A part of the lower leg. + + hedId + HED_0013210 + + + Calf + The fleshy part at the back of the leg below the knee. + + hedId + HED_0012197 + + + + Shin + Front part of the leg below the knee. + + hedId + HED_0012205 + + + + + Upper-leg + The part of the leg between the hip and the knee. + + hedId + HED_0013211 + + + + Upper-leg-part + A part of the upper leg. + + hedId + HED_0013212 + + + Thigh + Upper part of the leg between hip and knee. + + hedId + HED_0012206 + + + + + + Neck + The part of the body connecting the head to the torso, containing the cervical spine and vital pathways of nerves, blood vessels, and the airway. + + hedId + HED_0013213 + + + + Torso + The body excluding the head and neck and limbs. + + hedId + HED_0012207 + + + + Torso-part + A part of the torso. + + hedId + HED_0013214 + + + Abdomen + The part of the body between the thorax and the pelvis. + + hedId + HED_0013215 + + + + Navel + The central mark on the abdomen created by the detachment of the umbilical cord after birth. + + hedId + HED_0013216 + + + + Pelvis + The bony structure at the base of the spine supporting the legs. + + hedId + HED_0013217 + + + + Pelvis-part + A part of the pelvis. + + hedId + HED_0013218 + + + Buttocks + The round fleshy parts that form the lower rear area of a human trunk. + + hedId + HED_0012208 + + + + Genitalia + The external organs of reproduction and urination, located in the pelvic region. This includes both male and female genital structures. + + hedId + HED_0013219 + + + + Gentalia + The external organs of reproduction. Deprecated due to spelling error. Use Genitalia. + + deprecatedFrom + 8.1.0 + + + hedId + HED_0012209 + + + + Hip + The lateral prominence of the pelvis from the waist to the thigh. + + hedId + HED_0012210 + + + + + Torso-back + The rear surface of the human body from the shoulders to the hips. + + hedId + HED_0012211 + + + + Torso-chest + The anterior side of the thorax from the neck to the abdomen. + + hedId + HED_0012212 + + + + Viscera + Internal organs of the body. + + hedId + HED_0012213 + + + + Waist + The abdominal circumference at the navel. + + hedId + HED_0012214 + + + + + Upper-extremity + Refers to the whole superior limb (shoulder, arm, elbow, wrist, hand). + + hedId + HED_0012215 + + + + Upper-extremity-part + A part of the upper extremity. + + hedId + HED_0013220 + + + Elbow + A type of hinge joint located between the forearm and upper arm. + + hedId + HED_0012216 + + + + Forearm + Lower part of the arm between the elbow and wrist. + + hedId + HED_0012217 + + + + Forearm-part + A part of the forearm. + + hedId + HED_0013221 + + + + Hand + The distal portion of the upper extremity. It consists of the carpus, metacarpus, and digits. + + hedId + HED_0012218 + + + + Hand-part + A part of the hand. + + hedId + HED_0013222 + + + Finger + Any of the digits of the hand. + + hedId + HED_0012219 + + + Index-finger + The second finger from the radial side of the hand, next to the thumb. + + hedId + HED_0012220 + + + + Little-finger + The fifth and smallest finger from the radial side of the hand. + + hedId + HED_0012221 + + + + Middle-finger + The middle or third finger from the radial side of the hand. + + hedId + HED_0012222 + + + + Ring-finger + The fourth finger from the radial side of the hand. + + hedId + HED_0012223 + + + + Thumb + The thick and short hand digit which is next to the index finger in humans. + + hedId + HED_0012224 + + + + + Fingers + The terminal digits of the hand. Used to describe collective attributes of all fingers, such as bending all fingers + + relatedTag + Finger + + + hedId + HED_0013223 + + + + Knuckles + A part of a finger at a joint where the bone is near the surface, especially where the finger joins the hand. + + hedId + HED_0012225 + + + + Palm + The part of the inner surface of the hand that extends from the wrist to the bases of the fingers. + + hedId + HED_0012226 + + + + + Shoulder + Joint attaching upper arm to trunk. + + hedId + HED_0012227 + + + + Upper-arm + Portion of arm between shoulder and elbow. + + hedId + HED_0012228 + + + + Upper-arm-part + A part of the upper arm. + + hedId + HED_0013224 + + + + Wrist + A joint between the distal end of the radius and the proximal row of carpal bones. + + hedId + HED_0012229 + + + + + + + Organism + A living entity, more specifically a biological entity that consists of one or more cells and is capable of genomic replication (independently or not). + + hedId + HED_0012230 + + + Animal + A living organism that has membranous cell walls, requires oxygen and organic foods, and is capable of voluntary movement. + + hedId + HED_0012231 + + + + Human + The bipedal primate mammal Homo sapiens. + + hedId + HED_0012232 + + + + Plant + Any living organism that typically synthesizes its food from inorganic substances and possesses cellulose cell walls. + + hedId + HED_0012233 + + + + + + Language-item + An entity related to a systematic means of communicating by the use of sounds, symbols, or gestures. + + suggestedTag + Sensory-presentation + + + hedId + HED_0012234 + + + Character + A mark or symbol used in writing. + + hedId + HED_0012235 + + + + Clause + A unit of grammatical organization next below the sentence in rank, usually consisting of a subject and predicate. + + hedId + HED_0012236 + + + + Glyph + A hieroglyphic character, symbol, or pictograph. + + hedId + HED_0012237 + + + + Nonword + An unpronounceable group of letters or speech sounds that is surrounded by white space when written, is not accepted as a word by native speakers. + + hedId + HED_0012238 + + + + Paragraph + A distinct section of a piece of writing, usually dealing with a single theme. + + hedId + HED_0012239 + + + + Phoneme + Any of the minimally distinct units of sound in a specified language that distinguish one word from another. + + hedId + HED_0012240 + + + + Phrase + A phrase is a group of words functioning as a single unit in the syntax of a sentence. + + hedId + HED_0012241 + + + + Pseudoword + A pronounceable group of letters or speech sounds that looks or sounds like a word but that is not accepted as such by native speakers. + + hedId + HED_0012242 + + + + Sentence + A set of words that is complete in itself, conveying a statement, question, exclamation, or command and typically containing an explicit or implied subject and a predicate containing a finite verb. + + hedId + HED_0012243 + + + + Syllable + A unit of pronunciation having a vowel or consonant sound, with or without surrounding consonants, forming the whole or a part of a word. + + hedId + HED_0012244 + + + + Textblock + A block of text. + + hedId + HED_0012245 + + + + Word + A single distinct meaningful element of speech or writing, used with others (or sometimes alone) to form a sentence and typically surrounded by white space when written or printed. + + hedId + HED_0012246 + + + + + Object + Something perceptible by one or more of the senses, especially by vision or touch. A material thing. + + suggestedTag + Sensory-presentation + + + hedId + HED_0012247 + + + Geometric-object + An object or a representation that has structure and topology in space. + + hedId + HED_0012248 + + + 2D-shape + A planar, two-dimensional shape. + + hedId + HED_0012249 + + + Arrow + A shape with a pointed end indicating direction. + + hedId + HED_0012250 + + + + Clockface + The dial face of a clock. A location identifier based on clock-face-position numbering or anatomic subregion. + + hedId + HED_0012251 + + + + Cross + A figure or mark formed by two intersecting lines crossing at their midpoints. + + hedId + HED_0012252 + + + + Dash + A horizontal stroke in writing or printing to mark a pause or break in sense or to represent omitted letters or words. + + hedId + HED_0012253 + + + + Ellipse + A closed plane curve resulting from the intersection of a circular cone and a plane cutting completely through it, especially a plane not parallel to the base. + + hedId + HED_0012254 + + + Circle + A ring-shaped structure with every point equidistant from the center. + + hedId + HED_0012255 + + + + + Rectangle + A parallelogram with four right angles. + + hedId + HED_0012256 + + + Square + A square is a special rectangle with four equal sides. + + hedId + HED_0012257 + + + + + Single-point + A point is a geometric entity that is located in a zero-dimensional spatial region and whose position is defined by its coordinates in some coordinate system. + + hedId + HED_0012258 + + + + Star + A conventional or stylized representation of a star, typically one having five or more points. + + hedId + HED_0012259 + + + + Triangle + A three-sided polygon. + + hedId + HED_0012260 + + + + + 3D-shape + A geometric three-dimensional shape. + + hedId + HED_0012261 + + + Box + A square or rectangular vessel, usually made of cardboard or plastic. + + hedId + HED_0012262 + + + Cube + A solid or semi-solid in the shape of a three dimensional square. + + hedId + HED_0012263 + + + + + Cone + A shape whose base is a circle and whose sides taper up to a point. + + hedId + HED_0012264 + + + + Cylinder + A surface formed by circles of a given radius that are contained in a plane perpendicular to a given axis, whose centers align on the axis. + + hedId + HED_0012265 + + + + Ellipsoid + A closed plane curve resulting from the intersection of a circular cone and a plane cutting completely through it, especially a plane not parallel to the base. + + hedId + HED_0012266 + + + Sphere + A solid or hollow three-dimensional object bounded by a closed surface such that every point on the surface is equidistant from the center. + + hedId + HED_0012267 + + + + + Pyramid + A polyhedron of which one face is a polygon of any number of sides, and the other faces are triangles with a common vertex. + + hedId + HED_0012268 + + + + + Pattern + An arrangement of objects, facts, behaviors, or other things which have scientific, mathematical, geometric, statistical, or other meaning. + + hedId + HED_0012269 + + + Dots + A small round mark or spot. + + hedId + HED_0012270 + + + + LED-pattern + A pattern created by lighting selected members of a fixed light emitting diode array. + + hedId + HED_0012271 + + + + + + Ingestible-object + Something that can be taken into the body by the mouth for digestion or absorption. + + hedId + HED_0012272 + + + + Man-made-object + Something constructed by human means. + + hedId + HED_0012273 + + + Building + A structure that has a roof and walls and stands more or less permanently in one place. + + hedId + HED_0012274 + + + Attic + A room or a space immediately below the roof of a building. + + hedId + HED_0012275 + + + + Basement + The part of a building that is wholly or partly below ground level. + + hedId + HED_0012276 + + + + Entrance + The means or place of entry. + + hedId + HED_0012277 + + + + Roof + A roof is the covering on the uppermost part of a building which provides protection from animals and weather, notably rain, but also heat, wind and sunlight. + + hedId + HED_0012278 + + + + Room + An area within a building enclosed by walls and floor and ceiling. + + hedId + HED_0012279 + + + + + Clothing + A covering designed to be worn on the body. + + hedId + HED_0012280 + + + + Device + An object contrived for a specific purpose. + + hedId + HED_0012281 + + + Assistive-device + A device that help an individual accomplish a task. + + hedId + HED_0012282 + + + Glasses + Frames with lenses worn in front of the eye for vision correction, eye protection, or protection from UV rays. + + hedId + HED_0012283 + + + + Writing-device + A device used for writing. + + hedId + HED_0012284 + + + Pen + A common writing instrument used to apply ink to a surface for writing or drawing. + + hedId + HED_0012285 + + + + Pencil + An implement for writing or drawing that is constructed of a narrow solid pigment core in a protective casing that prevents the core from being broken or marking the hand. + + hedId + HED_0012286 + + + + + + Computing-device + An electronic device which take inputs and processes results from the inputs. + + hedId + HED_0012287 + + + Cellphone + A telephone with access to a cellular radio system so it can be used over a wide area, without a physical connection to a network. + + hedId + HED_0012288 + + + + Desktop-computer + A computer suitable for use at an ordinary desk. + + hedId + HED_0012289 + + + + Laptop-computer + A computer that is portable and suitable for use while traveling. + + hedId + HED_0012290 + + + + Tablet-computer + A small portable computer that accepts input directly on to its screen rather than via a keyboard or mouse. + + hedId + HED_0012291 + + + + + Engine + A motor is a machine designed to convert one or more forms of energy into mechanical energy. + + hedId + HED_0012292 + + + + IO-device + Hardware used by a human (or other system) to communicate with a computer. + + hedId + HED_0012293 + + + Input-device + A piece of equipment used to provide data and control signals to an information processing system such as a computer or information appliance. + + hedId + HED_0012294 + + + Computer-mouse + A hand-held pointing device that detects two-dimensional motion relative to a surface. + + hedId + HED_0012295 + + + Mouse-button + An electric switch on a computer mouse which can be pressed or clicked to select or interact with an element of a graphical user interface. + + hedId + HED_0012296 + + + + Scroll-wheel + A scroll wheel or mouse wheel is a wheel used for scrolling made of hard plastic with a rubbery surface usually located between the left and right mouse buttons and is positioned perpendicular to the mouse surface. + + hedId + HED_0012297 + + + + + Joystick + A control device that uses a movable handle to create two-axis input for a computer device. + + hedId + HED_0012298 + + + + Keyboard + A device consisting of mechanical keys that are pressed to create input to a computer. + + hedId + HED_0012299 + + + Keyboard-key + A button on a keyboard usually representing letters, numbers, functions, or symbols. + + hedId + HED_0012300 + + + # + Value of a keyboard key. + + takesValue + + + hedId + HED_0012301 + + + + + + Keypad + A device consisting of keys, usually in a block arrangement, that provides limited input to a system. + + hedId + HED_0012302 + + + Keypad-key + A key on a separate section of a computer keyboard that groups together numeric keys and those for mathematical or other special functions in an arrangement like that of a calculator. + + hedId + HED_0012303 + + + # + Value of keypad key. + + takesValue + + + hedId + HED_0012304 + + + + + + Microphone + A device designed to convert sound to an electrical signal. + + hedId + HED_0012305 + + + + Push-button + A switch designed to be operated by pressing a button. + + hedId + HED_0012306 + + + + + Output-device + Any piece of computer hardware equipment which converts information into human understandable form. + + hedId + HED_0012307 + + + Auditory-device + A device designed to produce sound. + + hedId + HED_0012308 + + + Headphones + An instrument that consists of a pair of small loudspeakers, or less commonly a single speaker, held close to ears and connected to a signal source such as an audio amplifier, radio, CD player or portable media player. + + hedId + HED_0012309 + + + + Loudspeaker + A device designed to convert electrical signals to sounds that can be heard. + + hedId + HED_0012310 + + + + + Display-device + An output device for presentation of information in visual or tactile form the latter used for example in tactile electronic displays for blind people. + + hedId + HED_0012311 + + + Computer-screen + An electronic device designed as a display or a physical device designed to be a protective mesh work. + + hedId + HED_0012312 + + + Screen-window + A part of a computer screen that contains a display different from the rest of the screen. A window is a graphical control element consisting of a visual area containing some of the graphical user interface of the program it belongs to and is framed by a window decoration. + + hedId + HED_0012313 + + + + + Head-mounted-display + An instrument that functions as a display device, worn on the head or as part of a helmet, that has a small display optic in front of one (monocular HMD) or each eye (binocular HMD). + + hedId + HED_0012314 + + + + LED-display + A LED display is a flat panel display that uses an array of light-emitting diodes as pixels for a video display. + + hedId + HED_0012315 + + + + + + Recording-device + A device that copies information in a signal into a persistent information bearer. + + hedId + HED_0012316 + + + EEG-recorder + A device for recording electric currents in the brain using electrodes applied to the scalp, to the surface of the brain, or placed within the substance of the brain. + + hedId + HED_0012317 + + + + EMG-recorder + A device for recording electrical activity of muscles using electrodes on the body surface or within the muscular mass. + + hedId + HED_0013225 + + + + File-storage + A device for recording digital information to a permanent media. + + hedId + HED_0012318 + + + + MEG-recorder + A device for measuring the magnetic fields produced by electrical activity in the brain, usually conducted externally. + + hedId + HED_0012319 + + + + Motion-capture + A device for recording the movement of objects or people. + + hedId + HED_0012320 + + + + Tape-recorder + A device for recording and reproduction usually using magnetic tape for storage that can be saved and played back. + + hedId + HED_0012321 + + + + + Touchscreen + A control component that operates an electronic device by pressing the display on the screen. + + hedId + HED_0012322 + + + + + Machine + A human-made device that uses power to apply forces and control movement to perform an action. + + hedId + HED_0012323 + + + + Measurement-device + A device that measures something. + + hedId + HED_0012324 + + + Clock + A device designed to indicate the time of day or to measure the time duration of an event or action. + + hedId + HED_0012325 + + + + + Robot + A mechanical device that sometimes resembles a living animal and is capable of performing a variety of often complex human tasks on command or by being programmed in advance. + + hedId + HED_0012327 + + + + Tool + A component that is not part of a device but is designed to support its assembly or operation. + + hedId + HED_0012328 + + + + + Document + A physical object, or electronic counterpart, that is characterized by containing writing which is meant to be human-readable. + + hedId + HED_0012329 + + + Book + A volume made up of pages fastened along one edge and enclosed between protective covers. + + hedId + HED_0012330 + + + + Letter + A written message addressed to a person or organization. + + hedId + HED_0012331 + + + + Note + A brief written record. + + hedId + HED_0012332 + + + + Notebook + A book for notes or memoranda. + + hedId + HED_0012333 + + + + Questionnaire + A document consisting of questions and possibly responses, depending on whether it has been filled out. + + hedId + HED_0012334 + + + + + Furnishing + Furniture, fittings, and other decorative accessories, such as curtains and carpets, for a house or room. + + hedId + HED_0012335 + + + + Manufactured-material + Substances created or extracted from raw materials. + + hedId + HED_0012336 + + + Ceramic + A hard, brittle, heat-resistant and corrosion-resistant material made by shaping and then firing a nonmetallic mineral, such as clay, at a high temperature. + + hedId + HED_0012337 + + + + Glass + A brittle transparent solid with irregular atomic structure. + + hedId + HED_0012338 + + + + Paper + A thin sheet material produced by mechanically or chemically processing cellulose fibres derived from wood, rags, grasses or other vegetable sources in water. + + hedId + HED_0012339 + + + + Plastic + Various high-molecular-weight thermoplastic or thermo-setting polymers that are capable of being molded, extruded, drawn, or otherwise shaped and then hardened into a form. + + hedId + HED_0012340 + + + + Steel + An alloy made up of iron with typically a few tenths of a percent of carbon to improve its strength and fracture resistance compared to iron. + + hedId + HED_0012341 + + + + + Media + Media are audio/visual/audiovisual modes of communicating information for mass consumption. + + hedId + HED_0012342 + + + Media-clip + A short segment of media. + + hedId + HED_0012343 + + + Audio-clip + A short segment of audio. + + hedId + HED_0012344 + + + + Audiovisual-clip + A short media segment containing both audio and video. + + hedId + HED_0012345 + + + + Video-clip + A short segment of video. + + hedId + HED_0012346 + + + + + Visualization + An planned process that creates images, diagrams or animations from the input data. + + hedId + HED_0012347 + + + Animation + A form of graphical illustration that changes with time to give a sense of motion or represent dynamic changes in the portrayal. + + hedId + HED_0012348 + + + + Art-installation + A large-scale, mixed-media constructions, often designed for a specific place or for a temporary period of time. + + hedId + HED_0012349 + + + + Braille + A display using a system of raised dots that can be read with the fingers by people who are blind. + + hedId + HED_0012350 + + + + Image + Any record of an imaging event whether physical or electronic. + + hedId + HED_0012351 + + + Cartoon + A type of illustration, sometimes animated, typically in a non-realistic or semi-realistic style. The specific meaning has evolved over time, but the modern usage usually refers to either an image or series of images intended for satire, caricature, or humor. A motion picture that relies on a sequence of illustrations for its animation. + + hedId + HED_0012352 + + + + Drawing + A representation of an object or outlining a figure, plan, or sketch by means of lines. + + hedId + HED_0012353 + + + + Icon + A sign (such as a word or graphic symbol) whose form suggests its meaning. + + hedId + HED_0012354 + + + + Painting + A work produced through the art of painting. + + hedId + HED_0012355 + + + + Photograph + An image recorded by a camera. + + hedId + HED_0012356 + + + + + Movie + A sequence of images displayed in succession giving the illusion of continuous movement. + + hedId + HED_0012357 + + + + Outline-visualization + A visualization consisting of a line or set of lines enclosing or indicating the shape of an object in a sketch or diagram. + + hedId + HED_0012358 + + + + Point-light-visualization + A display in which action is depicted using a few points of light, often generated from discrete sensors in motion capture. + + hedId + HED_0012359 + + + + Sculpture + A two- or three-dimensional representative or abstract forms, especially by carving stone or wood or by casting metal or plaster. + + hedId + HED_0012360 + + + + Stick-figure-visualization + A drawing showing the head of a human being or animal as a circle and all other parts as straight lines. + + hedId + HED_0012361 + + + + + + Navigational-object + An object whose purpose is to assist directed movement from one location to another. + + hedId + HED_0012362 + + + Path + A trodden way. A way or track laid down for walking or made by continual treading. + + hedId + HED_0012363 + + + + Road + An open way for the passage of vehicles, persons, or animals on land. + + hedId + HED_0012364 + + + Lane + A defined path with physical dimensions through which an object or substance may traverse. + + hedId + HED_0012365 + + + + + Runway + A paved strip of ground on a landing field for the landing and takeoff of aircraft. + + hedId + HED_0012366 + + + + + Vehicle + A mobile machine which transports people or cargo. + + hedId + HED_0012367 + + + Aircraft + A vehicle which is able to travel through air in an atmosphere. + + hedId + HED_0012368 + + + + Bicycle + A human-powered, pedal-driven, single-track vehicle, having two wheels attached to a frame, one behind the other. + + hedId + HED_0012369 + + + + Boat + A watercraft of any size which is able to float or plane on water. + + hedId + HED_0012370 + + + + Car + A wheeled motor vehicle used primarily for the transportation of human passengers. + + hedId + HED_0012371 + + + + Cart + A cart is a vehicle which has two wheels and is designed to transport human passengers or cargo. + + hedId + HED_0012372 + + + + Tractor + A mobile machine specifically designed to deliver a high tractive effort at slow speeds, and mainly used for the purposes of hauling a trailer or machinery used in agriculture or construction. + + hedId + HED_0012373 + + + + Train + A connected line of railroad cars with or without a locomotive. + + hedId + HED_0012374 + + + + Truck + A motor vehicle which, as its primary function, transports cargo rather than human passengers. + + hedId + HED_0012375 + + + + + + Natural-object + Something that exists in or is produced by nature, and is not artificial or man-made. + + hedId + HED_0012376 + + + Mineral + A solid, homogeneous, inorganic substance occurring in nature and having a definite chemical composition. + + hedId + HED_0012377 + + + + Natural-feature + A feature that occurs in nature. A prominent or identifiable aspect, region, or site of interest. + + hedId + HED_0012378 + + + Field + An unbroken expanse as of ice or grassland. + + hedId + HED_0012379 + + + + Hill + A rounded elevation of limited extent rising above the surrounding land with local relief of less than 300m. + + hedId + HED_0012380 + + + + Mountain + A landform that extends above the surrounding terrain in a limited area. + + hedId + HED_0012381 + + + + River + A natural freshwater surface stream of considerable volume and a permanent or seasonal flow, moving in a definite channel toward a sea, lake, or another river. + + hedId + HED_0012382 + + + + Waterfall + A sudden descent of water over a step or ledge in the bed of a river. + + hedId + HED_0012383 + + + + + + + Sound + Mechanical vibrations transmitted by an elastic medium. Something that can be heard. + + hedId + HED_0012384 + + + Environmental-sound + Sounds occurring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities. + + hedId + HED_0012385 + + + Crowd-sound + Noise produced by a mixture of sounds from a large group of people. + + hedId + HED_0012386 + + + + Signal-noise + Any part of a signal that is not the true or original signal but is introduced by the communication mechanism. + + hedId + HED_0012387 + + + + + Musical-sound + Sound produced by continuous and regular vibrations, as opposed to noise. + + hedId + HED_0012388 + + + Instrument-sound + Sound produced by a musical instrument. + + hedId + HED_0012389 + + + + Tone + A musical note, warble, or other sound used as a particular signal on a telephone or answering machine. + + hedId + HED_0012390 + + + + Vocalized-sound + Musical sound produced by vocal cords in a biological agent. + + hedId + HED_0012391 + + + + + Named-animal-sound + A sound recognizable as being associated with particular animals. + + hedId + HED_0012392 + + + Barking + Sharp explosive cries like sounds made by certain animals, especially a dog, fox, or seal. + + hedId + HED_0012393 + + + + Bleating + Wavering cries like sounds made by a sheep, goat, or calf. + + hedId + HED_0012394 + + + + Chirping + Short, sharp, high-pitched noises like sounds made by small birds or an insects. + + hedId + HED_0012395 + + + + Crowing + Loud shrill sounds characteristic of roosters. + + hedId + HED_0012396 + + + + Growling + Low guttural sounds like those that made in the throat by a hostile dog or other animal. + + hedId + HED_0012397 + + + + Meowing + Vocalizations like those made by as those cats. These sounds have diverse tones and are sometimes chattered, murmured or whispered. The purpose can be assertive. + + hedId + HED_0012398 + + + + Mooing + Deep vocal sounds like those made by a cow. + + hedId + HED_0012399 + + + + Purring + Low continuous vibratory sound such as those made by cats. The sound expresses contentment. + + hedId + HED_0012400 + + + + Roaring + Loud, deep, or harsh prolonged sounds such as those made by big cats and bears for long-distance communication and intimidation. + + hedId + HED_0012401 + + + + Squawking + Loud, harsh noises such as those made by geese. + + hedId + HED_0012402 + + + + + Named-object-sound + A sound identifiable as coming from a particular type of object. + + hedId + HED_0012403 + + + Alarm-sound + A loud signal often loud continuous ringing to alert people to a problem or condition that requires urgent attention. + + hedId + HED_0012404 + + + + Beep + A short, single tone, that is typically high-pitched and generally made by a computer or other machine. + + hedId + HED_0012405 + + + + Buzz + A persistent vibratory sound often made by a buzzer device and used to indicate something incorrect. + + hedId + HED_0012406 + + + + Click + The sound made by a mechanical cash register, often to designate a reward. + + hedId + HED_0012407 + + + + Ding + A short ringing sound such as that made by a bell, often to indicate a correct response or the expiration of time. + + hedId + HED_0012408 + + + + Horn-blow + A loud sound made by forcing air through a sound device that funnels air to create the sound, often used to sound an alert. + + hedId + HED_0012409 + + + + Ka-ching + The sound made by a mechanical cash register, often to designate a reward. + + hedId + HED_0012410 + + + + Siren + A loud, continuous sound often varying in frequency designed to indicate an emergency. + + hedId + HED_0012411 + + + + + + + Property + Something that pertains to a thing. A characteristic of some entity. A quality or feature regarded as a characteristic or inherent part of someone or something. HED attributes are adjectives or adverbs. + + extensionAllowed + + + hedId + HED_0012412 + + + Agent-property + Something that pertains to or describes an agent. + + hedId + HED_0012413 + + + Agent-state + The state of the agent. + + hedId + HED_0012414 + + + Agent-cognitive-state + The state of the cognitive processes or state of mind of the agent. + + hedId + HED_0012415 + + + Alert + Condition of heightened watchfulness or preparation for action. + + hedId + HED_0012416 + + + + Anesthetized + Having lost sensation to pain or having senses dulled due to the effects of an anesthetic. + + hedId + HED_0012417 + + + + Asleep + Having entered a periodic, readily reversible state of reduced awareness and metabolic activity, usually accompanied by physical relaxation and brain activity. + + hedId + HED_0012418 + + + + Attentive + Concentrating and focusing mental energy on the task or surroundings. + + hedId + HED_0012419 + + + + Awake + In a non sleeping state. + + hedId + HED_0012420 + + + + Brain-dead + Characterized by the irreversible absence of cortical and brain stem functioning. + + hedId + HED_0012421 + + + + Comatose + In a state of profound unconsciousness associated with markedly depressed cerebral activity. + + hedId + HED_0012422 + + + + Distracted + Lacking in concentration because of being preoccupied. + + hedId + HED_0012423 + + + + Drowsy + In a state of near-sleep, a strong desire for sleep, or sleeping for unusually long periods. + + hedId + HED_0012424 + + + + Intoxicated + In a state with disturbed psychophysiological functions and responses as a result of administration or ingestion of a psychoactive substance. + + hedId + HED_0012425 + + + + Locked-in + In a state of complete paralysis of all voluntary muscles except for the ones that control the movements of the eyes. + + hedId + HED_0012426 + + + + Passive + Not responding or initiating an action in response to a stimulus. + + hedId + HED_0012427 + + + + Resting + A state in which the agent is not exhibiting any physical exertion. + + hedId + HED_0012428 + + + + Vegetative + A state of wakefulness and conscience, but (in contrast to coma) with involuntary opening of the eyes and movements (such as teeth grinding, yawning, or thrashing of the extremities). + + hedId + HED_0012429 + + + + + Agent-emotional-state + The status of the general temperament and outlook of an agent. + + hedId + HED_0012430 + + + Angry + Experiencing emotions characterized by marked annoyance or hostility. + + hedId + HED_0012431 + + + + Aroused + In a state reactive to stimuli leading to increased heart rate and blood pressure, sensory alertness, mobility and readiness to respond. + + hedId + HED_0012432 + + + + Awed + Filled with wonder. Feeling grand, sublime or powerful emotions characterized by a combination of joy, fear, admiration, reverence, and/or respect. + + hedId + HED_0012433 + + + + Compassionate + Feeling or showing sympathy and concern for others often evoked for a person who is in distress and associated with altruistic motivation. + + hedId + HED_0012434 + + + + Content + Feeling satisfaction with things as they are. + + hedId + HED_0012435 + + + + Disgusted + Feeling revulsion or profound disapproval aroused by something unpleasant or offensive. + + hedId + HED_0012436 + + + + Emotionally-neutral + Feeling neither satisfied nor dissatisfied. + + hedId + HED_0012437 + + + + Empathetic + Understanding and sharing the feelings of another. Being aware of, being sensitive to, and vicariously experiencing the feelings, thoughts, and experience of another. + + hedId + HED_0012438 + + + + Excited + Feeling great enthusiasm and eagerness. + + hedId + HED_0012439 + + + + Fearful + Feeling apprehension that one may be in danger. + + hedId + HED_0012440 + + + + Frustrated + Feeling annoyed as a result of being blocked, thwarted, disappointed or defeated. + + hedId + HED_0012441 + + + + Grieving + Feeling sorrow in response to loss, whether physical or abstract. + + hedId + HED_0012442 + + + + Happy + Feeling pleased and content. + + hedId + HED_0012443 + + + + Jealous + Feeling threatened by a rival in a relationship with another individual, in particular an intimate partner, usually involves feelings of threat, fear, suspicion, distrust, anxiety, anger, betrayal, and rejection. + + hedId + HED_0012444 + + + + Joyful + Feeling delight or intense happiness. + + hedId + HED_0012445 + + + + Loving + Feeling a strong positive emotion of affection and attraction. + + hedId + HED_0012446 + + + + Relieved + No longer feeling pain, distress,anxiety, or reassured. + + hedId + HED_0012447 + + + + Sad + Feeling grief or unhappiness. + + hedId + HED_0012448 + + + + Stressed + Experiencing mental or emotional strain or tension. + + hedId + HED_0012449 + + + + + Agent-physiological-state + Having to do with the mechanical, physical, or biochemical function of an agent. + + hedId + HED_0012450 + + + Catamenial + Related to menstruation. + + hedId + HED_0013226 + + + + Fever + Body temperature above the normal range. + + relatedTag + Sick + + + hedId + HED_0013227 + + + + Healthy + Having no significant health-related issues. + + relatedTag + Sick + + + hedId + HED_0012451 + + + + Hungry + Being in a state of craving or desiring food. + + relatedTag + Sated + Thirsty + + + hedId + HED_0012452 + + + + Rested + Feeling refreshed and relaxed. + + relatedTag + Tired + + + hedId + HED_0012453 + + + + Sated + Feeling full. + + relatedTag + Hungry + + + hedId + HED_0012454 + + + + Sick + Being in a state of ill health, bodily malfunction, or discomfort. + + relatedTag + Healthy + + + hedId + HED_0012455 + + + + Thirsty + Feeling a need to drink. + + relatedTag + Hungry + + + hedId + HED_0012456 + + + + Tired + Feeling in need of sleep or rest. + + relatedTag + Rested + + + hedId + HED_0012457 + + + + + Agent-postural-state + Pertaining to the position in which agent holds their body. + + hedId + HED_0012458 + + + Crouching + Adopting a position where the knees are bent and the upper body is brought forward and down, sometimes to avoid detection or to defend oneself. + + hedId + HED_0012459 + + + + Eyes-closed + Keeping eyes closed with no blinking. + + hedId + HED_0012460 + + + + Eyes-open + Keeping eyes open with occasional blinking. + + hedId + HED_0012461 + + + + Kneeling + Positioned where one or both knees are on the ground. + + hedId + HED_0012462 + + + + On-treadmill + Ambulation on an exercise apparatus with an endless moving belt to support moving in place. + + hedId + HED_0012463 + + + + Prone + Positioned in a recumbent body position whereby the person lies on its stomach and faces downward. + + hedId + HED_0012464 + + + + Seated-with-chin-rest + Using a device that supports the chin and head. + + hedId + HED_0012465 + + + + Sitting + In a seated position. + + hedId + HED_0012466 + + + + Standing + Assuming or maintaining an erect upright position. + + hedId + HED_0012467 + + + + + + Agent-task-role + The function or part that is ascribed to an agent in performing the task. + + hedId + HED_0012468 + + + Experiment-actor + An agent who plays a predetermined role to create the experiment scenario. + + hedId + HED_0012469 + + + + Experiment-controller + An agent exerting control over some aspect of the experiment. + + hedId + HED_0012470 + + + + Experiment-participant + Someone who takes part in an activity related to an experiment. + + hedId + HED_0012471 + + + + Experimenter + Person who is the owner of the experiment and has its responsibility. + + hedId + HED_0012472 + + + + + Agent-trait + A genetically, environmentally, or socially determined characteristic of an agent. + + hedId + HED_0012473 + + + Age + Length of time elapsed time since birth of the agent. + + hedId + HED_0012474 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012475 + + + + + Agent-experience-level + Amount of skill or knowledge that the agent has as pertains to the task. + + hedId + HED_0012476 + + + Expert-level + Having comprehensive and authoritative knowledge of or skill in a particular area related to the task. + + relatedTag + Intermediate-experience-level + Novice-level + + + hedId + HED_0012477 + + + + Intermediate-experience-level + Having a moderate amount of knowledge or skill related to the task. + + relatedTag + Expert-level + Novice-level + + + hedId + HED_0012478 + + + + Novice-level + Being inexperienced in a field or situation related to the task. + + relatedTag + Expert-level + Intermediate-experience-level + + + hedId + HED_0012479 + + + + + Ethnicity + Belong to a social group that has a common national or cultural tradition. Use with Label to avoid extension. + + hedId + HED_0012480 + + + + Gender + Characteristics that are socially constructed, including norms, behaviors, and roles based on sex. + + hedId + HED_0012481 + + + + Handedness + Individual preference for use of a hand, known as the dominant hand. + + hedId + HED_0012482 + + + Ambidextrous + Having no overall dominance in the use of right or left hand or foot in the performance of tasks that require one hand or foot. + + hedId + HED_0012483 + + + + Left-handed + Preference for using the left hand or foot for tasks requiring the use of a single hand or foot. + + hedId + HED_0012484 + + + + Right-handed + Preference for using the right hand or foot for tasks requiring the use of a single hand or foot. + + hedId + HED_0012485 + + + + + Race + Belonging to a group sharing physical or social qualities as defined within a specified society. Use with Label to avoid extension. + + hedId + HED_0012486 + + + + Sex + Physical properties or qualities by which male is distinguished from female. + + hedId + HED_0012487 + + + Female + Biological sex of an individual with female sexual organs such ova. + + hedId + HED_0012488 + + + + Intersex + Having genitalia and/or secondary sexual characteristics of indeterminate sex. + + hedId + HED_0012489 + + + + Male + Biological sex of an individual with male sexual organs producing sperm. + + hedId + HED_0012490 + + + + Other-sex + A non-specific designation of sexual traits. + + hedId + HED_0012491 + + + + + + + Data-property + Something that pertains to data or information. + + extensionAllowed + + + hedId + HED_0012492 + + + Data-artifact + An anomalous, interfering, or distorting signal originating from a source other than the item being studied. + + hedId + HED_0012493 + + + Biological-artifact + A data artifact arising from a biological entity being measured. + + hedId + HED_0012494 + + + Chewing-artifact + Artifact from moving the jaw in a chewing motion. + + hedId + HED_0012495 + + + + ECG-artifact + An electrical artifact from the far-field potential from pulsation of the heart, time locked to QRS complex. + + hedId + HED_0012496 + + + + EMG-artifact + Artifact from muscle activity and myogenic potentials at the measurements site. In EEG, myogenic potentials are the most common artifacts. Frontalis and temporalis muscles (e.g. clenching of jaw muscles) are common causes. Generally, the potentials generated in the muscles are of shorter duration than those generated in the brain. The frequency components are usually beyond 30-50 Hz, and the bursts are arrhythmic. + + hedId + HED_0012497 + + + + Eye-artifact + Ocular movements and blinks can result in artifacts in different types of data. In electrophysiology data, these can result transients and offsets the signal. + + hedId + HED_0012498 + + + Eye-blink-artifact + Artifact from eye blinking. In EEG, Fp1/Fp2 electrodes become electro-positive with eye closure because the cornea is positively charged causing a negative deflection in Fp1/Fp2. If the eye blink is unilateral, consider prosthetic eye. + + hedId + HED_0012499 + + + + Eye-movement-artifact + Eye movements can cause artifacts on recordings. The charge of the eye can especially cause artifacts in electrophysiology data. + + hedId + HED_0012500 + + + Horizontal-eye-movement-artifact + Artifact from moving eyes left-to-right and right-to-left. In EEG, there is an upward deflection in the Fp2-F8 derivation, when the eyes move to the right side. In this case F8 becomes more positive and therefore. When the eyes move to the left, F7 becomes more positive and there is an upward deflection in the Fp1-F7 derivation. + + hedId + HED_0012501 + + + + Nystagmus-artifact + Artifact from nystagmus (a vision condition in which the eyes make repetitive, uncontrolled movements). + + hedId + HED_0012502 + + + + Slow-eye-movement-artifact + Artifacts originating from slow, rolling eye-movements, seen during drowsiness. + + hedId + HED_0012503 + + + + Vertical-eye-movement-artifact + Artifact from moving eyes up and down. In EEG, this causes positive potentials (50-100 micro V) with bi-frontal distribution, maximum at Fp1 and Fp2, when the eyeball rotates upward. The downward rotation of the eyeball is associated with the negative deflection. The time course of the deflections is similar to the time course of the eyeball movement. + + hedId + HED_0012504 + + + + + + Movement-artifact + Artifact in the measured data generated by motion of the subject. + + hedId + HED_0012505 + + + + Pulse-artifact + A mechanical artifact from a pulsating blood vessel near a measurement site, cardio-ballistic artifact. + + hedId + HED_0012506 + + + + Respiration-artifact + Artifact from breathing. + + hedId + HED_0012507 + + + + Rocking-patting-artifact + Quasi-rhythmical artifacts in recordings most commonly seen in infants. Typically caused by a caregiver rocking or patting the infant. + + hedId + HED_0012508 + + + + Sucking-artifact + Artifact from sucking, typically seen in very young cases. + + hedId + HED_0012509 + + + + Sweat-artifact + Artifact from sweating. In EEG, this is a low amplitude undulating waveform that is usually greater than 2 seconds and may appear to be an unstable baseline. + + hedId + HED_0012510 + + + + Tongue-movement-artifact + Artifact from tongue movement (Glossokinetic). The tongue functions as a dipole, with the tip negative with respect to the base. In EEG, the artifact produced by the tongue has a broad potential field that drops from frontal to occipital areas, although it is less steep than that produced by eye movement artifacts. The amplitude of the potentials is greater inferiorly than in parasagittal regions; the frequency is variable but usually in the delta range. Chewing and sucking can produce similar artifacts. + + hedId + HED_0012511 + + + + + Nonbiological-artifact + A data artifact arising from a non-biological source. + + hedId + HED_0012512 + + + Artificial-ventilation-artifact + Artifact stemming from mechanical ventilation. These can occur at the same rate as the ventilator, but also have other patterns. + + hedId + HED_0012513 + + + + Dialysis-artifact + Artifacts seen in recordings during continuous renal replacement therapy (dialysis). + + hedId + HED_0012514 + + + + Electrode-movement-artifact + Artifact from electrode movement. + + hedId + HED_0012515 + + + + Electrode-pops-artifact + Brief artifact with a steep rise and slow fall of an electrophysiological signal, most often caused by a loose electrode. + + hedId + HED_0012516 + + + + Induction-artifact + Artifacts induced by nearby equipment. In EEG, these are usually of high frequency. + + hedId + HED_0012517 + + + + Line-noise-artifact + Power line noise at 50 Hz or 60 Hz. + + hedId + HED_0012518 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + frequencyUnits + + + hedId + HED_0012519 + + + + + Salt-bridge-artifact + Artifact from salt-bridge between EEG electrodes. + + hedId + HED_0012520 + + + + + + Data-marker + An indicator placed to mark something. + + hedId + HED_0012521 + + + Data-break-marker + An indicator place to indicate a gap in the data. + + hedId + HED_0012522 + + + + Temporal-marker + An indicator placed at a particular time in the data. + + hedId + HED_0012523 + + + Inset + Marks an intermediate point in an ongoing event of temporal extent. + + topLevelTagGroup + + + reserved + + + relatedTag + Onset + Offset + + + hedId + HED_0012524 + + + + Offset + Marks the end of an event of temporal extent. + + topLevelTagGroup + + + reserved + + + relatedTag + Onset + Inset + + + hedId + HED_0012525 + + + + Onset + Marks the start of an ongoing event of temporal extent. + + topLevelTagGroup + + + reserved + + + relatedTag + Inset + Offset + + + hedId + HED_0012526 + + + + Pause + Indicates the temporary interruption of the operation of a process and subsequently a wait for a signal to continue. + + hedId + HED_0012527 + + + + Time-out + A cancellation or cessation that automatically occurs when a predefined interval of time has passed without a certain event occurring. + + hedId + HED_0012528 + + + + Time-sync + A synchronization signal whose purpose is to help synchronize different signals or processes. Often used to indicate a marker inserted into the recorded data to allow post hoc synchronization of concurrently recorded data streams. + + hedId + HED_0012529 + + + + + + Data-resolution + Smallest change in a quality being measured by an sensor that causes a perceptible change. + + hedId + HED_0012530 + + + Printer-resolution + Resolution of a printer, usually expressed as the number of dots-per-inch for a printer. + + hedId + HED_0012531 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012532 + + + + + Screen-resolution + Resolution of a screen, usually expressed as the of pixels in a dimension for a digital display device. + + hedId + HED_0012533 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012534 + + + + + Sensory-resolution + Resolution of measurements by a sensing device. + + hedId + HED_0012535 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012536 + + + + + Spatial-resolution + Linear spacing of a spatial measurement. + + hedId + HED_0012537 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012538 + + + + + Spectral-resolution + Measures the ability of a sensor to resolve features in the electromagnetic spectrum. + + hedId + HED_0012539 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012540 + + + + + Temporal-resolution + Measures the ability of a sensor to resolve features in time. + + hedId + HED_0012541 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012542 + + + + + + Data-source-type + The type of place, person, or thing from which the data comes or can be obtained. + + hedId + HED_0012543 + + + Computed-feature + A feature computed from the data by a tool. This tag should be grouped with a label of the form Toolname_propertyName. + + hedId + HED_0012544 + + + + Computed-prediction + A computed extrapolation of known data. + + hedId + HED_0012545 + + + + Expert-annotation + An explanatory or critical comment or other in-context information provided by an authority. + + hedId + HED_0012546 + + + + Instrument-measurement + Information obtained from a device that is used to measure material properties or make other observations. + + hedId + HED_0012547 + + + + Observation + Active acquisition of information from a primary source. Should be grouped with a label of the form AgentID_featureName. + + hedId + HED_0012548 + + + + + Data-value + Designation of the type of a data item. + + hedId + HED_0012549 + + + Categorical-value + Indicates that something can take on a limited and usually fixed number of possible values. + + hedId + HED_0012550 + + + Categorical-class-value + Categorical values that fall into discrete classes such as true or false. The grouping is absolute in the sense that it is the same for all participants. + + hedId + HED_0012551 + + + All + To a complete degree or to the full or entire extent. + + relatedTag + Some + None + + + hedId + HED_0012552 + + + + Correct + Free from error. Especially conforming to fact or truth. + + relatedTag + Wrong + + + hedId + HED_0012553 + + + + Explicit + Stated clearly and in detail, leaving no room for confusion or doubt. + + relatedTag + Implicit + + + hedId + HED_0012554 + + + + False + Not in accordance with facts, reality or definitive criteria. + + relatedTag + True + + + hedId + HED_0012555 + + + + Implicit + Implied though not plainly expressed. + + relatedTag + Explicit + + + hedId + HED_0012556 + + + + Invalid + Not allowed or not conforming to the correct format or specifications. + + relatedTag + Valid + + + hedId + HED_0012557 + + + + None + No person or thing, nobody, not any. + + relatedTag + All + Some + + + hedId + HED_0012558 + + + + Some + At least a small amount or number of, but not a large amount of, or often. + + relatedTag + All + None + + + hedId + HED_0012559 + + + + True + Conforming to facts, reality or definitive criteria. + + relatedTag + False + + + hedId + HED_0012560 + + + + Unknown + The information has not been provided. + + relatedTag + Invalid + + + hedId + HED_0012561 + + + + Valid + Allowable, usable, or acceptable. + + relatedTag + Invalid + + + hedId + HED_0012562 + + + + Wrong + Inaccurate or not correct. + + relatedTag + Correct + + + hedId + HED_0012563 + + + + + Categorical-judgment-value + Categorical values that are based on the judgment or perception of the participant such familiar and famous. + + hedId + HED_0012564 + + + Abnormal + Deviating in any way from the state, position, structure, condition, behavior, or rule which is considered a norm. + + relatedTag + Normal + + + hedId + HED_0012565 + + + + Asymmetrical + Lacking symmetry or having parts that fail to correspond to one another in shape, size, or arrangement. + + relatedTag + Symmetrical + + + hedId + HED_0012566 + + + + Audible + A sound that can be perceived by the participant. + + relatedTag + Inaudible + + + hedId + HED_0012567 + + + + Complex + Hard, involved or complicated, elaborate, having many parts. + + relatedTag + Simple + + + hedId + HED_0012568 + + + + Congruent + Concordance of multiple evidence lines. In agreement or harmony. + + relatedTag + Incongruent + + + hedId + HED_0012569 + + + + Constrained + Keeping something within particular limits or bounds. + + relatedTag + Unconstrained + + + hedId + HED_0012570 + + + + Disordered + Not neatly arranged. Confused and untidy. A structural quality in which the parts of an object are non-rigid. + + relatedTag + Ordered + + + hedId + HED_0012571 + + + + Familiar + Recognized, familiar, or within the scope of knowledge. + + relatedTag + Unfamiliar + Famous + + + hedId + HED_0012572 + + + + Famous + A person who has a high degree of recognition by the general population for his or her success or accomplishments. A famous person. + + relatedTag + Familiar + Unfamiliar + + + hedId + HED_0012573 + + + + Inaudible + A sound below the threshold of perception of the participant. + + relatedTag + Audible + + + hedId + HED_0012574 + + + + Incongruent + Not in agreement or harmony. + + relatedTag + Congruent + + + hedId + HED_0012575 + + + + Involuntary + An action that is not made by choice. In the body, involuntary actions (such as blushing) occur automatically, and cannot be controlled by choice. + + relatedTag + Voluntary + + + hedId + HED_0012576 + + + + Masked + Information exists but is not provided or is partially obscured due to security,privacy, or other concerns. + + relatedTag + Unmasked + + + hedId + HED_0012577 + + + + Normal + Being approximately average or within certain limits. Conforming with or constituting a norm or standard or level or type or social norm. + + relatedTag + Abnormal + + + hedId + HED_0012578 + + + + Ordered + Conforming to a logical or comprehensible arrangement of separate elements. + + relatedTag + Disordered + + + hedId + HED_0012579 + + + + Simple + Easily understood or presenting no difficulties. + + relatedTag + Complex + + + hedId + HED_0012580 + + + + Symmetrical + Made up of exactly similar parts facing each other or around an axis. Showing aspects of symmetry. + + relatedTag + Asymmetrical + + + hedId + HED_0012581 + + + + Unconstrained + Moving without restriction. + + relatedTag + Constrained + + + hedId + HED_0012582 + + + + Unfamiliar + Not having knowledge or experience of. + + relatedTag + Familiar + Famous + + + hedId + HED_0012583 + + + + Unmasked + Information is revealed. + + relatedTag + Masked + + + hedId + HED_0012584 + + + + Voluntary + Using free will or design; not forced or compelled; controlled by individual volition. + + relatedTag + Involuntary + + + hedId + HED_0012585 + + + + + Categorical-level-value + Categorical values based on dividing a continuous variable into levels such as high and low. + + hedId + HED_0012586 + + + Cold + Having an absence of heat. + + relatedTag + Hot + + + hedId + HED_0012587 + + + + Deep + Extending relatively far inward or downward. + + relatedTag + Shallow + + + hedId + HED_0012588 + + + + High + Having a greater than normal degree, intensity, or amount. + + relatedTag + Low + Medium + + + hedId + HED_0012589 + + + + Hot + Having an excess of heat. + + relatedTag + Cold + + + hedId + HED_0012590 + + + + Large + Having a great extent such as in physical dimensions, period of time, amplitude or frequency. + + relatedTag + Small + + + hedId + HED_0012591 + + + + Liminal + Situated at a sensory threshold that is barely perceptible or capable of eliciting a response. + + relatedTag + Subliminal + Supraliminal + + + hedId + HED_0012592 + + + + Loud + Having a perceived high intensity of sound. + + relatedTag + Quiet + + + hedId + HED_0012593 + + + + Low + Less than normal in degree, intensity or amount. + + relatedTag + High + + + hedId + HED_0012594 + + + + Medium + Mid-way between small and large in number, quantity, magnitude or extent. + + relatedTag + Low + High + + + hedId + HED_0012595 + + + + Negative + Involving disadvantage or harm. + + relatedTag + Positive + + + hedId + HED_0012596 + + + + Positive + Involving advantage or good. + + relatedTag + Negative + + + hedId + HED_0012597 + + + + Quiet + Characterizing a perceived low intensity of sound. + + relatedTag + Loud + + + hedId + HED_0012598 + + + + Rough + Having a surface with perceptible bumps, ridges, or irregularities. + + relatedTag + Smooth + + + hedId + HED_0012599 + + + + Shallow + Having a depth which is relatively low. + + relatedTag + Deep + + + hedId + HED_0012600 + + + + Small + Having a small extent such as in physical dimensions, period of time, amplitude or frequency. + + relatedTag + Large + + + hedId + HED_0012601 + + + + Smooth + Having a surface free from bumps, ridges, or irregularities. + + relatedTag + Rough + + + hedId + HED_0012602 + + + + Subliminal + Situated below a sensory threshold that is imperceptible or not capable of eliciting a response. + + relatedTag + Liminal + Supraliminal + + + hedId + HED_0012603 + + + + Supraliminal + Situated above a sensory threshold that is perceptible or capable of eliciting a response. + + relatedTag + Liminal + Subliminal + + + hedId + HED_0012604 + + + + Thick + Wide in width, extent or cross-section. + + relatedTag + Thin + + + hedId + HED_0012605 + + + + Thin + Narrow in width, extent or cross-section. + + relatedTag + Thick + + + hedId + HED_0012606 + + + + + Categorical-location-value + Value indicating the location of something, primarily as an identifier rather than an expression of where the item is relative to something else. + + hedId + HED_0012607 + + + Anterior + Relating to an item on the front of an agent body (from the point of view of the agent) or on the front of an object from the point of view of an agent. This pertains to the identity of an agent or a thing. + + hedId + HED_0012608 + + + + Lateral + Identifying the portion of an object away from the midline, particularly applied to the (anterior-posterior, superior-inferior) surface of a brain. + + hedId + HED_0012609 + + + + Left + Relating to an item on the left side of an agent body (from the point of view of the agent) or the left side of an object from the point of view of an agent. This pertains to the identity of an agent or a thing, for example (Left, Hand) as an identifier for the left hand. HED spatial relations should be used for relative positions such as (Hand, (Left-side-of, Keyboard)), which denotes the hand placed on the left side of the keyboard, which could be either the identified left hand or right hand. + + hedId + HED_0012610 + + + + Medial + Identifying the portion of an object towards the center, particularly applied to the (anterior-posterior, superior-inferior) surface of a brain. + + hedId + HED_0012611 + + + + Posterior + Relating to an item on the back of an agent body (from the point of view of the agent) or on the back of an object from the point of view of an agent. This pertains to the identity of an agent or a thing. + + hedId + HED_0012612 + + + + Right + Relating to an item on the right side of an agent body (from the point of view of the agent) or the right side of an object from the point of view of an agent. This pertains to the identity of an agent or a thing, for example (Right, Hand) as an identifier for the right hand. HED spatial relations should be used for relative positions such as (Hand, (Right-side-of, Keyboard)), which denotes the hand placed on the right side of the keyboard, which could be either the identified left hand or right hand. + + hedId + HED_0012613 + + + + + Categorical-orientation-value + Value indicating the orientation or direction of something. + + hedId + HED_0012614 + + + Backward + Directed behind or to the rear. + + relatedTag + Forward + + + hedId + HED_0012615 + + + + Downward + Moving or leading toward a lower place or level. + + relatedTag + Leftward + Rightward + Upward + + + hedId + HED_0012616 + + + + Forward + At or near or directed toward the front. + + relatedTag + Backward + + + hedId + HED_0012617 + + + + Horizontally-oriented + Oriented parallel to or in the plane of the horizon. + + relatedTag + Vertically-oriented + + + hedId + HED_0012618 + + + + Leftward + Going toward or facing the left. + + relatedTag + Downward + Rightward + Upward + + + hedId + HED_0012619 + + + + Oblique + Slanting or inclined in direction, course, or position that is neither parallel nor perpendicular nor right-angular. + + relatedTag + Rotated + + + hedId + HED_0012620 + + + + Rightward + Going toward or situated on the right. + + relatedTag + Downward + Leftward + Upward + + + hedId + HED_0012621 + + + + Rotated + Positioned offset around an axis or center. + + hedId + HED_0012622 + + + + Upward + Moving, pointing, or leading to a higher place, point, or level. + + relatedTag + Downward + Leftward + Rightward + + + hedId + HED_0012623 + + + + Vertically-oriented + Oriented perpendicular to the plane of the horizon. + + relatedTag + Horizontally-oriented + + + hedId + HED_0012624 + + + + + + Physical-value + The value of some physical property of something. + + hedId + HED_0012625 + + + Temperature + A measure of hot or cold based on the average kinetic energy of the atoms or molecules in the system. + + hedId + HED_0012626 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + temperatureUnits + + + hedId + HED_0012627 + + + + + Weight + The relative mass or the quantity of matter contained by something. + + hedId + HED_0012628 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + weightUnits + + + hedId + HED_0012629 + + + + + + Quantitative-value + Something capable of being estimated or expressed with numeric values. + + hedId + HED_0012630 + + + Fraction + A numerical value between 0 and 1. + + hedId + HED_0012631 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012632 + + + + + Item-count + The integer count of something which is usually grouped with the entity it is counting. (Item-count/3, A) indicates that 3 of A have occurred up to this point. + + hedId + HED_0012633 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012634 + + + + + Item-index + The index of an item in a collection, sequence or other structure. (A (Item-index/3, B)) means that A is item number 3 in B. + + hedId + HED_0012635 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012636 + + + + + Item-interval + An integer indicating how many items or entities have passed since the last one of these. An item interval of 0 indicates the current item. + + hedId + HED_0012637 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012638 + + + + + Percentage + A fraction or ratio with 100 understood as the denominator. + + hedId + HED_0012639 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012640 + + + + + Ratio + A quotient of quantities of the same kind for different components within the same system. + + hedId + HED_0012641 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012642 + + + + + + Spatiotemporal-value + A property relating to space and/or time. + + hedId + HED_0012643 + + + Rate-of-change + The amount of change accumulated per unit time. + + hedId + HED_0012644 + + + Acceleration + Magnitude of the rate of change in either speed or direction. The direction of change should be given separately. + + hedId + HED_0012645 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + accelerationUnits + + + hedId + HED_0012646 + + + + + Frequency + Frequency is the number of occurrences of a repeating event per unit time. + + hedId + HED_0012647 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + frequencyUnits + + + hedId + HED_0012648 + + + + + Jerk-rate + Magnitude of the rate at which the acceleration of an object changes with respect to time. The direction of change should be given separately. + + hedId + HED_0012649 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + jerkUnits + + + hedId + HED_0012650 + + + + + Refresh-rate + The frequency with which the image on a computer monitor or similar electronic display screen is refreshed, usually expressed in hertz. + + hedId + HED_0012651 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012652 + + + + + Sampling-rate + The number of digital samples taken or recorded per unit of time. + + hedId + HED_0012653 + + + # + + takesValue + + + unitClass + frequencyUnits + + + hedId + HED_0012654 + + + + + Speed + A scalar measure of the rate of movement of the object expressed either as the distance traveled divided by the time taken (average speed) or the rate of change of position with respect to time at a particular point (instantaneous speed). The direction of change should be given separately. + + hedId + HED_0012655 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + speedUnits + + + hedId + HED_0012656 + + + + + Temporal-rate + The number of items per unit of time. + + hedId + HED_0012657 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + frequencyUnits + + + hedId + HED_0012658 + + + + + + Spatial-value + Value of an item involving space. + + hedId + HED_0012659 + + + Angle + The amount of inclination of one line to another or the plane of one object to another. + + hedId + HED_0012660 + + + # + + takesValue + + + unitClass + angleUnits + + + valueClass + numericClass + + + hedId + HED_0012661 + + + + + Distance + A measure of the space separating two objects or points. + + hedId + HED_0012662 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + physicalLengthUnits + + + hedId + HED_0012663 + + + + + Position + A reference to the alignment of an object, a particular situation or view of a situation, or the location of an object. Coordinates with respect a specified frame of reference or the default Screen-frame if no frame is given. + + hedId + HED_0012664 + + + Clock-face + A location identifier based on clock-face numbering or anatomic subregion. Replaced by Clock-face-position. + + deprecatedFrom + 8.2.0 + + + hedId + HED_0012326 + + + # + + deprecatedFrom + 8.2.0 + + + takesValue + + + valueClass + numericClass + + + hedId + HED_0013228 + + + + + Clock-face-position + A location identifier based on clock-face numbering or anatomic subregion. As an object, just use the tag Clock. + + hedId + HED_0013229 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0013230 + + + + + X-position + The position along the x-axis of the frame of reference. + + hedId + HED_0012665 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + physicalLengthUnits + + + hedId + HED_0012666 + + + + + Y-position + The position along the y-axis of the frame of reference. + + hedId + HED_0012667 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + physicalLengthUnits + + + hedId + HED_0012668 + + + + + Z-position + The position along the z-axis of the frame of reference. + + hedId + HED_0012669 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + physicalLengthUnits + + + hedId + HED_0012670 + + + + + + Size + The physical magnitude of something. + + hedId + HED_0012671 + + + Area + The extent of a 2-dimensional surface enclosed within a boundary. + + hedId + HED_0012672 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + areaUnits + + + hedId + HED_0012673 + + + + + Depth + The distance from the surface of something especially from the perspective of looking from the front. + + hedId + HED_0012674 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + physicalLengthUnits + + + hedId + HED_0012675 + + + + + Height + The vertical measurement or distance from the base to the top of an object. + + hedId + HED_0012676 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + physicalLengthUnits + + + hedId + HED_0012677 + + + + + Length + The linear extent in space from one end of something to the other end, or the extent of something from beginning to end. + + hedId + HED_0012678 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + physicalLengthUnits + + + hedId + HED_0012679 + + + + + Perimeter + The minimum length of paths enclosing a 2D shape. + + hedId + HED_0012680 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + physicalLengthUnits + + + hedId + HED_0012681 + + + + + Radius + The distance of the line from the center of a circle or a sphere to its perimeter or outer surface, respectively. + + hedId + HED_0012682 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + physicalLengthUnits + + + hedId + HED_0012683 + + + + + Volume + The amount of three dimensional space occupied by an object or the capacity of a space or container. + + hedId + HED_0012684 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + volumeUnits + + + hedId + HED_0012685 + + + + + Width + The extent or measurement of something from side to side. + + hedId + HED_0012686 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + physicalLengthUnits + + + hedId + HED_0012687 + + + + + + + Temporal-value + A characteristic of or relating to time or limited by time. + + hedId + HED_0012688 + + + Delay + The time at which an event start time is delayed from the current onset time. This tag defines the start time of an event of temporal extent and may be used with the Duration tag. + + topLevelTagGroup + + + reserved + + + requireChild + + + relatedTag + Duration + + + hedId + HED_0012689 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + timeUnits + + + hedId + HED_0012690 + + + + + Duration + The period of time during which an event occurs. This tag defines the end time of an event of temporal extent and may be used with the Delay tag. + + topLevelTagGroup + + + reserved + + + requireChild + + + relatedTag + Delay + + + hedId + HED_0012691 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + timeUnits + + + hedId + HED_0012692 + + + + + Time-interval + The period of time separating two instances, events, or occurrences. + + hedId + HED_0012693 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + timeUnits + + + hedId + HED_0012694 + + + + + Time-value + A value with units of time. Usually grouped with tags identifying what the value represents. + + hedId + HED_0012695 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + timeUnits + + + hedId + HED_0012696 + + + + + + + Statistical-value + A value based on or employing the principles of statistics. + + extensionAllowed + + + hedId + HED_0012697 + + + Data-maximum + The largest possible quantity or degree. + + hedId + HED_0012698 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012699 + + + + + Data-mean + The sum of a set of values divided by the number of values in the set. + + hedId + HED_0012700 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012701 + + + + + Data-median + The value which has an equal number of values greater and less than it. + + hedId + HED_0012702 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012703 + + + + + Data-minimum + The smallest possible quantity. + + hedId + HED_0012704 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012705 + + + + + Probability + A measure of the expectation of the occurrence of a particular event. + + hedId + HED_0012706 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012707 + + + + + Standard-deviation + A measure of the range of values in a set of numbers. Standard deviation is a statistic used as a measure of the dispersion or variation in a distribution, equal to the square root of the arithmetic mean of the squares of the deviations from the arithmetic mean. + + hedId + HED_0012708 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012709 + + + + + Statistical-accuracy + A measure of closeness to true value expressed as a number between 0 and 1. + + hedId + HED_0012710 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012711 + + + + + Statistical-precision + A quantitative representation of the degree of accuracy necessary for or associated with a particular action. + + hedId + HED_0012712 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012713 + + + + + Statistical-recall + Sensitivity is a measurement datum qualifying a binary classification test and is computed by subtracting the false negative rate to the integral numeral 1. + + hedId + HED_0012714 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012715 + + + + + Statistical-uncertainty + A measure of the inherent variability of repeated observation measurements of a quantity including quantities evaluated by statistical methods and by other means. + + hedId + HED_0012716 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012717 + + + + + + + Data-variability-attribute + An attribute describing how something changes or varies. + + hedId + HED_0012718 + + + Abrupt + Marked by sudden change. + + hedId + HED_0012719 + + + + Constant + Continually recurring or continuing without interruption. Not changing in time or space. + + hedId + HED_0012720 + + + + Continuous + Uninterrupted in time, sequence, substance, or extent. + + relatedTag + Discrete + Discontinuous + + + hedId + HED_0012721 + + + + Decreasing + Becoming smaller or fewer in size, amount, intensity, or degree. + + relatedTag + Increasing + + + hedId + HED_0012722 + + + + Deterministic + No randomness is involved in the development of the future states of the element. + + relatedTag + Random + Stochastic + + + hedId + HED_0012723 + + + + Discontinuous + Having a gap in time, sequence, substance, or extent. + + relatedTag + Continuous + + + hedId + HED_0012724 + + + + Discrete + Constituting a separate entities or parts. + + relatedTag + Continuous + Discontinuous + + + hedId + HED_0012725 + + + + Estimated-value + Something that has been calculated or measured approximately. + + hedId + HED_0012726 + + + + Exact-value + A value that is viewed to the true value according to some standard. + + hedId + HED_0012727 + + + + Flickering + Moving irregularly or unsteadily or burning or shining fitfully or with a fluctuating light. + + hedId + HED_0012728 + + + + Fractal + Having extremely irregular curves or shapes for which any suitably chosen part is similar in shape to a given larger or smaller part when magnified or reduced to the same size. + + hedId + HED_0012729 + + + + Increasing + Becoming greater in size, amount, or degree. + + relatedTag + Decreasing + + + hedId + HED_0012730 + + + + Random + Governed by or depending on chance. Lacking any definite plan or order or purpose. + + relatedTag + Deterministic + Stochastic + + + hedId + HED_0012731 + + + + Repetitive + A recurring action that is often non-purposeful. + + hedId + HED_0012732 + + + + Stochastic + Uses a random probability distribution or pattern that may be analyzed statistically but may not be predicted precisely to determine future states. + + relatedTag + Deterministic + Random + + + hedId + HED_0012733 + + + + Varying + Differing in size, amount, degree, or nature. + + hedId + HED_0012734 + + + + + + Environmental-property + Relating to or arising from the surroundings of an agent. + + hedId + HED_0012735 + + + Augmented-reality + Using technology that enhances real-world experiences with computer-derived digital overlays to change some aspects of perception of the natural environment. The digital content is shown to the user through a smart device or glasses and responds to changes in the environment. + + hedId + HED_0012736 + + + + Indoors + Located inside a building or enclosure. + + hedId + HED_0012737 + + + + Motion-platform + A mechanism that creates the feelings of being in a real motion environment. + + hedId + HED_0012738 + + + + Outdoors + Any area outside a building or shelter. + + hedId + HED_0012739 + + + + Real-world + Located in a place that exists in real space and time under realistic conditions. + + hedId + HED_0012740 + + + + Rural + Of or pertaining to the country as opposed to the city. + + hedId + HED_0012741 + + + + Terrain + Characterization of the physical features of a tract of land. + + hedId + HED_0012742 + + + Composite-terrain + Tracts of land characterized by a mixture of physical features. + + hedId + HED_0012743 + + + + Dirt-terrain + Tracts of land characterized by a soil surface and lack of vegetation. + + hedId + HED_0012744 + + + + Grassy-terrain + Tracts of land covered by grass. + + hedId + HED_0012745 + + + + Gravel-terrain + Tracts of land covered by a surface consisting a loose aggregation of small water-worn or pounded stones. + + hedId + HED_0012746 + + + + Leaf-covered-terrain + Tracts of land covered by leaves and composited organic material. + + hedId + HED_0012747 + + + + Muddy-terrain + Tracts of land covered by a liquid or semi-liquid mixture of water and some combination of soil, silt, and clay. + + hedId + HED_0012748 + + + + Paved-terrain + Tracts of land covered with concrete, asphalt, stones, or bricks. + + hedId + HED_0012749 + + + + Rocky-terrain + Tracts of land consisting or full of rock or rocks. + + hedId + HED_0012750 + + + + Sloped-terrain + Tracts of land arranged in a sloping or inclined position. + + hedId + HED_0012751 + + + + Uneven-terrain + Tracts of land that are not level, smooth, or regular. + + hedId + HED_0012752 + + + + + Urban + Relating to, located in, or characteristic of a city or densely populated area. + + hedId + HED_0012753 + + + + Virtual-world + Using technology that creates immersive, computer-generated experiences that a person can interact with and navigate through. The digital content is generally delivered to the user through some type of headset and responds to changes in head position or through interaction with other types of sensors. Existing in a virtual setting such as a simulation or game environment. + + hedId + HED_0012754 + + + + + Informational-property + Something that pertains to a task. + + extensionAllowed + + + hedId + HED_0012755 + + + Description + An explanation of what the tag group it is in means. If the description is at the top-level of an event string, the description applies to the event. + + hedId + HED_0012756 + + + # + + takesValue + + + valueClass + textClass + + + hedId + HED_0012757 + + + + + ID + An alphanumeric name that identifies either a unique object or a unique class of objects. Here the object or class may be an idea, physical countable object (or class), or physical uncountable substance (or class). + + hedId + HED_0012758 + + + # + + takesValue + + + valueClass + textClass + + + hedId + HED_0012759 + + + + + Label + A string of 20 or fewer characters identifying something. Labels usually refer to general classes of things while IDs refer to specific instances. A term that is associated with some entity. A brief description given for purposes of identification. An identifying or descriptive marker that is attached to an object. + + hedId + HED_0012760 + + + # + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012761 + + + + + Metadata + Data about data. Information that describes another set of data. + + hedId + HED_0012762 + + + Creation-date + The date on which the creation of this item began. + + hedId + HED_0012763 + + + # + + takesValue + + + valueClass + dateTimeClass + + + hedId + HED_0012764 + + + + + Experimental-note + A brief written record about the experiment. + + hedId + HED_0012765 + + + # + + takesValue + + + valueClass + textClass + + + hedId + HED_0012766 + + + + + Library-name + Official name of a HED library. + + hedId + HED_0012767 + + + # + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012768 + + + + + Metadata-identifier + Identifier (usually unique) from another metadata source. + + hedId + HED_0012769 + + + CogAtlas + The Cognitive Atlas ID number of something. + + hedId + HED_0012770 + + + # + + takesValue + + + hedId + HED_0012771 + + + + + CogPo + The CogPO ID number of something. + + hedId + HED_0012772 + + + # + + takesValue + + + hedId + HED_0012773 + + + + + DOI + Digital object identifier for an object. + + hedId + HED_0012774 + + + # + + takesValue + + + hedId + HED_0012775 + + + + + OBO-identifier + The identifier of a term in some Open Biology Ontology (OBO) ontology. + + hedId + HED_0012776 + + + # + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012777 + + + + + Species-identifier + A binomial species name from the NCBI Taxonomy, for example, homo sapiens, mus musculus, or rattus norvegicus. + + hedId + HED_0012778 + + + # + + takesValue + + + hedId + HED_0012779 + + + + + Subject-identifier + A sequence of characters used to identify, name, or characterize a trial or study subject. + + hedId + HED_0012780 + + + # + + takesValue + + + hedId + HED_0012781 + + + + + UUID + A unique universal identifier. + + hedId + HED_0012782 + + + # + + takesValue + + + hedId + HED_0012783 + + + + + Version-identifier + An alphanumeric character string that identifies a form or variant of a type or original. + + hedId + HED_0012784 + + + # + Usually is a semantic version. + + takesValue + + + hedId + HED_0012785 + + + + + + Modified-date + The date on which the item was modified (usually the last-modified data unless a complete record of dated modifications is kept. + + hedId + HED_0012786 + + + # + + takesValue + + + valueClass + dateTimeClass + + + hedId + HED_0012787 + + + + + Pathname + The specification of a node (file or directory) in a hierarchical file system, usually specified by listing the nodes top-down. + + hedId + HED_0012788 + + + # + + takesValue + + + hedId + HED_0012789 + + + + + URL + A valid URL. + + hedId + HED_0012790 + + + # + + takesValue + + + hedId + HED_0012791 + + + + + + Parameter + Something user-defined for this experiment. + + hedId + HED_0012792 + + + Parameter-label + The name of the parameter. + + hedId + HED_0012793 + + + # + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012794 + + + + + Parameter-value + The value of the parameter. + + hedId + HED_0012795 + + + # + + takesValue + + + valueClass + textClass + + + hedId + HED_0012796 + + + + + + + Organizational-property + Relating to an organization or the action of organizing something. + + hedId + HED_0012797 + + + Collection + A tag designating a grouping of items such as in a set or list. + + reserved + + + hedId + HED_0012798 + + + # + Name of the collection. + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012799 + + + + + Condition-variable + An aspect of the experiment or task that is to be varied during the experiment. Task-conditions are sometimes called independent variables or contrasts. + + reserved + + + hedId + HED_0012800 + + + # + Name of the condition variable. + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012801 + + + + + Control-variable + An aspect of the experiment that is fixed throughout the study and usually is explicitly controlled. + + reserved + + + hedId + HED_0012802 + + + # + Name of the control variable. + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012803 + + + + + Def + A HED-specific utility tag used with a defined name to represent the tags associated with that definition. + + requireChild + + + reserved + + + hedId + HED_0012804 + + + # + Name of the definition. + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012805 + + + + + Def-expand + A HED specific utility tag that is grouped with an expanded definition. The child value of the Def-expand is the name of the expanded definition. + + requireChild + + + reserved + + + tagGroup + + + hedId + HED_0012806 + + + # + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012807 + + + + + Definition + A HED-specific utility tag whose child value is the name of the concept and the tag group associated with the tag is an English language explanation of a concept. + + requireChild + + + reserved + + + topLevelTagGroup + + + hedId + HED_0012808 + + + # + Name of the definition. + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012809 + + + + + Event-context + A special HED tag inserted as part of a top-level tag group to contain information about the interrelated conditions under which the event occurs. The event context includes information about other events that are ongoing when this event happens. + + reserved + + + topLevelTagGroup + + + unique + + + hedId + HED_0012810 + + + + Event-stream + A special HED tag indicating that this event is a member of an ordered succession of events. + + reserved + + + hedId + HED_0012811 + + + # + Name of the event stream. + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012812 + + + + + Experimental-intertrial + A tag used to indicate a part of the experiment between trials usually where nothing is happening. + + reserved + + + hedId + HED_0012813 + + + # + Optional label for the intertrial block. + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012814 + + + + + Experimental-trial + Designates a run or execution of an activity, for example, one execution of a script. A tag used to indicate a particular organizational part in the experimental design often containing a stimulus-response pair or stimulus-response-feedback triad. + + reserved + + + hedId + HED_0012815 + + + # + Optional label for the trial (often a numerical string). + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012816 + + + + + Indicator-variable + An aspect of the experiment or task that is measured as task conditions are varied during the experiment. Experiment indicators are sometimes called dependent variables. + + reserved + + + hedId + HED_0012817 + + + # + Name of the indicator variable. + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012818 + + + + + Recording + A tag designating the data recording. Recording tags are usually have temporal scope which is the entire recording. + + reserved + + + hedId + HED_0012819 + + + # + Optional label for the recording. + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012820 + + + + + Task + An assigned piece of work, usually with a time allotment. A tag used to indicate a linkage the structured activities performed as part of the experiment. + + reserved + + + hedId + HED_0012821 + + + # + Optional label for the task block. + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012822 + + + + + Time-block + A tag used to indicate a contiguous time block in the experiment during which something is fixed or noted. + + reserved + + + hedId + HED_0012823 + + + # + Optional label for the task block. + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012824 + + + + + + Sensory-property + Relating to sensation or the physical senses. + + hedId + HED_0012825 + + + Sensory-attribute + A sensory characteristic associated with another entity. + + hedId + HED_0012826 + + + Auditory-attribute + Pertaining to the sense of hearing. + + hedId + HED_0012827 + + + Loudness + Perceived intensity of a sound. + + hedId + HED_0012828 + + + # + + takesValue + + + valueClass + numericClass + nameClass + + + hedId + HED_0012829 + + + + + Pitch + A perceptual property that allows the user to order sounds on a frequency scale. + + hedId + HED_0012830 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + frequencyUnits + + + hedId + HED_0012831 + + + + + Sound-envelope + Description of how a sound changes over time. + + hedId + HED_0012832 + + + Sound-envelope-attack + The time taken for initial run-up of level from nil to peak usually beginning when the key on a musical instrument is pressed. + + hedId + HED_0012833 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + timeUnits + + + hedId + HED_0012834 + + + + + Sound-envelope-decay + The time taken for the subsequent run down from the attack level to the designated sustain level. + + hedId + HED_0012835 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + timeUnits + + + hedId + HED_0012836 + + + + + Sound-envelope-release + The time taken for the level to decay from the sustain level to zero after the key is released. + + hedId + HED_0012837 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + timeUnits + + + hedId + HED_0012838 + + + + + Sound-envelope-sustain + The time taken for the main sequence of the sound duration, until the key is released. + + hedId + HED_0012839 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + timeUnits + + + hedId + HED_0012840 + + + + + + Sound-volume + The sound pressure level (SPL) usually the ratio to a reference signal estimated as the lower bound of hearing. + + hedId + HED_0012841 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + intensityUnits + + + hedId + HED_0012842 + + + + + Timbre + The perceived sound quality of a singing voice or musical instrument. + + hedId + HED_0012843 + + + # + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012844 + + + + + + Gustatory-attribute + Pertaining to the sense of taste. + + hedId + HED_0012845 + + + Bitter + Having a sharp, pungent taste. + + hedId + HED_0012846 + + + + Salty + Tasting of or like salt. + + hedId + HED_0012847 + + + + Savory + Belonging to a taste that is salty or spicy rather than sweet. + + hedId + HED_0012848 + + + + Sour + Having a sharp, acidic taste. + + hedId + HED_0012849 + + + + Sweet + Having or resembling the taste of sugar. + + hedId + HED_0012850 + + + + + Olfactory-attribute + Having a smell. + + hedId + HED_0012851 + + + + Somatic-attribute + Pertaining to the feelings in the body or of the nervous system. + + hedId + HED_0012852 + + + Pain + The sensation of discomfort, distress, or agony, resulting from the stimulation of specialized nerve endings. + + hedId + HED_0012853 + + + + Stress + The negative mental, emotional, and physical reactions that occur when environmental stressors are perceived as exceeding the adaptive capacities of the individual. + + hedId + HED_0012854 + + + + + Tactile-attribute + Pertaining to the sense of touch. + + hedId + HED_0012855 + + + Tactile-pressure + Having a feeling of heaviness. + + hedId + HED_0012856 + + + + Tactile-temperature + Having a feeling of hotness or coldness. + + hedId + HED_0012857 + + + + Tactile-texture + Having a feeling of roughness. + + hedId + HED_0012858 + + + + Tactile-vibration + Having a feeling of mechanical oscillation. + + hedId + HED_0012859 + + + + + Vestibular-attribute + Pertaining to the sense of balance or body position. + + hedId + HED_0012860 + + + + Visual-attribute + Pertaining to the sense of sight. + + hedId + HED_0012861 + + + Color + The appearance of objects (or light sources) described in terms of perception of their hue and lightness (or brightness) and saturation. + + hedId + HED_0012862 + + + CSS-color + One of 140 colors supported by all browsers. For more details such as the color RGB or HEX values,check:https://www.w3schools.com/colors/colors_groups.asp. + + hedId + HED_0012863 + + + Blue-color + CSS color group. + + hedId + HED_0012864 + + + Blue + CSS-color 0x0000FF. + + hedId + HED_0012865 + + + + CadetBlue + CSS-color 0x5F9EA0. + + hedId + HED_0012866 + + + + CornflowerBlue + CSS-color 0x6495ED. + + hedId + HED_0012867 + + + + DarkBlue + CSS-color 0x00008B. + + hedId + HED_0012868 + + + + DeepSkyBlue + CSS-color 0x00BFFF. + + hedId + HED_0012869 + + + + DodgerBlue + CSS-color 0x1E90FF. + + hedId + HED_0012870 + + + + LightBlue + CSS-color 0xADD8E6. + + hedId + HED_0012871 + + + + LightSkyBlue + CSS-color 0x87CEFA. + + hedId + HED_0012872 + + + + LightSteelBlue + CSS-color 0xB0C4DE. + + hedId + HED_0012873 + + + + MediumBlue + CSS-color 0x0000CD. + + hedId + HED_0012874 + + + + MidnightBlue + CSS-color 0x191970. + + hedId + HED_0012875 + + + + Navy + CSS-color 0x000080. + + hedId + HED_0012876 + + + + PowderBlue + CSS-color 0xB0E0E6. + + hedId + HED_0012877 + + + + RoyalBlue + CSS-color 0x4169E1. + + hedId + HED_0012878 + + + + SkyBlue + CSS-color 0x87CEEB. + + hedId + HED_0012879 + + + + SteelBlue + CSS-color 0x4682B4. + + hedId + HED_0012880 + + + + + Brown-color + CSS color group. + + hedId + HED_0012881 + + + Bisque + CSS-color 0xFFE4C4. + + hedId + HED_0012882 + + + + BlanchedAlmond + CSS-color 0xFFEBCD. + + hedId + HED_0012883 + + + + Brown + CSS-color 0xA52A2A. + + hedId + HED_0012884 + + + + BurlyWood + CSS-color 0xDEB887. + + hedId + HED_0012885 + + + + Chocolate + CSS-color 0xD2691E. + + hedId + HED_0012886 + + + + Cornsilk + CSS-color 0xFFF8DC. + + hedId + HED_0012887 + + + + DarkGoldenRod + CSS-color 0xB8860B. + + hedId + HED_0012888 + + + + GoldenRod + CSS-color 0xDAA520. + + hedId + HED_0012889 + + + + Maroon + CSS-color 0x800000. + + hedId + HED_0012890 + + + + NavajoWhite + CSS-color 0xFFDEAD. + + hedId + HED_0012891 + + + + Olive + CSS-color 0x808000. + + hedId + HED_0012892 + + + + Peru + CSS-color 0xCD853F. + + hedId + HED_0012893 + + + + RosyBrown + CSS-color 0xBC8F8F. + + hedId + HED_0012894 + + + + SaddleBrown + CSS-color 0x8B4513. + + hedId + HED_0012895 + + + + SandyBrown + CSS-color 0xF4A460. + + hedId + HED_0012896 + + + + Sienna + CSS-color 0xA0522D. + + hedId + HED_0012897 + + + + Tan + CSS-color 0xD2B48C. + + hedId + HED_0012898 + + + + Wheat + CSS-color 0xF5DEB3. + + hedId + HED_0012899 + + + + + Cyan-color + CSS color group. + + hedId + HED_0012900 + + + Aqua + CSS-color 0x00FFFF. + + hedId + HED_0012901 + + + + Aquamarine + CSS-color 0x7FFFD4. + + hedId + HED_0012902 + + + + Cyan + CSS-color 0x00FFFF. + + hedId + HED_0012903 + + + + DarkTurquoise + CSS-color 0x00CED1. + + hedId + HED_0012904 + + + + LightCyan + CSS-color 0xE0FFFF. + + hedId + HED_0012905 + + + + MediumTurquoise + CSS-color 0x48D1CC. + + hedId + HED_0012906 + + + + PaleTurquoise + CSS-color 0xAFEEEE. + + hedId + HED_0012907 + + + + Turquoise + CSS-color 0x40E0D0. + + hedId + HED_0012908 + + + + + Gray-color + CSS color group. + + hedId + HED_0012909 + + + Black + CSS-color 0x000000. + + hedId + HED_0012910 + + + + DarkGray + CSS-color 0xA9A9A9. + + hedId + HED_0012911 + + + + DarkSlateGray + CSS-color 0x2F4F4F. + + hedId + HED_0012912 + + + + DimGray + CSS-color 0x696969. + + hedId + HED_0012913 + + + + Gainsboro + CSS-color 0xDCDCDC. + + hedId + HED_0012914 + + + + Gray + CSS-color 0x808080. + + hedId + HED_0012915 + + + + LightGray + CSS-color 0xD3D3D3. + + hedId + HED_0012916 + + + + LightSlateGray + CSS-color 0x778899. + + hedId + HED_0012917 + + + + Silver + CSS-color 0xC0C0C0. + + hedId + HED_0012918 + + + + SlateGray + CSS-color 0x708090. + + hedId + HED_0012919 + + + + + Green-color + CSS color group. + + hedId + HED_0012920 + + + Chartreuse + CSS-color 0x7FFF00. + + hedId + HED_0012921 + + + + DarkCyan + CSS-color 0x008B8B. + + hedId + HED_0012922 + + + + DarkGreen + CSS-color 0x006400. + + hedId + HED_0012923 + + + + DarkOliveGreen + CSS-color 0x556B2F. + + hedId + HED_0012924 + + + + DarkSeaGreen + CSS-color 0x8FBC8F. + + hedId + HED_0012925 + + + + ForestGreen + CSS-color 0x228B22. + + hedId + HED_0012926 + + + + Green + CSS-color 0x008000. + + hedId + HED_0012927 + + + + GreenYellow + CSS-color 0xADFF2F. + + hedId + HED_0012928 + + + + LawnGreen + CSS-color 0x7CFC00. + + hedId + HED_0012929 + + + + LightGreen + CSS-color 0x90EE90. + + hedId + HED_0012930 + + + + LightSeaGreen + CSS-color 0x20B2AA. + + hedId + HED_0012931 + + + + Lime + CSS-color 0x00FF00. + + hedId + HED_0012932 + + + + LimeGreen + CSS-color 0x32CD32. + + hedId + HED_0012933 + + + + MediumAquaMarine + CSS-color 0x66CDAA. + + hedId + HED_0012934 + + + + MediumSeaGreen + CSS-color 0x3CB371. + + hedId + HED_0012935 + + + + MediumSpringGreen + CSS-color 0x00FA9A. + + hedId + HED_0012936 + + + + OliveDrab + CSS-color 0x6B8E23. + + hedId + HED_0012937 + + + + PaleGreen + CSS-color 0x98FB98. + + hedId + HED_0012938 + + + + SeaGreen + CSS-color 0x2E8B57. + + hedId + HED_0012939 + + + + SpringGreen + CSS-color 0x00FF7F. + + hedId + HED_0012940 + + + + Teal + CSS-color 0x008080. + + hedId + HED_0012941 + + + + YellowGreen + CSS-color 0x9ACD32. + + hedId + HED_0012942 + + + + + Orange-color + CSS color group. + + hedId + HED_0012943 + + + Coral + CSS-color 0xFF7F50. + + hedId + HED_0012944 + + + + DarkOrange + CSS-color 0xFF8C00. + + hedId + HED_0012945 + + + + Orange + CSS-color 0xFFA500. + + hedId + HED_0012946 + + + + OrangeRed + CSS-color 0xFF4500. + + hedId + HED_0012947 + + + + Tomato + CSS-color 0xFF6347. + + hedId + HED_0012948 + + + + + Pink-color + CSS color group. + + hedId + HED_0012949 + + + DeepPink + CSS-color 0xFF1493. + + hedId + HED_0012950 + + + + HotPink + CSS-color 0xFF69B4. + + hedId + HED_0012951 + + + + LightPink + CSS-color 0xFFB6C1. + + hedId + HED_0012952 + + + + MediumVioletRed + CSS-color 0xC71585. + + hedId + HED_0012953 + + + + PaleVioletRed + CSS-color 0xDB7093. + + hedId + HED_0012954 + + + + Pink + CSS-color 0xFFC0CB. + + hedId + HED_0012955 + + + + + Purple-color + CSS color group. + + hedId + HED_0012956 + + + BlueViolet + CSS-color 0x8A2BE2. + + hedId + HED_0012957 + + + + DarkMagenta + CSS-color 0x8B008B. + + hedId + HED_0012958 + + + + DarkOrchid + CSS-color 0x9932CC. + + hedId + HED_0012959 + + + + DarkSlateBlue + CSS-color 0x483D8B. + + hedId + HED_0012960 + + + + DarkViolet + CSS-color 0x9400D3. + + hedId + HED_0012961 + + + + Fuchsia + CSS-color 0xFF00FF. + + hedId + HED_0012962 + + + + Indigo + CSS-color 0x4B0082. + + hedId + HED_0012963 + + + + Lavender + CSS-color 0xE6E6FA. + + hedId + HED_0012964 + + + + Magenta + CSS-color 0xFF00FF. + + hedId + HED_0012965 + + + + MediumOrchid + CSS-color 0xBA55D3. + + hedId + HED_0012966 + + + + MediumPurple + CSS-color 0x9370DB. + + hedId + HED_0012967 + + + + MediumSlateBlue + CSS-color 0x7B68EE. + + hedId + HED_0012968 + + + + Orchid + CSS-color 0xDA70D6. + + hedId + HED_0012969 + + + + Plum + CSS-color 0xDDA0DD. + + hedId + HED_0012970 + + + + Purple + CSS-color 0x800080. + + hedId + HED_0012971 + + + + RebeccaPurple + CSS-color 0x663399. + + hedId + HED_0012972 + + + + SlateBlue + CSS-color 0x6A5ACD. + + hedId + HED_0012973 + + + + Thistle + CSS-color 0xD8BFD8. + + hedId + HED_0012974 + + + + Violet + CSS-color 0xEE82EE. + + hedId + HED_0012975 + + + + + Red-color + CSS color group. + + hedId + HED_0012976 + + + Crimson + CSS-color 0xDC143C. + + hedId + HED_0012977 + + + + DarkRed + CSS-color 0x8B0000. + + hedId + HED_0012978 + + + + DarkSalmon + CSS-color 0xE9967A. + + hedId + HED_0012979 + + + + FireBrick + CSS-color 0xB22222. + + hedId + HED_0012980 + + + + IndianRed + CSS-color 0xCD5C5C. + + hedId + HED_0012981 + + + + LightCoral + CSS-color 0xF08080. + + hedId + HED_0012982 + + + + LightSalmon + CSS-color 0xFFA07A. + + hedId + HED_0012983 + + + + Red + CSS-color 0xFF0000. + + hedId + HED_0012984 + + + + Salmon + CSS-color 0xFA8072. + + hedId + HED_0012985 + + + + + White-color + CSS color group. + + hedId + HED_0012986 + + + AliceBlue + CSS-color 0xF0F8FF. + + hedId + HED_0012987 + + + + AntiqueWhite + CSS-color 0xFAEBD7. + + hedId + HED_0012988 + + + + Azure + CSS-color 0xF0FFFF. + + hedId + HED_0012989 + + + + Beige + CSS-color 0xF5F5DC. + + hedId + HED_0012990 + + + + FloralWhite + CSS-color 0xFFFAF0. + + hedId + HED_0012991 + + + + GhostWhite + CSS-color 0xF8F8FF. + + hedId + HED_0012992 + + + + HoneyDew + CSS-color 0xF0FFF0. + + hedId + HED_0012993 + + + + Ivory + CSS-color 0xFFFFF0. + + hedId + HED_0012994 + + + + LavenderBlush + CSS-color 0xFFF0F5. + + hedId + HED_0012995 + + + + Linen + CSS-color 0xFAF0E6. + + hedId + HED_0012996 + + + + MintCream + CSS-color 0xF5FFFA. + + hedId + HED_0012997 + + + + MistyRose + CSS-color 0xFFE4E1. + + hedId + HED_0012998 + + + + OldLace + CSS-color 0xFDF5E6. + + hedId + HED_0012999 + + + + SeaShell + CSS-color 0xFFF5EE. + + hedId + HED_0013000 + + + + Snow + CSS-color 0xFFFAFA. + + hedId + HED_0013001 + + + + White + CSS-color 0xFFFFFF. + + hedId + HED_0013002 + + + + WhiteSmoke + CSS-color 0xF5F5F5. + + hedId + HED_0013003 + + + + + Yellow-color + CSS color group. + + hedId + HED_0013004 + + + DarkKhaki + CSS-color 0xBDB76B. + + hedId + HED_0013005 + + + + Gold + CSS-color 0xFFD700. + + hedId + HED_0013006 + + + + Khaki + CSS-color 0xF0E68C. + + hedId + HED_0013007 + + + + LemonChiffon + CSS-color 0xFFFACD. + + hedId + HED_0013008 + + + + LightGoldenRodYellow + CSS-color 0xFAFAD2. + + hedId + HED_0013009 + + + + LightYellow + CSS-color 0xFFFFE0. + + hedId + HED_0013010 + + + + Moccasin + CSS-color 0xFFE4B5. + + hedId + HED_0013011 + + + + PaleGoldenRod + CSS-color 0xEEE8AA. + + hedId + HED_0013012 + + + + PapayaWhip + CSS-color 0xFFEFD5. + + hedId + HED_0013013 + + + + PeachPuff + CSS-color 0xFFDAB9. + + hedId + HED_0013014 + + + + Yellow + CSS-color 0xFFFF00. + + hedId + HED_0013015 + + + + + + Color-shade + A slight degree of difference between colors, especially with regard to how light or dark it is or as distinguished from one nearly like it. + + hedId + HED_0013016 + + + Dark-shade + A color tone not reflecting much light. + + hedId + HED_0013017 + + + + Light-shade + A color tone reflecting more light. + + hedId + HED_0013018 + + + + + Grayscale + Using a color map composed of shades of gray, varying from black at the weakest intensity to white at the strongest. + + hedId + HED_0013019 + + + # + White intensity between 0 and 1. + + takesValue + + + valueClass + numericClass + + + hedId + HED_0013020 + + + + + HSV-color + A color representation that models how colors appear under light. + + hedId + HED_0013021 + + + HSV-value + An attribute of a visual sensation according to which an area appears to emit more or less light. + + hedId + HED_0013022 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0013023 + + + + + Hue + Attribute of a visual sensation according to which an area appears to be similar to one of the perceived colors. + + hedId + HED_0013024 + + + # + Angular value between 0 and 360. + + takesValue + + + valueClass + numericClass + + + hedId + HED_0013025 + + + + + Saturation + Colorfulness of a stimulus relative to its own brightness. + + hedId + HED_0013026 + + + # + B value of RGB between 0 and 1. + + takesValue + + + valueClass + numericClass + + + hedId + HED_0013027 + + + + + + RGB-color + A color from the RGB schema. + + hedId + HED_0013028 + + + RGB-blue + The blue component. + + hedId + HED_0013029 + + + # + B value of RGB between 0 and 1. + + takesValue + + + valueClass + numericClass + + + hedId + HED_0013030 + + + + + RGB-green + The green component. + + hedId + HED_0013031 + + + # + G value of RGB between 0 and 1. + + takesValue + + + valueClass + numericClass + + + hedId + HED_0013032 + + + + + RGB-red + The red component. + + hedId + HED_0013033 + + + # + R value of RGB between 0 and 1. + + takesValue + + + valueClass + numericClass + + + hedId + HED_0013034 + + + + + + + Luminance + A quality that exists by virtue of the luminous intensity per unit area projected in a given direction. + + hedId + HED_0013035 + + + + Luminance-contrast + The difference in luminance in specific portions of a scene or image. + + suggestedTag + Percentage + Ratio + + + hedId + HED_0013036 + + + # + A non-negative value, usually in the range 0 to 1 or alternative 0 to 100, if representing a percentage. + + takesValue + + + valueClass + numericClass + + + hedId + HED_0013037 + + + + + Opacity + A measure of impenetrability to light. + + hedId + HED_0013038 + + + + + + Sensory-presentation + The entity has a sensory manifestation. + + hedId + HED_0013039 + + + Auditory-presentation + The sense of hearing is used in the presentation to the user. + + hedId + HED_0013040 + + + Loudspeaker-separation + The distance between two loudspeakers. Grouped with the Distance tag. + + suggestedTag + Distance + + + hedId + HED_0013041 + + + + Monophonic + Relating to sound transmission, recording, or reproduction involving a single transmission path. + + hedId + HED_0013042 + + + + Silent + The absence of ambient audible sound or the state of having ceased to produce sounds. + + hedId + HED_0013043 + + + + Stereophonic + Relating to, or constituting sound reproduction involving the use of separated microphones and two transmission channels to achieve the sound separation of a live hearing. + + hedId + HED_0013044 + + + + + Gustatory-presentation + The sense of taste used in the presentation to the user. + + hedId + HED_0013045 + + + + Olfactory-presentation + The sense of smell used in the presentation to the user. + + hedId + HED_0013046 + + + + Somatic-presentation + The nervous system is used in the presentation to the user. + + hedId + HED_0013047 + + + + Tactile-presentation + The sense of touch used in the presentation to the user. + + hedId + HED_0013048 + + + + Vestibular-presentation + The sense balance used in the presentation to the user. + + hedId + HED_0013049 + + + + Visual-presentation + The sense of sight used in the presentation to the user. + + hedId + HED_0013050 + + + 2D-view + A view showing only two dimensions. + + hedId + HED_0013051 + + + + 3D-view + A view showing three dimensions. + + hedId + HED_0013052 + + + + Background-view + Parts of the view that are farthest from the viewer and usually the not part of the visual focus. + + hedId + HED_0013053 + + + + Bistable-view + Something having two stable visual forms that have two distinguishable stable forms as in optical illusions. + + hedId + HED_0013054 + + + + Foreground-view + Parts of the view that are closest to the viewer and usually the most important part of the visual focus. + + hedId + HED_0013055 + + + + Foveal-view + Visual presentation directly on the fovea. A view projected on the small depression in the retina containing only cones and where vision is most acute. + + hedId + HED_0013056 + + + + Map-view + A diagrammatic representation of an area of land or sea showing physical features, cities, roads. + + hedId + HED_0013057 + + + Aerial-view + Elevated view of an object from above, with a perspective as though the observer were a bird. + + hedId + HED_0013058 + + + + Satellite-view + A representation as captured by technology such as a satellite. + + hedId + HED_0013059 + + + + Street-view + A 360-degrees panoramic view from a position on the ground. + + hedId + HED_0013060 + + + + + Peripheral-view + Indirect vision as it occurs outside the point of fixation. + + hedId + HED_0013061 + + + + + + + Task-property + Something that pertains to a task. + + extensionAllowed + + + hedId + HED_0013062 + + + Task-action-type + How an agent action should be interpreted in terms of the task specification. + + hedId + HED_0013063 + + + Appropriate-action + An action suitable or proper in the circumstances. + + relatedTag + Inappropriate-action + + + hedId + HED_0013064 + + + + Correct-action + An action that was a correct response in the context of the task. + + relatedTag + Incorrect-action + Indeterminate-action + + + hedId + HED_0013065 + + + + Correction + An action offering an improvement to replace a mistake or error. + + hedId + HED_0013066 + + + + Done-indication + An action that indicates that the participant has completed this step in the task. + + relatedTag + Ready-indication + + + hedId + HED_0013067 + + + + Imagined-action + Form a mental image or concept of something. This is used to identity something that only happened in the imagination of the participant as in imagined movements in motor imagery paradigms. + + hedId + HED_0013068 + + + + Inappropriate-action + An action not in keeping with what is correct or proper for the task. + + relatedTag + Appropriate-action + + + hedId + HED_0013069 + + + + Incorrect-action + An action considered wrong or incorrect in the context of the task. + + relatedTag + Correct-action + Indeterminate-action + + + hedId + HED_0013070 + + + + Indeterminate-action + An action that cannot be distinguished between two or more possibilities in the current context. This tag might be applied when an outside evaluator or a classification algorithm cannot determine a definitive result. + + relatedTag + Correct-action + Incorrect-action + Miss + Near-miss + + + hedId + HED_0013071 + + + + Miss + An action considered to be a failure in the context of the task. For example, if the agent is supposed to try to hit a target and misses. + + relatedTag + Near-miss + + + hedId + HED_0013072 + + + + Near-miss + An action barely satisfied the requirements of the task. In a driving experiment for example this could pertain to a narrowly avoided collision or other accident. + + relatedTag + Miss + + + hedId + HED_0013073 + + + + Omitted-action + An expected response was skipped. + + hedId + HED_0013074 + + + + Ready-indication + An action that indicates that the participant is ready to perform the next step in the task. + + relatedTag + Done-indication + + + hedId + HED_0013075 + + + + + Task-attentional-demand + Strategy for allocating attention toward goal-relevant information. + + hedId + HED_0013076 + + + Bottom-up-attention + Attentional guidance purely by externally driven factors to stimuli that are salient because of their inherent properties relative to the background. Sometimes this is referred to as stimulus driven. + + relatedTag + Top-down-attention + + + hedId + HED_0013077 + + + + Covert-attention + Paying attention without moving the eyes. + + relatedTag + Overt-attention + + + hedId + HED_0013078 + + + + Divided-attention + Integrating parallel multiple stimuli. Behavior involving responding simultaneously to multiple tasks or multiple task demands. + + relatedTag + Focused-attention + + + hedId + HED_0013079 + + + + Focused-attention + Responding discretely to specific visual, auditory, or tactile stimuli. + + relatedTag + Divided-attention + + + hedId + HED_0013080 + + + + Orienting-attention + Directing attention to a target stimulus. + + hedId + HED_0013081 + + + + Overt-attention + Selectively processing one location over others by moving the eyes to point at that location. + + relatedTag + Covert-attention + + + hedId + HED_0013082 + + + + Selective-attention + Maintaining a behavioral or cognitive set in the face of distracting or competing stimuli. Ability to pay attention to a limited array of all available sensory information. + + hedId + HED_0013083 + + + + Sustained-attention + Maintaining a consistent behavioral response during continuous and repetitive activity. + + hedId + HED_0013084 + + + + Switched-attention + Having to switch attention between two or more modalities of presentation. + + hedId + HED_0013085 + + + + Top-down-attention + Voluntary allocation of attention to certain features. Sometimes this is referred to goal-oriented attention. + + relatedTag + Bottom-up-attention + + + hedId + HED_0013086 + + + + + Task-effect-evidence + The evidence supporting the conclusion that the event had the specified effect. + + hedId + HED_0013087 + + + Behavioral-evidence + An indication or conclusion based on the behavior of an agent. + + hedId + HED_0013088 + + + + Computational-evidence + A type of evidence in which data are produced, and/or generated, and/or analyzed on a computer. + + hedId + HED_0013089 + + + + External-evidence + A phenomenon that follows and is caused by some previous phenomenon. + + hedId + HED_0013090 + + + + Intended-effect + A phenomenon that is intended to follow and be caused by some previous phenomenon. + + hedId + HED_0013091 + + + + + Task-event-role + The purpose of an event with respect to the task. + + hedId + HED_0013092 + + + Experimental-stimulus + Part of something designed to elicit a response in the experiment. + + hedId + HED_0013093 + + + + Incidental + A sensory or other type of event that is unrelated to the task or experiment. + + hedId + HED_0013094 + + + + Instructional + Usually associated with a sensory event intended to give instructions to the participant about the task or behavior. + + hedId + HED_0013095 + + + + Mishap + Unplanned disruption such as an equipment or experiment control abnormality or experimenter error. + + hedId + HED_0013096 + + + + Participant-response + Something related to a participant actions in performing the task. + + hedId + HED_0013097 + + + + Task-activity + Something that is part of the overall task or is necessary to the overall experiment but is not directly part of a stimulus-response cycle. Examples would be taking a survey or provided providing a silva sample. + + hedId + HED_0013098 + + + + Warning + Something that should warn the participant that the parameters of the task have been or are about to be exceeded such as a warning message about getting too close to the shoulder of the road in a driving task. + + hedId + HED_0013099 + + + + + Task-relationship + Specifying organizational importance of sub-tasks. + + hedId + HED_0013100 + + + Background-subtask + A part of the task which should be performed in the background as for example inhibiting blinks due to instruction while performing the primary task. + + hedId + HED_0013101 + + + + Primary-subtask + A part of the task which should be the primary focus of the participant. + + hedId + HED_0013102 + + + + + Task-stimulus-role + The role the stimulus plays in the task. + + hedId + HED_0013103 + + + Cue + A signal for an action, a pattern of stimuli indicating a particular response. + + hedId + HED_0013104 + + + + Distractor + A person or thing that distracts or a plausible but incorrect option in a multiple-choice question. In psychological studies this is sometimes referred to as a foil. + + hedId + HED_0013105 + + + + Expected + Considered likely, probable or anticipated. Something of low information value as in frequent non-targets in an RSVP paradigm. + + relatedTag + Unexpected + + + suggestedTag + Target + + + hedId + HED_0013106 + + + + Extraneous + Irrelevant or unrelated to the subject being dealt with. + + hedId + HED_0013107 + + + + Feedback + An evaluative response to an inquiry, process, event, or activity. + + hedId + HED_0013108 + + + + Go-signal + An indicator to proceed with a planned action. + + relatedTag + Stop-signal + + + hedId + HED_0013109 + + + + Meaningful + Conveying significant or relevant information. + + hedId + HED_0013110 + + + + Newly-learned + Representing recently acquired information or understanding. + + hedId + HED_0013111 + + + + Non-informative + Something that is not useful in forming an opinion or judging an outcome. + + hedId + HED_0013112 + + + + Non-target + Something other than that done or looked for. Also tag Expected if the Non-target is frequent. + + relatedTag + Target + + + hedId + HED_0013113 + + + + Not-meaningful + Not having a serious, important, or useful quality or purpose. + + hedId + HED_0013114 + + + + Novel + Having no previous example or precedent or parallel. + + hedId + HED_0013115 + + + + Oddball + Something unusual, or infrequent. + + relatedTag + Unexpected + + + suggestedTag + Target + + + hedId + HED_0013116 + + + + Penalty + A disadvantage, loss, or hardship due to some action. + + hedId + HED_0013117 + + + + Planned + Something that was decided on or arranged in advance. + + relatedTag + Unplanned + + + hedId + HED_0013118 + + + + Priming + An implicit memory effect in which exposure to a stimulus influences response to a later stimulus. + + hedId + HED_0013119 + + + + Query + A sentence of inquiry that asks for a reply. + + hedId + HED_0013120 + + + + Reward + A positive reinforcement for a desired action, behavior or response. + + hedId + HED_0013121 + + + + Stop-signal + An indicator that the agent should stop the current activity. + + relatedTag + Go-signal + + + hedId + HED_0013122 + + + + Target + Something fixed as a goal, destination, or point of examination. + + hedId + HED_0013123 + + + + Threat + An indicator that signifies hostility and predicts an increased probability of attack. + + hedId + HED_0013124 + + + + Timed + Something planned or scheduled to be done at a particular time or lasting for a specified amount of time. + + hedId + HED_0013125 + + + + Unexpected + Something that is not anticipated. + + relatedTag + Expected + + + hedId + HED_0013126 + + + + Unplanned + Something that has not been planned as part of the task. + + relatedTag + Planned + + + hedId + HED_0013127 + + + + + + + Relation + Concerns the way in which two or more people or things are connected. + + extensionAllowed + + + hedId + HED_0013128 + + + Comparative-relation + Something considered in comparison to something else. The first entity is the focus. + + hedId + HED_0013129 + + + Approximately-equal-to + (A, (Approximately-equal-to, B)) indicates that A and B have almost the same value. Here A and B could refer to sizes, orders, positions or other quantities. + + hedId + HED_0013130 + + + + Equal-to + (A, (Equal-to, B)) indicates that the size or order of A is the same as that of B. + + hedId + HED_0013131 + + + + Greater-than + (A, (Greater-than, B)) indicates that the relative size or order of A is bigger than that of B. + + hedId + HED_0013132 + + + + Greater-than-or-equal-to + (A, (Greater-than-or-equal-to, B)) indicates that the relative size or order of A is bigger than or the same as that of B. + + hedId + HED_0013133 + + + + Less-than + (A, (Less-than, B)) indicates that A is smaller than B. Here A and B could refer to sizes, orders, positions or other quantities. + + hedId + HED_0013134 + + + + Less-than-or-equal-to + (A, (Less-than-or-equal-to, B)) indicates that the relative size or order of A is smaller than or equal to B. + + hedId + HED_0013135 + + + + Not-equal-to + (A, (Not-equal-to, B)) indicates that the size or order of A is not the same as that of B. + + hedId + HED_0013136 + + + + + Connective-relation + Indicates two entities are related in some way. The first entity is the focus. + + hedId + HED_0013137 + + + Belongs-to + (A, (Belongs-to, B)) indicates that A is a member of B. + + hedId + HED_0013138 + + + + Connected-to + (A, (Connected-to, B)) indicates that A is related to B in some respect, usually through a direct link. + + hedId + HED_0013139 + + + + Contained-in + (A, (Contained-in, B)) indicates that A is completely inside of B. + + hedId + HED_0013140 + + + + Described-by + (A, (Described-by, B)) indicates that B provides information about A. + + hedId + HED_0013141 + + + + From-to + (A, (From-to, B)) indicates a directional relation from A to B. A is considered the source. + + hedId + HED_0013142 + + + + Group-of + (A, (Group-of, B)) indicates A is a group of items of type B. + + hedId + HED_0013143 + + + + Implied-by + (A, (Implied-by, B)) indicates B is suggested by A. + + hedId + HED_0013144 + + + + Includes + (A, (Includes, B)) indicates that A has B as a member or part. + + hedId + HED_0013145 + + + + Interacts-with + (A, (Interacts-with, B)) indicates A and B interact, possibly reciprocally. + + hedId + HED_0013146 + + + + Member-of + (A, (Member-of, B)) indicates A is a member of group B. + + hedId + HED_0013147 + + + + Part-of + (A, (Part-of, B)) indicates A is a part of the whole B. + + hedId + HED_0013148 + + + + Performed-by + (A, (Performed-by, B)) indicates that the action or procedure A was carried out by agent B. + + hedId + HED_0013149 + + + + Performed-using + (A, (Performed-using, B)) indicates that the action or procedure A was accomplished using B. + + hedId + HED_0013150 + + + + Related-to + (A, (Related-to, B)) indicates A has some relationship to B. + + hedId + HED_0013151 + + + + Unrelated-to + (A, (Unrelated-to, B)) indicates that A is not related to B.For example, A is not related to Task. + + hedId + HED_0013152 + + + + + Directional-relation + A relationship indicating direction of change of one entity relative to another. The first entity is the focus. + + hedId + HED_0013153 + + + Away-from + (A, (Away-from, B)) indicates that A is going or has moved away from B. The meaning depends on A and B. + + hedId + HED_0013154 + + + + Towards + (A, (Towards, B)) indicates that A is going to or has moved to B. The meaning depends on A and B. + + hedId + HED_0013155 + + + + + Logical-relation + Indicating a logical relationship between entities. The first entity is usually the focus. + + hedId + HED_0013156 + + + And + (A, (And, B)) means A and B are both in effect. + + hedId + HED_0013157 + + + + Or + (A, (Or, B)) means at least one of A and B are in effect. + + hedId + HED_0013158 + + + + + Spatial-relation + Indicating a relationship about position between entities. + + hedId + HED_0013159 + + + Above + (A, (Above, B)) means A is in a place or position that is higher than B. + + hedId + HED_0013160 + + + + Across-from + (A, (Across-from, B)) means A is on the opposite side of something from B. + + hedId + HED_0013161 + + + + Adjacent-to + (A, (Adjacent-to, B)) indicates that A is next to B in time or space. + + hedId + HED_0013162 + + + + Ahead-of + (A, (Ahead-of, B)) indicates that A is further forward in time or space in B. + + hedId + HED_0013163 + + + + Around + (A, (Around, B)) means A is in or near the present place or situation of B. + + hedId + HED_0013164 + + + + Behind + (A, (Behind, B)) means A is at or to the far side of B, typically so as to be hidden by it. + + hedId + HED_0013165 + + + + Below + (A, (Below, B)) means A is in a place or position that is lower than the position of B. + + hedId + HED_0013166 + + + + Between + (A, (Between, (B, C))) means A is in the space or interval separating B and C. + + hedId + HED_0013167 + + + + Bilateral-to + (A, (Bilateral, B)) means A is on both sides of B or affects both sides of B. + + hedId + HED_0013168 + + + + Bottom-edge-of + (A, (Bottom-edge-of, B)) means A is on the bottom most part or or near the boundary of B. + + relatedTag + Left-edge-of + Right-edge-of + Top-edge-of + + + hedId + HED_0013169 + + + + Boundary-of + (A, (Boundary-of, B)) means A is on or part of the edge or boundary of B. + + hedId + HED_0013170 + + + + Center-of + (A, (Center-of, B)) means A is at a point or or in an area that is approximately central within B. + + hedId + HED_0013171 + + + + Close-to + (A, (Close-to, B)) means A is at a small distance from or is located near in space to B. + + hedId + HED_0013172 + + + + Far-from + (A, (Far-from, B)) means A is at a large distance from or is not located near in space to B. + + hedId + HED_0013173 + + + + In-front-of + (A, (In-front-of, B)) means A is in a position just ahead or at the front part of B, potentially partially blocking B from view. + + hedId + HED_0013174 + + + + Left-edge-of + (A, (Left-edge-of, B)) means A is located on the left side of B on or near the boundary of B. + + relatedTag + Bottom-edge-of + Right-edge-of + Top-edge-of + + + hedId + HED_0013175 + + + + Left-side-of + (A, (Left-side-of, B)) means A is located on the left side of B usually as part of B. + + relatedTag + Right-side-of + + + hedId + HED_0013176 + + + + Lower-center-of + (A, (Lower-center-of, B)) means A is situated on the lower center part of B (due south). This relation is often used to specify qualitative information about screen position. + + relatedTag + Center-of + Lower-left-of + Lower-right-of + Upper-center-of + Upper-right-of + + + hedId + HED_0013177 + + + + Lower-left-of + (A, (Lower-left-of, B)) means A is situated on the lower left part of B. This relation is often used to specify qualitative information about screen position. + + relatedTag + Center-of + Lower-center-of + Lower-right-of + Upper-center-of + Upper-left-of + Upper-right-of + + + hedId + HED_0013178 + + + + Lower-right-of + (A, (Lower-right-of, B)) means A is situated on the lower right part of B. This relation is often used to specify qualitative information about screen position. + + relatedTag + Center-of + Lower-center-of + Lower-left-of + Upper-left-of + Upper-center-of + Upper-left-of + Lower-right-of + + + hedId + HED_0013179 + + + + Outside-of + (A, (Outside-of, B)) means A is located in the space around but not including B. + + hedId + HED_0013180 + + + + Over + (A, (Over, B)) means A above is above B so as to cover or protect or A extends over the a general area as from a from a vantage point. + + hedId + HED_0013181 + + + + Right-edge-of + (A, (Right-edge-of, B)) means A is located on the right side of B on or near the boundary of B. + + relatedTag + Bottom-edge-of + Left-edge-of + Top-edge-of + + + hedId + HED_0013182 + + + + Right-side-of + (A, (Right-side-of, B)) means A is located on the right side of B usually as part of B. + + relatedTag + Left-side-of + + + hedId + HED_0013183 + + + + To-left-of + (A, (To-left-of, B)) means A is located on or directed toward the side to the west of B when B is facing north. This term is used when A is not part of B. + + hedId + HED_0013184 + + + + To-right-of + (A, (To-right-of, B)) means A is located on or directed toward the side to the east of B when B is facing north. This term is used when A is not part of B. + + hedId + HED_0013185 + + + + Top-edge-of + (A, (Top-edge-of, B)) means A is on the uppermost part or or near the boundary of B. + + relatedTag + Left-edge-of + Right-edge-of + Bottom-edge-of + + + hedId + HED_0013186 + + + + Top-of + (A, (Top-of, B)) means A is on the uppermost part, side, or surface of B. + + hedId + HED_0013187 + + + + Underneath + (A, (Underneath, B)) means A is situated directly below and may be concealed by B. + + hedId + HED_0013188 + + + + Upper-center-of + (A, (Upper-center-of, B)) means A is situated on the upper center part of B (due north). This relation is often used to specify qualitative information about screen position. + + relatedTag + Center-of + Lower-center-of + Lower-left-of + Lower-right-of + Upper-center-of + Upper-right-of + + + hedId + HED_0013189 + + + + Upper-left-of + (A, (Upper-left-of, B)) means A is situated on the upper left part of B. This relation is often used to specify qualitative information about screen position. + + relatedTag + Center-of + Lower-center-of + Lower-left-of + Lower-right-of + Upper-center-of + Upper-right-of + + + hedId + HED_0013190 + + + + Upper-right-of + (A, (Upper-right-of, B)) means A is situated on the upper right part of B. This relation is often used to specify qualitative information about screen position. + + relatedTag + Center-of + Lower-center-of + Lower-left-of + Upper-left-of + Upper-center-of + Lower-right-of + + + hedId + HED_0013191 + + + + Within + (A, (Within, B)) means A is on the inside of or contained in B. + + hedId + HED_0013192 + + + + + Temporal-relation + A relationship that includes a temporal or time-based component. + + hedId + HED_0013193 + + + After + (A, (After, B)) means A happens at a time subsequent to a reference time related to B. + + hedId + HED_0013194 + + + + Asynchronous-with + (A, (Asynchronous-with, B)) means A happens at times not occurring at the same time or having the same period or phase as B. + + hedId + HED_0013195 + + + + Before + (A, (Before, B)) means A happens at a time earlier in time or order than B. + + hedId + HED_0013196 + + + + During + (A, (During, B)) means A happens at some point in a given period of time in which B is ongoing. + + hedId + HED_0013197 + + + + Synchronous-with + (A, (Synchronous-with, B)) means A happens at occurs at the same time or rate as B. + + hedId + HED_0013198 + + + + Waiting-for + (A, (Waiting-for, B)) means A pauses for something to happen in B. + + hedId + HED_0013199 + + + + + + + + accelerationUnits + + defaultUnits + m-per-s^2 + + + hedId + HED_0011500 + + + m-per-s^2 + + SIUnit + + + unitSymbol + + + conversionFactor + 1.0 + + + allowedCharacter + caret + + + hedId + HED_0011600 + + + + + angleUnits + + defaultUnits + radian + + + hedId + HED_0011501 + + + radian + + SIUnit + + + conversionFactor + 1.0 + + + hedId + HED_0011601 + + + + rad + + SIUnit + + + unitSymbol + + + conversionFactor + 1.0 + + + hedId + HED_0011602 + + + + degree + + conversionFactor + 0.0174533 + + + hedId + HED_0011603 + + + + + areaUnits + + defaultUnits + m^2 + + + hedId + HED_0011502 + + + m^2 + + SIUnit + + + unitSymbol + + + conversionFactor + 1.0 + + + allowedCharacter + caret + + + hedId + HED_0011604 + + + + + currencyUnits + Units indicating the worth of something. + + defaultUnits + $ + + + hedId + HED_0011503 + + + dollar + + conversionFactor + 1.0 + + + hedId + HED_0011605 + + + + $ + + unitPrefix + + + unitSymbol + + + conversionFactor + 1.0 + + + allowedCharacter + dollar + + + hedId + HED_0011606 + + + + euro + The official currency of a large subset of member countries of the European Union. + + hedId + HED_0011607 + + + + point + An arbitrary unit of value, usually an integer indicating reward or penalty. + + hedId + HED_0011608 + + + + + electricPotentialUnits + + defaultUnits + uV + + + hedId + HED_0011504 + + + V + + SIUnit + + + unitSymbol + + + conversionFactor + 0.000001 + + + hedId + HED_0011609 + + + + uV + Added as a direct unit because it is the default unit. + + conversionFactor + 1.0 + + + hedId + HED_0011644 + + + + volt + + SIUnit + + + conversionFactor + 0.000001 + + + hedId + HED_0011610 + + + + + frequencyUnits + + defaultUnits + Hz + + + hedId + HED_0011505 + + + hertz + + SIUnit + + + conversionFactor + 1.0 + + + hedId + HED_0011611 + + + + Hz + + SIUnit + + + unitSymbol + + + conversionFactor + 1.0 + + + hedId + HED_0011612 + + + + + intensityUnits + + defaultUnits + dB + + + hedId + HED_0011506 + + + dB + Intensity expressed as ratio to a threshold. May be used for sound intensity. + + unitSymbol + + + conversionFactor + 1.0 + + + hedId + HED_0011613 + + + + candela + Units used to express light intensity. + + SIUnit + + + hedId + HED_0011614 + + + + cd + Units used to express light intensity. + + SIUnit + + + unitSymbol + + + hedId + HED_0011615 + + + + + jerkUnits + + defaultUnits + m-per-s^3 + + + hedId + HED_0011507 + + + m-per-s^3 + + unitSymbol + + + conversionFactor + 1.0 + + + allowedCharacter + caret + + + hedId + HED_0011616 + + + + + magneticFieldUnits + + defaultUnits + T + + + hedId + HED_0011508 + + + tesla + + SIUnit + + + conversionFactor + 10e-15 + + + hedId + HED_0011617 + + + + T + + SIUnit + + + unitSymbol + + + conversionFactor + 10e-15 + + + hedId + HED_0011618 + + + + + memorySizeUnits + + defaultUnits + B + + + hedId + HED_0011509 + + + byte + + SIUnit + + + conversionFactor + 1.0 + + + hedId + HED_0011619 + + + + B + + SIUnit + + + unitSymbol + + + conversionFactor + 1.0 + + + hedId + HED_0011620 + + + + + physicalLengthUnits + + defaultUnits + m + + + hedId + HED_0011510 + + + foot + + conversionFactor + 0.3048 + + + hedId + HED_0011621 + + + + inch + + conversionFactor + 0.0254 + + + hedId + HED_0011622 + + + + meter + + SIUnit + + + conversionFactor + 1.0 + + + hedId + HED_0011623 + + + + metre + + SIUnit + + + conversionFactor + 1.0 + + + hedId + HED_0011624 + + + + m + + SIUnit + + + unitSymbol + + + conversionFactor + 1.0 + + + hedId + HED_0011625 + + + + mile + + conversionFactor + 1609.34 + + + hedId + HED_0011626 + + + + + speedUnits + + defaultUnits + m-per-s + + + hedId + HED_0011511 + + + m-per-s + + SIUnit + + + unitSymbol + + + conversionFactor + 1.0 + + + hedId + HED_0011627 + + + + mph + + unitSymbol + + + conversionFactor + 0.44704 + + + hedId + HED_0011628 + + + + kph + + unitSymbol + + + conversionFactor + 0.277778 + + + hedId + HED_0011629 + + + + + temperatureUnits + + defaultUnits + degree-Celsius + + + hedId + HED_0011512 + + + degree-Celsius + + SIUnit + + + conversionFactor + 1.0 + + + hedId + HED_0011630 + + + + degree Celsius + Units are not allowed to have spaces. Use degree-Celsius or oC instead. + + deprecatedFrom + 8.2.0 + + + SIUnit + + + conversionFactor + 1.0 + + + hedId + HED_0011631 + + + + oC + + SIUnit + + + unitSymbol + + + conversionFactor + 1.0 + + + hedId + HED_0011632 + + + + + timeUnits + + defaultUnits + s + + + hedId + HED_0011513 + + + second + + SIUnit + + + conversionFactor + 1.0 + + + hedId + HED_0011633 + + + + s + + SIUnit + + + unitSymbol + + + conversionFactor + 1.0 + + + hedId + HED_0011634 + + + + day + + conversionFactor + 86400 + + + hedId + HED_0011635 + + + + month + + hedId + HED_0011645 + + + + minute + + conversionFactor + 60 + + + hedId + HED_0011636 + + + + hour + Should be in 24-hour format. + + conversionFactor + 3600 + + + hedId + HED_0011637 + + + + year + Years do not have a constant conversion factor to seconds. + + hedId + HED_0011638 + + + + + volumeUnits + + defaultUnits + m^3 + + + hedId + HED_0011514 + + + m^3 + + SIUnit + + + unitSymbol + + + conversionFactor + 1.0 + + + allowedCharacter + caret + + + hedId + HED_0011639 + + + + + weightUnits + + defaultUnits + g + + + hedId + HED_0011515 + + + g + + SIUnit + + + unitSymbol + + + conversionFactor + 1.0 + + + hedId + HED_0011640 + + + + gram + + SIUnit + + + conversionFactor + 1.0 + + + hedId + HED_0011641 + + + + pound + + conversionFactor + 453.592 + + + hedId + HED_0011642 + + + + lb + + conversionFactor + 453.592 + + + hedId + HED_0011643 + + + + + + + deca + SI unit multiple representing 10e1. + + SIUnitModifier + + + conversionFactor + 10.0 + + + hedId + HED_0011400 + + + + da + SI unit multiple representing 10e1. + + SIUnitSymbolModifier + + + conversionFactor + 10.0 + + + hedId + HED_0011401 + + + + hecto + SI unit multiple representing 10e2. + + SIUnitModifier + + + conversionFactor + 100.0 + + + hedId + HED_0011402 + + + + h + SI unit multiple representing 10e2. + + SIUnitSymbolModifier + + + conversionFactor + 100.0 + + + hedId + HED_0011403 + + + + kilo + SI unit multiple representing 10e3. + + SIUnitModifier + + + conversionFactor + 1000.0 + + + hedId + HED_0011404 + + + + k + SI unit multiple representing 10e3. + + SIUnitSymbolModifier + + + conversionFactor + 1000.0 + + + hedId + HED_0011405 + + + + mega + SI unit multiple representing 10e6. + + SIUnitModifier + + + conversionFactor + 10e6 + + + hedId + HED_0011406 + + + + M + SI unit multiple representing 10e6. + + SIUnitSymbolModifier + + + conversionFactor + 10e6 + + + hedId + HED_0011407 + + + + giga + SI unit multiple representing 10e9. + + SIUnitModifier + + + conversionFactor + 10e9 + + + hedId + HED_0011408 + + + + G + SI unit multiple representing 10e9. + + SIUnitSymbolModifier + + + conversionFactor + 10e9 + + + hedId + HED_0011409 + + + + tera + SI unit multiple representing 10e12. + + SIUnitModifier + + + conversionFactor + 10e12 + + + hedId + HED_0011410 + + + + T + SI unit multiple representing 10e12. + + SIUnitSymbolModifier + + + conversionFactor + 10e12 + + + hedId + HED_0011411 + + + + peta + SI unit multiple representing 10e15. + + SIUnitModifier + + + conversionFactor + 10e15 + + + hedId + HED_0011412 + + + + P + SI unit multiple representing 10e15. + + SIUnitSymbolModifier + + + conversionFactor + 10e15 + + + hedId + HED_0011413 + + + + exa + SI unit multiple representing 10e18. + + SIUnitModifier + + + conversionFactor + 10e18 + + + hedId + HED_0011414 + + + + E + SI unit multiple representing 10e18. + + SIUnitSymbolModifier + + + conversionFactor + 10e18 + + + hedId + HED_0011415 + + + + zetta + SI unit multiple representing 10e21. + + SIUnitModifier + + + conversionFactor + 10e21 + + + hedId + HED_0011416 + + + + Z + SI unit multiple representing 10e21. + + SIUnitSymbolModifier + + + conversionFactor + 10e21 + + + hedId + HED_0011417 + + + + yotta + SI unit multiple representing 10e24. + + SIUnitModifier + + + conversionFactor + 10e24 + + + hedId + HED_0011418 + + + + Y + SI unit multiple representing 10e24. + + SIUnitSymbolModifier + + + conversionFactor + 10e24 + + + hedId + HED_0011419 + + + + deci + SI unit submultiple representing 10e-1. + + SIUnitModifier + + + conversionFactor + 0.1 + + + hedId + HED_0011420 + + + + d + SI unit submultiple representing 10e-1. + + SIUnitSymbolModifier + + + conversionFactor + 0.1 + + + hedId + HED_0011421 + + + + centi + SI unit submultiple representing 10e-2. + + SIUnitModifier + + + conversionFactor + 0.01 + + + hedId + HED_0011422 + + + + c + SI unit submultiple representing 10e-2. + + SIUnitSymbolModifier + + + conversionFactor + 0.01 + + + hedId + HED_0011423 + + + + milli + SI unit submultiple representing 10e-3. + + SIUnitModifier + + + conversionFactor + 0.001 + + + hedId + HED_0011424 + + + + m + SI unit submultiple representing 10e-3. + + SIUnitSymbolModifier + + + conversionFactor + 0.001 + + + hedId + HED_0011425 + + + + micro + SI unit submultiple representing 10e-6. + + SIUnitModifier + + + conversionFactor + 10e-6 + + + hedId + HED_0011426 + + + + u + SI unit submultiple representing 10e-6. + + SIUnitSymbolModifier + + + conversionFactor + 10e-6 + + + hedId + HED_0011427 + + + + nano + SI unit submultiple representing 10e-9. + + SIUnitModifier + + + conversionFactor + 10e-9 + + + hedId + HED_0011428 + + + + n + SI unit submultiple representing 10e-9. + + SIUnitSymbolModifier + + + conversionFactor + 10e-9 + + + hedId + HED_0011429 + + + + pico + SI unit submultiple representing 10e-12. + + SIUnitModifier + + + conversionFactor + 10e-12 + + + hedId + HED_0011430 + + + + p + SI unit submultiple representing 10e-12. + + SIUnitSymbolModifier + + + conversionFactor + 10e-12 + + + hedId + HED_0011431 + + + + femto + SI unit submultiple representing 10e-15. + + SIUnitModifier + + + conversionFactor + 10e-15 + + + hedId + HED_0011432 + + + + f + SI unit submultiple representing 10e-15. + + SIUnitSymbolModifier + + + conversionFactor + 10e-15 + + + hedId + HED_0011433 + + + + atto + SI unit submultiple representing 10e-18. + + SIUnitModifier + + + conversionFactor + 10e-18 + + + hedId + HED_0011434 + + + + a + SI unit submultiple representing 10e-18. + + SIUnitSymbolModifier + + + conversionFactor + 10e-18 + + + hedId + HED_0011435 + + + + zepto + SI unit submultiple representing 10e-21. + + SIUnitModifier + + + conversionFactor + 10e-21 + + + hedId + HED_0011436 + + + + z + SI unit submultiple representing 10e-21. + + SIUnitSymbolModifier + + + conversionFactor + 10e-21 + + + hedId + HED_0011437 + + + + yocto + SI unit submultiple representing 10e-24. + + SIUnitModifier + + + conversionFactor + 10e-24 + + + hedId + HED_0011438 + + + + y + SI unit submultiple representing 10e-24. + + SIUnitSymbolModifier + + + conversionFactor + 10e-24 + + + hedId + HED_0011439 + + + + + + dateTimeClass + Date-times should conform to ISO8601 date-time format YYYY-MM-DDThh:mm:ss.000000Z (year, month, day, hour (24h), minute, second, optional fractional seconds, and optional UTC time indicator. Any variation on the full form is allowed. + + allowedCharacter + digits + T + hyphen + colon + + + hedId + HED_0011301 + + + + nameClass + Value class designating values that have the characteristics of node names. The allowed characters are alphanumeric, hyphen, and underscore. + + allowedCharacter + letters + digits + underscore + hyphen + + + hedId + HED_0011302 + + + + numericClass + Value must be a valid numerical value. + + allowedCharacter + digits + E + e + plus + hyphen + period + + + hedId + HED_0011303 + + + + posixPath + Posix path specification. + + allowedCharacter + digits + letters + slash + colon + + + hedId + HED_0011304 + + + + textClass + Values that have the characteristics of text such as in descriptions. The text characters include printable characters (32 <= ASCII< 127) excluding comma, square bracket and curly braces as well as non ASCII (ASCII codes > 127). + + allowedCharacter + text + + + hedId + HED_0011305 + + + + + + hedId + The unique identifier of this element in the HED namespace. + + elementDomain + + + stringRange + + + hedId + HED_0010500 + + + annotationProperty + + + + requireChild + This tag must have a descendent. + + tagDomain + + + boolRange + + + hedId + HED_0010501 + + + annotationProperty + + + + rooted + This top-level library schema node should have a parent which is the indicated node in the partnered standard schema. + + tagDomain + + + tagRange + + + hedId + HED_0010502 + + + annotationProperty + + + + takesValue + This tag is a hashtag placeholder that is expected to be replaced with a user-defined value. + + tagDomain + + + boolRange + + + hedId + HED_0010503 + + + annotationProperty + + + + defaultUnits + The default units to use if the placeholder has a unit class but the substituted value has no units. + + unitClassDomain + + + unitRange + + + hedId + HED_0010104 + + + + isPartOf + This tag is part of the indicated tag -- as in the nose is part of the face. + + tagDomain + + + tagRange + + + hedId + HED_0010109 + + + + relatedTag + A HED tag that is closely related to this tag. This attribute is used by tagging tools. + + tagDomain + + + tagRange + + + hedId + HED_0010105 + + + + suggestedTag + A tag that is often associated with this tag. This attribute is used by tagging tools to provide tagging suggestions. + + tagDomain + + + tagRange + + + hedId + HED_0010106 + + + + unitClass + The unit class that the value of a placeholder node can belong to. + + tagDomain + + + unitClassRange + + + hedId + HED_0010107 + + + + valueClass + Type of value taken on by the value of a placeholder node. + + tagDomain + + + valueClassRange + + + hedId + HED_0010108 + + + + allowedCharacter + A special character that is allowed in expressing the value of a placeholder of a specified value class. Allowed characters may be listed individual, named individually, or named as a group as specified in Section 2.2 Character sets and restrictions of the HED specification. + + unitDomain + + + unitModifierDomain + + + valueClassDomain + + + stringRange + + + hedId + HED_0010304 + + + + conversionFactor + The factor to multiply these units or unit modifiers by to convert to default units. + + unitDomain + + + unitModifierDomain + + + numericRange + + + hedId + HED_0010305 + + + + deprecatedFrom + The latest schema version in which the element was not deprecated. + + elementDomain + + + stringRange + + + hedId + HED_0010306 + + + + extensionAllowed + Users can add unlimited levels of child nodes under this tag. This tag is propagated to child nodes except for hashtag placeholders. + + tagDomain + + + boolRange + + + hedId + HED_0010307 + + + + inLibrary + The named library schema that this schema element is from. This attribute is added by tools when a library schema is merged into its partnered standard schema. + + elementDomain + + + stringRange + + + hedId + HED_0010309 + + + + reserved + This tag has special meaning and requires special handling by tools. + + tagDomain + + + boolRange + + + hedId + HED_0010310 + + + + SIUnit + This unit element is an SI unit and can be modified by multiple and sub-multiple names. Note that some units such as byte are designated as SI units although they are not part of the standard. + + unitDomain + + + boolRange + + + hedId + HED_0010311 + + + + SIUnitModifier + This SI unit modifier represents a multiple or sub-multiple of a base unit rather than a unit symbol. + + unitModifierDomain + + + boolRange + + + hedId + HED_0010312 + + + + SIUnitSymbolModifier + This SI unit modifier represents a multiple or sub-multiple of a unit symbol rather than a base symbol. + + unitModifierDomain + + + boolRange + + + hedId + HED_0010313 + + + + tagGroup + This tag can only appear inside a tag group. + + tagDomain + + + boolRange + + + hedId + HED_0010314 + + + + topLevelTagGroup + This tag (or its descendants) can only appear in a top-level tag group. There are additional tag-specific restrictions on what other tags can appear in the group with this tag. + + tagDomain + + + boolRange + + + hedId + HED_0010315 + + + + unique + Only one of this tag or its descendants can be used in the event-level HED string. + + tagDomain + + + boolRange + + + hedId + HED_0010316 + + + + unitPrefix + This unit is a prefix unit (e.g., dollar sign in the currency units). + + unitDomain + + + boolRange + + + hedId + HED_0010317 + + + + unitSymbol + This tag is an abbreviation or symbol representing a type of unit. Unit symbols represent both the singular and the plural and thus cannot be pluralized. + + unitDomain + + + boolRange + + + hedId + HED_0010318 + + + + + + annotationProperty + The value is not inherited by child nodes. + + hedId + HED_0010701 + + + + boolRange + This schema attribute's value can be true or false. This property was formerly named boolProperty. + + hedId + HED_0010702 + + + + elementDomain + This schema attribute can apply to any type of element class (i.e., tag, unit, unit class, unit modifier, or value class). This property was formerly named elementProperty. + + hedId + HED_0010703 + + + + tagDomain + This schema attribute can apply to node (tag-term) elements. This was added so attributes could apply to multiple types of elements. This property was formerly named nodeProperty. + + hedId + HED_0010704 + + + + tagRange + This schema attribute's value can be a node. This property was formerly named nodeProperty. + + hedId + HED_0010705 + + + + numericRange + This schema attribute's value can be numeric. + + hedId + HED_0010706 + + + + stringRange + This schema attribute's value can be a string. + + hedId + HED_0010707 + + + + unitClassDomain + This schema attribute can apply to unit classes. This property was formerly named unitClassProperty. + + hedId + HED_0010708 + + + + unitClassRange + This schema attribute's value can be a unit class. + + hedId + HED_0010709 + + + + unitModifierDomain + This schema attribute can apply to unit modifiers. This property was formerly named unitModifierProperty. + + hedId + HED_0010710 + + + + unitDomain + This schema attribute can apply to units. This property was formerly named unitProperty. + + hedId + HED_0010711 + + + + unitRange + This schema attribute's value can be units. + + hedId + HED_0010712 + + + + valueClassDomain + This schema attribute can apply to value classes. This property was formerly named valueClassProperty. + + hedId + HED_0010713 + + + + valueClassRange + This schema attribute's value can be a value class. + + hedId + HED_0010714 + + + + This schema is released under the Creative Commons Attribution 4.0 International and is a product of the HED Working Group. The DOI for the latest version of the HED standard schema is 10.5281/zenodo.7876037. + diff --git a/hedxml/HEDLatest.xml b/hedxml/HEDLatest.xml index 1f55c7a..e9c9723 100644 --- a/hedxml/HEDLatest.xml +++ b/hedxml/HEDLatest.xml @@ -1,10 +1,8 @@ - + The HED standard schema is a hierarchically-organized vocabulary for annotating events and experimental structure. HED annotations consist of comma-separated tags drawn from this vocabulary. This vocabulary can be augmented by terms drawn from specialized library schema. -Each term in this vocabulary has a human-readable description and may include additional attributes that give additional properties or that specify how tools should treat the tag during analysis. The meaning of these attributes is described in the Additional schema properties section. - - +Each term in this vocabulary has a human-readable description and may include additional attributes that give additional properties or that specify how tools should treat the tag during analysis. The meaning of these attributes is described in the Additional schema properties section. Event @@ -13,6 +11,10 @@ Each term in this vocabulary has a human-readable description and may include ad suggestedTag Task-property + + hedId + HED_0012001 + Sensory-event Something perceivable by the participant. An event meant to be an experimental stimulus should include the tag Task-property/Task-event-role/Experimental-stimulus. @@ -21,6 +23,10 @@ Each term in this vocabulary has a human-readable description and may include ad Task-event-role Sensory-presentation + + hedId + HED_0012002 + Agent-action @@ -30,6 +36,10 @@ Each term in this vocabulary has a human-readable description and may include ad Task-event-role Agent + + hedId + HED_0012003 + Data-feature @@ -38,18 +48,34 @@ Each term in this vocabulary has a human-readable description and may include ad suggestedTag Data-property + + hedId + HED_0012004 + Experiment-control An event pertaining to the physical control of the experiment during its operation. + + hedId + HED_0012005 + Experiment-procedure An event indicating an experimental procedure, as in performing a saliva swab during the experiment or administering a survey. + + hedId + HED_0012006 + Experiment-structure An event specifying a change-point of the structure of experiment. This event is typically used to indicate a change in experimental conditions or tasks. + + hedId + HED_0012007 + Measurement-event @@ -58,6 +84,10 @@ Each term in this vocabulary has a human-readable description and may include ad suggestedTag Data-property + + hedId + HED_0012008 + @@ -67,29 +97,57 @@ Each term in this vocabulary has a human-readable description and may include ad suggestedTag Agent-property + + hedId + HED_0012009 + Animal-agent An agent that is an animal. + + hedId + HED_0012010 + Avatar-agent An agent associated with an icon or avatar representing another agent. + + hedId + HED_0012011 + Controller-agent - An agent experiment control software or hardware. + Experiment control software or hardware. + + hedId + HED_0012012 + Human-agent A person who takes an active role or produces a specified effect. + + hedId + HED_0012013 + Robotic-agent An agent mechanical device capable of performing a variety of often complex tasks on command or by being programmed in advance. + + hedId + HED_0012014 + Software-agent - An agent computer program. + An agent computer program that interacts with the participant in an active role such as an AI advisor. + + hedId + HED_0012015 + @@ -98,20 +156,36 @@ Each term in this vocabulary has a human-readable description and may include ad extensionAllowed + + hedId + HED_0012016 + Communicate - Convey knowledge of or information about something. + Action conveying knowledge of or about something. + + hedId + HED_0012017 + Communicate-gesturally - Communicate nonverbally using visible bodily actions, either in place of speech or together and in parallel with spoken words. Gestures include movement of the hands, face, or other parts of the body. + Communicate non-verbally using visible bodily actions, either in place of speech or together and in parallel with spoken words. Gestures include movement of the hands, face, or other parts of the body. relatedTag Move-face Move-upper-extremity + + hedId + HED_0012018 + Clap-hands Strike the palms of against one another resoundingly, and usually repeatedly, especially to express approval. + + hedId + HED_0012019 + Clear-throat @@ -121,6 +195,10 @@ Each term in this vocabulary has a human-readable description and may include ad Move-face Move-head + + hedId + HED_0012020 + Frown @@ -129,6 +207,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Move-face + + hedId + HED_0012021 + Grimace @@ -137,6 +219,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Move-face + + hedId + HED_0012022 + Nod-head @@ -145,6 +231,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Move-head + + hedId + HED_0012023 + Pump-fist @@ -153,6 +243,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Move-upper-extremity + + hedId + HED_0012024 + Raise-eyebrows @@ -162,6 +256,10 @@ Each term in this vocabulary has a human-readable description and may include ad Move-face Move-eyes + + hedId + HED_0012025 + Shake-fist @@ -170,6 +268,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Move-upper-extremity + + hedId + HED_0012026 + Shake-head @@ -178,6 +280,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Move-head + + hedId + HED_0012027 + Shhh @@ -186,6 +292,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Move-upper-extremity + + hedId + HED_0012028 + Shrug @@ -195,6 +305,10 @@ Each term in this vocabulary has a human-readable description and may include ad Move-upper-extremity Move-torso + + hedId + HED_0012029 + Smile @@ -203,6 +317,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Move-face + + hedId + HED_0012030 + Spread-hands @@ -211,22 +329,34 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Move-upper-extremity + + hedId + HED_0012031 + - Thumbs-down - Extend the thumb downward to indicate disapproval. + Thumb-up + Extend the thumb upward to indicate approval. relatedTag Move-upper-extremity + + hedId + HED_0012032 + - Thumb-up - Extend the thumb upward to indicate approval. + Thumbs-down + Extend the thumb downward to indicate disapproval. relatedTag Move-upper-extremity + + hedId + HED_0012033 + Wave @@ -235,6 +365,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Move-upper-extremity + + hedId + HED_0012034 + Widen-eyes @@ -244,6 +378,10 @@ Each term in this vocabulary has a human-readable description and may include ad Move-face Move-eyes + + hedId + HED_0012035 + Wink @@ -253,345 +391,689 @@ Each term in this vocabulary has a human-readable description and may include ad Move-face Move-eyes + + hedId + HED_0012036 + Communicate-musically Communicate using music. + + hedId + HED_0012037 + Hum Make a low, steady continuous sound like that of a bee. Sing with the lips closed and without uttering speech. + + hedId + HED_0012038 + Play-instrument Make musical sounds using an instrument. + + hedId + HED_0012039 + Sing Produce musical tones by means of the voice. + + hedId + HED_0012040 + Vocalize Utter vocal sounds. + + hedId + HED_0012041 + Whistle Produce a shrill clear sound by forcing breath out or air in through the puckered lips. + + hedId + HED_0012042 + Communicate-vocally Communicate using mouth or vocal cords. + + hedId + HED_0012043 + Cry Shed tears associated with emotions, usually sadness but also joy or frustration. + + hedId + HED_0012044 + Groan Make a deep inarticulate sound in response to pain or despair. + + hedId + HED_0012045 + Laugh Make the spontaneous sounds and movements of the face and body that are the instinctive expressions of lively amusement and sometimes also of contempt or derision. + + hedId + HED_0012046 + Scream Make loud, vociferous cries or yells to express pain, excitement, or fear. + + hedId + HED_0012047 + Shout Say something very loudly. + + hedId + HED_0012048 + Sigh Emit a long, deep, audible breath expressing sadness, relief, tiredness, or a similar feeling. + + hedId + HED_0012049 + Speak Communicate using spoken language. + + hedId + HED_0012050 + Whisper Speak very softly using breath without vocal cords. + + hedId + HED_0012051 + Move Move in a specified direction or manner. Change position or posture. + + hedId + HED_0012052 + Breathe Inhale or exhale during respiration. + + hedId + HED_0012053 + Blow Expel air through pursed lips. + + hedId + HED_0012054 + Cough Suddenly and audibly expel air from the lungs through a partially closed glottis, preceded by inhalation. + + hedId + HED_0012055 + Exhale Blow out or expel breath. + + hedId + HED_0012056 + Hiccup - Involuntarily spasm the diaphragm and respiratory organs, with a sudden closure of the glottis and a characteristic sound like that of a cough. + Involuntarily spasm the diaphragm and respiratory organs, with a sudden closure of the glottis and a characteristic sound like that of a cough. + + hedId + HED_0012057 + Hold-breath Interrupt normal breathing by ceasing to inhale or exhale. + + hedId + HED_0012058 + Inhale Draw in with the breath through the nose or mouth. + + hedId + HED_0012059 + Sneeze Suddenly and violently expel breath through the nose and mouth. + + hedId + HED_0012060 + Sniff Draw in air audibly through the nose to detect a smell, to stop it from running, or to express contempt. + + hedId + HED_0012061 + Move-body Move entire body. + + hedId + HED_0012062 + Bend Move body in a bowed or curved manner. + + hedId + HED_0012063 + Dance Perform a purposefully selected sequences of human movement often with aesthetic or symbolic value. Move rhythmically to music, typically following a set sequence of steps. + + hedId + HED_0012064 + Fall-down Lose balance and collapse. + + hedId + HED_0012065 + Flex Cause a muscle to stand out by contracting or tensing it. Bend a limb or joint. + + hedId + HED_0012066 + Jerk Make a quick, sharp, sudden movement. + + hedId + HED_0012067 + Lie-down Move to a horizontal or resting position. + + hedId + HED_0012068 + Recover-balance Return to a stable, upright body position. + + hedId + HED_0012069 + + + + Shudder + Tremble convulsively, sometimes as a result of fear or revulsion. + + hedId + HED_0012070 + Sit-down Move from a standing to a sitting position. + + hedId + HED_0012071 + Sit-up Move from lying down to a sitting position. + + hedId + HED_0012072 + Stand-up Move from a sitting to a standing position. + + hedId + HED_0012073 + Stretch Straighten or extend body or a part of body to its full length, typically so as to tighten muscles or in order to reach something. - - - Shudder - Tremble convulsively, sometimes as a result of fear or revulsion. + + hedId + HED_0012074 + Stumble Trip or momentarily lose balance and almost fall. + + hedId + HED_0012075 + Turn Change or cause to change direction. + + hedId + HED_0012076 + Move-body-part Move one part of a body. + + hedId + HED_0012077 + Move-eyes Move eyes. + + hedId + HED_0012078 + Blink Shut and open the eyes quickly. + + hedId + HED_0012079 + Close-eyes Lower and keep eyelids in a closed position. + + hedId + HED_0012080 + Fixate Direct eyes to a specific point or target. + + hedId + HED_0012081 + Inhibit-blinks Purposely prevent blinking. + + hedId + HED_0012082 + Open-eyes Raise eyelids to expose pupil. + + hedId + HED_0012083 + Saccade Move eyes rapidly between fixation points. + + hedId + HED_0012084 + Squint Squeeze one or both eyes partly closed in an attempt to see more clearly or as a reaction to strong light. + + hedId + HED_0012085 + Stare Look fixedly or vacantly at someone or something with eyes wide open. + + hedId + HED_0012086 + Move-face Move the face or jaw. + + hedId + HED_0012087 + Bite Seize with teeth or jaws an object or organism so as to grip or break the surface covering. + + hedId + HED_0012088 + Burp Noisily release air from the stomach through the mouth. Belch. + + hedId + HED_0012089 + Chew Repeatedly grinding, tearing, and or crushing with teeth or jaws. + + hedId + HED_0012090 + Gurgle Make a hollow bubbling sound like that made by water running out of a bottle. + + hedId + HED_0012091 + Swallow Cause or allow something, especially food or drink to pass down the throat. + + hedId + HED_0012092 + Gulp Swallow quickly or in large mouthfuls, often audibly, sometimes to indicate apprehension. + + hedId + HED_0012093 + Yawn - Take a deep involuntary inhalation with the mouth open often as a sign of drowsiness or boredom. + Take a deep involuntary inhalation with the mouth open often as a sign of drowsiness or boredom. + + hedId + HED_0012094 + Move-head Move head. + + hedId + HED_0012095 + Lift-head Tilt head back lifting chin. + + hedId + HED_0012096 + Lower-head Move head downward so that eyes are in a lower position. + + hedId + HED_0012097 + Turn-head Rotate head horizontally to look in a different direction. + + hedId + HED_0012098 + Move-lower-extremity Move leg and/or foot. + + hedId + HED_0012099 + Curl-toes Bend toes sometimes to grip. + + hedId + HED_0012100 + Hop Jump on one foot. + + hedId + HED_0012101 + Jog Run at a trot to exercise. + + hedId + HED_0012102 + Jump Move off the ground or other surface through sudden muscular effort in the legs. + + hedId + HED_0012103 + Kick - Strike out or flail with the foot or feet. Strike using the leg, in unison usually with an area of the knee or lower using the foot. + Strike out or flail with the foot or feet.Strike using the leg, in unison usually with an area of the knee or lower using the foot. + + hedId + HED_0012104 + Pedal Move by working the pedals of a bicycle or other machine. + + hedId + HED_0012105 + Press-foot Move by pressing foot. + + hedId + HED_0012106 + Run Travel on foot at a fast pace. + + hedId + HED_0012107 + Step Put one leg in front of the other and shift weight onto it. + + hedId + HED_0012108 + Heel-strike Strike the ground with the heel during a step. + + hedId + HED_0012109 + Toe-off Push with toe as part of a stride. + + hedId + HED_0012110 + Trot Run at a moderate pace, typically with short steps. + + hedId + HED_0012111 + Walk Move at a regular pace by lifting and setting down each foot in turn never having both feet off the ground at once. + + hedId + HED_0012112 + Move-torso Move body trunk. + + hedId + HED_0012113 + Move-upper-extremity Move arm, shoulder, and/or hand. + + hedId + HED_0012114 + Drop Let or cause to fall vertically. + + hedId + HED_0012115 + Grab Seize suddenly or quickly. Snatch or clutch. + + hedId + HED_0012116 + Grasp Seize and hold firmly. + + hedId + HED_0012117 + Hold-down Prevent someone or something from moving by holding them firmly. + + hedId + HED_0012118 + Lift Raising something to higher position. + + hedId + HED_0012119 + Make-fist Close hand tightly with the fingers bent against the palm. - + + hedId + HED_0012120 + + Point Draw attention to something by extending a finger or arm. + + hedId + HED_0012121 + Press @@ -600,6 +1082,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Push + + hedId + HED_0012122 + Push @@ -608,30 +1094,58 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Press + + hedId + HED_0012123 + Reach Stretch out your arm in order to get or touch something. + + hedId + HED_0012124 + Release Make available or set free. + + hedId + HED_0012125 + Retract Draw or pull back. + + hedId + HED_0012126 + Scratch Drag claws or nails over a surface or on skin. + + hedId + HED_0012127 + Snap-fingers Make a noise by pushing second finger hard against thumb and then releasing it suddenly so that it hits the base of the thumb. + + hedId + HED_0012128 + Touch Come into or be in contact with. + + hedId + HED_0012129 + @@ -639,161 +1153,329 @@ Each term in this vocabulary has a human-readable description and may include ad Perceive Produce an internal, conscious image through stimulating a sensory system. + + hedId + HED_0012130 + Hear Give attention to a sound. + + hedId + HED_0012131 + See Direct gaze toward someone or something or in a specified direction. + + hedId + HED_0012132 + + + + Sense-by-touch + Sense something through receptors in the skin. + + hedId + HED_0012133 + Smell Inhale in order to ascertain an odor or scent. + + hedId + HED_0012134 + Taste Sense a flavor in the mouth and throat on contact with a substance. - - - Sense-by-touch - Sense something through receptors in the skin. + + hedId + HED_0012135 + Perform Carry out or accomplish an action, task, or function. + + hedId + HED_0012136 + Close Act as to blocked against entry or passage. + + hedId + HED_0012137 + Collide-with Hit with force when moving. + + hedId + HED_0012138 + Halt Bring or come to an abrupt stop. + + hedId + HED_0012139 + Modify Change something. + + hedId + HED_0012140 + Open Widen an aperture, door, or gap, especially one allowing access to something. + + hedId + HED_0012141 + Operate Control the functioning of a machine, process, or system. + + hedId + HED_0012142 + Play Engage in activity for enjoyment and recreation rather than a serious or practical purpose. + + hedId + HED_0012143 + Read Interpret something that is written or printed. + + hedId + HED_0012144 + Repeat Make do or perform again. + + hedId + HED_0012145 + Rest Be inactive in order to regain strength, health, or energy. + + hedId + HED_0012146 + + + + Ride + Ride on an animal or in a vehicle. Ride conveys some notion that another agent has partial or total control of the motion. + + hedId + HED_0012147 + Write Communicate or express by means of letters or symbols written or imprinted on a surface. + + hedId + HED_0012148 + Think Direct the mind toward someone or something or use the mind actively to form connected ideas. + + hedId + HED_0012149 + Allow Allow access to something such as allowing a car to pass. + + hedId + HED_0012150 + Attend-to Focus mental experience on specific targets. + + hedId + HED_0012151 + Count Tally items either silently or aloud. + + hedId + HED_0012152 + Deny Refuse to give or grant something requested or desired by someone. + + hedId + HED_0012153 + Detect Discover or identify the presence or existence of something. + + hedId + HED_0012154 + Discriminate Recognize a distinction. + + hedId + HED_0012155 + Encode Convert information or an instruction into a particular form. + + hedId + HED_0012156 + Evade Escape or avoid, especially by cleverness or trickery. + + hedId + HED_0012157 + Generate Cause something, especially an emotion or situation to arise or come about. + + hedId + HED_0012158 + Identify Establish or indicate who or what someone or something is. + + hedId + HED_0012159 + Imagine Form a mental image or concept of something. + + hedId + HED_0012160 + Judge Evaluate evidence to make a decision or form a belief. + + hedId + HED_0012161 + Learn Adaptively change behavior as the result of experience. + + hedId + HED_0012162 + Memorize Adaptively change behavior as the result of experience. + + hedId + HED_0012163 + Plan Think about the activities required to achieve a desired goal. + + hedId + HED_0012164 + Predict - Say or estimate that something will happen or will be a consequence of something without having exact informaton. + Say or estimate that something will happen or will be a consequence of something without having exact information. + + hedId + HED_0012165 + + + + Recall + Remember information by mental effort. + + hedId + HED_0012166 + Recognize Identify someone or something from having encountered them before. + + hedId + HED_0012167 + Respond React to something such as a treatment or a stimulus. - - - Recall - Remember information by mental effort. + + hedId + HED_0012168 + Switch-attention Transfer attention from one focus to another. + + hedId + HED_0012169 + Track Follow a person, animal, or object through space or time. + + hedId + HED_0012170 + @@ -803,209 +1485,677 @@ Each term in this vocabulary has a human-readable description and may include ad extensionAllowed + + hedId + HED_0012171 + Biological-item An entity that is biological, that is related to living organisms. + + hedId + HED_0012172 + Anatomical-item A biological structure, system, fluid or other substance excluding single molecular entities. + + hedId + HED_0012173 + Body The biological structure representing an organism. + + hedId + HED_0012174 + Body-part Any part of an organism. + + hedId + HED_0012175 + Head The upper part of the human body, or the front or upper part of the body of an animal, typically separated from the rest of the body by a neck, and containing the brain, mouth, and sense organs. + + hedId + HED_0012176 + + + + Head-part + A part of the head. + + hedId + HED_0013200 + - Hair - The filamentous outgrowth of the epidermis. + Brain + Organ inside the head that is made up of nerve cells and controls the body. + + hedId + HED_0012177 + + + + Brain-region + A region of the brain. + + hedId + HED_0013201 + + + Cerebellum + A major structure of the brain located near the brainstem. It plays a key role in motor control, coordination, precision, with contributions to different cognitive functions. + + hedId + HED_0013202 + + + + Frontal-lobe + + hedId + HED_0012178 + + + + Occipital-lobe + + hedId + HED_0012179 + + + + Parietal-lobe + + hedId + HED_0012180 + + + + Temporal-lobe + + hedId + HED_0012181 + + Ear A sense organ needed for the detection of sound and for establishing balance. + + hedId + HED_0012182 + Face The anterior portion of the head extending from the forehead to the chin and ear to ear. The facial structures contain the eyes, nose and mouth, cheeks and jaws. + + hedId + HED_0012183 + + + + Face-part + A part of the face. + + hedId + HED_0013203 + Cheek - The fleshy part of the face bounded by the eyes, nose, ear, and jaw line. + The fleshy part of the face bounded by the eyes, nose, ear, and jawline. + + hedId + HED_0012184 + Chin The part of the face below the lower lip and including the protruding part of the lower jaw. + + hedId + HED_0012185 + Eye The organ of sight or vision. + + hedId + HED_0012186 + Eyebrow The arched strip of hair on the bony ridge above each eye socket. + + hedId + HED_0012187 + + + + Eyelid + The folds of the skin that cover the eye when closed. + + hedId + HED_0012188 + Forehead The part of the face between the eyebrows and the normal hairline. + + hedId + HED_0012189 + Lip Fleshy fold which surrounds the opening of the mouth. - - - Nose - A structure of special sense serving as an organ of the sense of smell and as an entrance to the respiratory tract. + + hedId + HED_0012190 + Mouth The proximal portion of the digestive tract, containing the oral cavity and bounded by the oral opening. + + hedId + HED_0012191 + + + + Mouth-part + A part of the mouth. + + hedId + HED_0013204 + + + Teeth + The hard bone-like structures in the jaws. A collection of teeth arranged in some pattern in the mouth or other part of the body. + + hedId + HED_0012193 + + + + Tongue + A muscular organ in the mouth with significant role in mastication, swallowing, speech, and taste. + + hedId + HED_0013205 + + - Teeth - The hard bonelike structures in the jaws. A collection of teeth arranged in some pattern in the mouth or other part of the body. + Nose + A structure of special sense serving as an organ of the sense of smell and as an entrance to the respiratory tract. + + hedId + HED_0012192 + + + Hair + The filamentous outgrowth of the epidermis. + + hedId + HED_0012194 + + Lower-extremity Refers to the whole inferior limb (leg and/or foot). + + hedId + HED_0012195 + + + + Lower-extremity-part + A part of the lower extremity. + + hedId + HED_0013206 + Ankle A gliding joint between the distal ends of the tibia and fibula and the proximal end of the talus. - - - Calf - The fleshy part at the back of the leg below the knee. + + hedId + HED_0012196 + Foot The structure found below the ankle joint required for locomotion. - - Big-toe - The largest toe on the inner side of the foot. - + + hedId + HED_0012198 + + + + Foot-part + A part of the foot. + + hedId + HED_0013207 + Heel The back of the foot below the ankle. + + hedId + HED_0012200 + Instep The part of the foot between the ball and the heel on the inner side. + + hedId + HED_0012201 + - Little-toe - The smallest toe located on the outer side of the foot. + Toe + A digit of the foot. + + hedId + HED_0013208 + + + Big-toe + The largest toe on the inner side of the foot. + + hedId + HED_0012199 + + + + Little-toe + The smallest toe located on the outer side of the foot. + + hedId + HED_0012202 + + Toes - The terminal digits of the foot. + The terminal digits of the foot. Used to describe collective attributes of all toes, such as bending all toes + + relatedTag + Toe + + + hedId + HED_0012203 + Knee A joint connecting the lower part of the femur with the upper part of the tibia. + + hedId + HED_0012204 + - Shin - Front part of the leg below the knee. - + Lower-leg + The part of the leg between the knee and the ankle. + + hedId + HED_0013209 + + + + Lower-leg-part + A part of the lower leg. + + hedId + HED_0013210 + + + Calf + The fleshy part at the back of the leg below the knee. + + hedId + HED_0012197 + + + + Shin + Front part of the leg below the knee. + + hedId + HED_0012205 + + + + + Upper-leg + The part of the leg between the hip and the knee. + + hedId + HED_0013211 + + - Thigh - Upper part of the leg between hip and knee. + Upper-leg-part + A part of the upper leg. + + hedId + HED_0013212 + + + Thigh + Upper part of the leg between hip and knee. + + hedId + HED_0012206 + + + + Neck + The part of the body connecting the head to the torso, containing the cervical spine and vital pathways of nerves, blood vessels, and the airway. + + hedId + HED_0013213 + + Torso The body excluding the head and neck and limbs. + + hedId + HED_0012207 + + + + Torso-part + A part of the torso. + + hedId + HED_0013214 + - Torso-back - The rear surface of the human body from the shoulders to the hips. + Abdomen + The part of the body between the thorax and the pelvis. + + hedId + HED_0013215 + + + + Navel + The central mark on the abdomen created by the detachment of the umbilical cord after birth. + + hedId + HED_0013216 + - Buttocks - The round fleshy parts that form the lower rear area of a human trunk. + Pelvis + The bony structure at the base of the spine supporting the legs. + + hedId + HED_0013217 + - Torso-chest - The anterior side of the thorax from the neck to the abdomen. + Pelvis-part + A part of the pelvis. + + hedId + HED_0013218 + + + Buttocks + The round fleshy parts that form the lower rear area of a human trunk. + + hedId + HED_0012208 + + + + Genitalia + The external organs of reproduction and urination, located in the pelvic region. This includes both male and female genital structures. + + hedId + HED_0013219 + + + + Gentalia + The external organs of reproduction. Deprecated due to spelling error. Use Genitalia. + + deprecatedFrom + 8.1.0 + + + hedId + HED_0012209 + + + + Hip + The lateral prominence of the pelvis from the waist to the thigh. + + hedId + HED_0012210 + + + + + Torso-back + The rear surface of the human body from the shoulders to the hips. + + hedId + HED_0012211 + - Gentalia - The external organs of reproduction. + Torso-chest + The anterior side of the thorax from the neck to the abdomen. - deprecatedFrom - 8.1.0 + hedId + HED_0012212 - Hip - The lateral prominence of the pelvis from the waist to the thigh. + Viscera + Internal organs of the body. + + hedId + HED_0012213 + Waist The abdominal circumference at the navel. + + hedId + HED_0012214 + Upper-extremity Refers to the whole superior limb (shoulder, arm, elbow, wrist, hand). + + hedId + HED_0012215 + + + + Upper-extremity-part + A part of the upper extremity. + + hedId + HED_0013220 + Elbow A type of hinge joint located between the forearm and upper arm. + + hedId + HED_0012216 + Forearm Lower part of the arm between the elbow and wrist. + + hedId + HED_0012217 + + + + Forearm-part + A part of the forearm. + + hedId + HED_0013221 + Hand The distal portion of the upper extremity. It consists of the carpus, metacarpus, and digits. + + hedId + HED_0012218 + + + + Hand-part + A part of the hand. + + hedId + HED_0013222 + Finger Any of the digits of the hand. + + hedId + HED_0012219 + Index-finger The second finger from the radial side of the hand, next to the thumb. + + hedId + HED_0012220 + Little-finger The fifth and smallest finger from the radial side of the hand. + + hedId + HED_0012221 + Middle-finger The middle or third finger from the radial side of the hand. + + hedId + HED_0012222 + Ring-finger The fourth finger from the radial side of the hand. + + hedId + HED_0012223 + Thumb The thick and short hand digit which is next to the index finger in humans. + + hedId + HED_0012224 + - Palm - The part of the inner surface of the hand that extends from the wrist to the bases of the fingers. + Fingers + The terminal digits of the hand. Used to describe collective attributes of all fingers, such as bending all fingers + + relatedTag + Finger + + + hedId + HED_0013223 + Knuckles A part of a finger at a joint where the bone is near the surface, especially where the finger joins the hand. + + hedId + HED_0012225 + + + + Palm + The part of the inner surface of the hand that extends from the wrist to the bases of the fingers. + + hedId + HED_0012226 + Shoulder Joint attaching upper arm to trunk. + + hedId + HED_0012227 + Upper-arm Portion of arm between shoulder and elbow. + + hedId + HED_0012228 + + + + Upper-arm-part + A part of the upper arm. + + hedId + HED_0013224 + Wrist A joint between the distal end of the radius and the proximal row of carpal bones. + + hedId + HED_0012229 + @@ -1013,17 +2163,33 @@ Each term in this vocabulary has a human-readable description and may include ad Organism A living entity, more specifically a biological entity that consists of one or more cells and is capable of genomic replication (independently or not). + + hedId + HED_0012230 + Animal A living organism that has membranous cell walls, requires oxygen and organic foods, and is capable of voluntary movement. + + hedId + HED_0012231 + Human The bipedal primate mammal Homo sapiens. + + hedId + HED_0012232 + Plant Any living organism that typically synthesizes its food from inorganic substances and possesses cellulose cell walls. + + hedId + HED_0012233 + @@ -1034,49 +2200,105 @@ Each term in this vocabulary has a human-readable description and may include ad suggestedTag Sensory-presentation + + hedId + HED_0012234 + Character A mark or symbol used in writing. + + hedId + HED_0012235 + Clause - A unit of grammatical organization next below the sentence in rank, usually consisting of a subject and predicate. + A unit of grammatical organization next below the sentence in rank, usually consisting of a subject and predicate. + + hedId + HED_0012236 + Glyph A hieroglyphic character, symbol, or pictograph. + + hedId + HED_0012237 + Nonword - A group of letters or speech sounds that looks or sounds like a word but that is not accepted as such by native speakers. + An unpronounceable group of letters or speech sounds that is surrounded by white space when written, is not accepted as a word by native speakers. + + hedId + HED_0012238 + Paragraph A distinct section of a piece of writing, usually dealing with a single theme. + + hedId + HED_0012239 + Phoneme - A speech sound that is distinguished by the speakers of a particular language. + Any of the minimally distinct units of sound in a specified language that distinguish one word from another. + + hedId + HED_0012240 + Phrase A phrase is a group of words functioning as a single unit in the syntax of a sentence. + + hedId + HED_0012241 + + + + Pseudoword + A pronounceable group of letters or speech sounds that looks or sounds like a word but that is not accepted as such by native speakers. + + hedId + HED_0012242 + Sentence A set of words that is complete in itself, conveying a statement, question, exclamation, or command and typically containing an explicit or implied subject and a predicate containing a finite verb. + + hedId + HED_0012243 + Syllable - A unit of spoken language larger than a phoneme. + A unit of pronunciation having a vowel or consonant sound, with or without surrounding consonants, forming the whole or a part of a word. + + hedId + HED_0012244 + Textblock A block of text. + + hedId + HED_0012245 + Word - A word is the smallest free form (an item that may be expressed in isolation with semantic or pragmatic content) in a language. + A single distinct meaningful element of speech or writing, used with others (or sometimes alone) to form a sentence and typically surrounded by white space when written or printed. + + hedId + HED_0012246 + @@ -1086,553 +2308,1101 @@ Each term in this vocabulary has a human-readable description and may include ad suggestedTag Sensory-presentation + + hedId + HED_0012247 + Geometric-object An object or a representation that has structure and topology in space. - - Pattern - An arrangement of objects, facts, behaviors, or other things which have scientific, mathematical, geometric, statistical, or other meaning. - - Dots - A small round mark or spot. - - - LED-pattern - A pattern created by lighting selected members of a fixed light emitting diode array. - - + + hedId + HED_0012248 + 2D-shape A planar, two-dimensional shape. + + hedId + HED_0012249 + Arrow A shape with a pointed end indicating direction. + + hedId + HED_0012250 + Clockface - The dial face of a clock. A location identifier based on clockface numbering or anatomic subregion. + The dial face of a clock. A location identifier based on clock-face-position numbering or anatomic subregion. + + hedId + HED_0012251 + Cross A figure or mark formed by two intersecting lines crossing at their midpoints. + + hedId + HED_0012252 + Dash A horizontal stroke in writing or printing to mark a pause or break in sense or to represent omitted letters or words. + + hedId + HED_0012253 + Ellipse A closed plane curve resulting from the intersection of a circular cone and a plane cutting completely through it, especially a plane not parallel to the base. + + hedId + HED_0012254 + Circle A ring-shaped structure with every point equidistant from the center. + + hedId + HED_0012255 + Rectangle A parallelogram with four right angles. + + hedId + HED_0012256 + Square A square is a special rectangle with four equal sides. + + hedId + HED_0012257 + Single-point A point is a geometric entity that is located in a zero-dimensional spatial region and whose position is defined by its coordinates in some coordinate system. + + hedId + HED_0012258 + Star A conventional or stylized representation of a star, typically one having five or more points. + + hedId + HED_0012259 + Triangle A three-sided polygon. + + hedId + HED_0012260 + 3D-shape A geometric three-dimensional shape. + + hedId + HED_0012261 + Box A square or rectangular vessel, usually made of cardboard or plastic. + + hedId + HED_0012262 + Cube A solid or semi-solid in the shape of a three dimensional square. + + hedId + HED_0012263 + Cone A shape whose base is a circle and whose sides taper up to a point. + + hedId + HED_0012264 + Cylinder A surface formed by circles of a given radius that are contained in a plane perpendicular to a given axis, whose centers align on the axis. + + hedId + HED_0012265 + Ellipsoid A closed plane curve resulting from the intersection of a circular cone and a plane cutting completely through it, especially a plane not parallel to the base. + + hedId + HED_0012266 + Sphere A solid or hollow three-dimensional object bounded by a closed surface such that every point on the surface is equidistant from the center. + + hedId + HED_0012267 + Pyramid A polyhedron of which one face is a polygon of any number of sides, and the other faces are triangles with a common vertex. + + hedId + HED_0012268 + + + + + Pattern + An arrangement of objects, facts, behaviors, or other things which have scientific, mathematical, geometric, statistical, or other meaning. + + hedId + HED_0012269 + + + Dots + A small round mark or spot. + + hedId + HED_0012270 + + + + LED-pattern + A pattern created by lighting selected members of a fixed light emitting diode array. + + hedId + HED_0012271 + Ingestible-object Something that can be taken into the body by the mouth for digestion or absorption. + + hedId + HED_0012272 + Man-made-object Something constructed by human means. + + hedId + HED_0012273 + Building A structure that has a roof and walls and stands more or less permanently in one place. + + hedId + HED_0012274 + - Room - An area within a building enclosed by walls and floor and ceiling. - - - Roof - A roof is the covering on the uppermost part of a building which provides protection from animals and weather, notably rain, but also heat, wind and sunlight. + Attic + A room or a space immediately below the roof of a building. + + hedId + HED_0012275 + + + + Basement + The part of a building that is wholly or partly below ground level. + + hedId + HED_0012276 + Entrance The means or place of entry. + + hedId + HED_0012277 + - Attic - A room or a space immediately below the roof of a building. + Roof + A roof is the covering on the uppermost part of a building which provides protection from animals and weather, notably rain, but also heat, wind and sunlight. + + hedId + HED_0012278 + - Basement - The part of a building that is wholly or partly below ground level. + Room + An area within a building enclosed by walls and floor and ceiling. + + hedId + HED_0012279 + Clothing A covering designed to be worn on the body. + + hedId + HED_0012280 + Device An object contrived for a specific purpose. + + hedId + HED_0012281 + Assistive-device A device that help an individual accomplish a task. + + hedId + HED_0012282 + Glasses Frames with lenses worn in front of the eye for vision correction, eye protection, or protection from UV rays. + + hedId + HED_0012283 + Writing-device A device used for writing. + + hedId + HED_0012284 + Pen A common writing instrument used to apply ink to a surface for writing or drawing. + + hedId + HED_0012285 + Pencil An implement for writing or drawing that is constructed of a narrow solid pigment core in a protective casing that prevents the core from being broken or marking the hand. + + hedId + HED_0012286 + Computing-device An electronic device which take inputs and processes results from the inputs. + + hedId + HED_0012287 + Cellphone A telephone with access to a cellular radio system so it can be used over a wide area, without a physical connection to a network. + + hedId + HED_0012288 + Desktop-computer A computer suitable for use at an ordinary desk. + + hedId + HED_0012289 + Laptop-computer A computer that is portable and suitable for use while traveling. + + hedId + HED_0012290 + Tablet-computer A small portable computer that accepts input directly on to its screen rather than via a keyboard or mouse. + + hedId + HED_0012291 + Engine A motor is a machine designed to convert one or more forms of energy into mechanical energy. + + hedId + HED_0012292 + IO-device Hardware used by a human (or other system) to communicate with a computer. + + hedId + HED_0012293 + Input-device A piece of equipment used to provide data and control signals to an information processing system such as a computer or information appliance. + + hedId + HED_0012294 + Computer-mouse A hand-held pointing device that detects two-dimensional motion relative to a surface. + + hedId + HED_0012295 + Mouse-button An electric switch on a computer mouse which can be pressed or clicked to select or interact with an element of a graphical user interface. + + hedId + HED_0012296 + Scroll-wheel A scroll wheel or mouse wheel is a wheel used for scrolling made of hard plastic with a rubbery surface usually located between the left and right mouse buttons and is positioned perpendicular to the mouse surface. + + hedId + HED_0012297 + Joystick A control device that uses a movable handle to create two-axis input for a computer device. + + hedId + HED_0012298 + Keyboard A device consisting of mechanical keys that are pressed to create input to a computer. + + hedId + HED_0012299 + Keyboard-key A button on a keyboard usually representing letters, numbers, functions, or symbols. + + hedId + HED_0012300 + # Value of a keyboard key. takesValue + + hedId + HED_0012301 + Keypad A device consisting of keys, usually in a block arrangement, that provides limited input to a system. + + hedId + HED_0012302 + Keypad-key A key on a separate section of a computer keyboard that groups together numeric keys and those for mathematical or other special functions in an arrangement like that of a calculator. + + hedId + HED_0012303 + # Value of keypad key. takesValue + + hedId + HED_0012304 + Microphone A device designed to convert sound to an electrical signal. + + hedId + HED_0012305 + Push-button A switch designed to be operated by pressing a button. + + hedId + HED_0012306 + Output-device Any piece of computer hardware equipment which converts information into human understandable form. + + hedId + HED_0012307 + - Display-device - An output device for presentation of information in visual or tactile form the latter used for example in tactile electronic displays for blind people. + Auditory-device + A device designed to produce sound. + + hedId + HED_0012308 + - Head-mounted-display - An instrument that functions as a display device, worn on the head or as part of a helmet, that has a small display optic in front of one (monocular HMD) or each eye (binocular HMD). + Headphones + An instrument that consists of a pair of small loudspeakers, or less commonly a single speaker, held close to ears and connected to a signal source such as an audio amplifier, radio, CD player or portable media player. + + hedId + HED_0012309 + - LED-display - A LED display is a flat panel display that uses an array of light-emitting diodes as pixels for a video display. + Loudspeaker + A device designed to convert electrical signals to sounds that can be heard. + + hedId + HED_0012310 + + + + Display-device + An output device for presentation of information in visual or tactile form the latter used for example in tactile electronic displays for blind people. + + hedId + HED_0012311 + Computer-screen - An electronic device designed as a display or a physical device designed to be a protective meshwork. + An electronic device designed as a display or a physical device designed to be a protective mesh work. + + hedId + HED_0012312 + Screen-window A part of a computer screen that contains a display different from the rest of the screen. A window is a graphical control element consisting of a visual area containing some of the graphical user interface of the program it belongs to and is framed by a window decoration. + + hedId + HED_0012313 + - - - Auditory-device - A device designed to produce sound. - Headphones - An instrument that consists of a pair of small loudspeakers, or less commonly a single speaker, held close to ears and connected to a signal source such as an audio amplifier, radio, CD player or portable media player. + Head-mounted-display + An instrument that functions as a display device, worn on the head or as part of a helmet, that has a small display optic in front of one (monocular HMD) or each eye (binocular HMD). + + hedId + HED_0012314 + - Loudspeaker - A device designed to convert electrical signals to sounds that can be heard. + LED-display + A LED display is a flat panel display that uses an array of light-emitting diodes as pixels for a video display. + + hedId + HED_0012315 + Recording-device A device that copies information in a signal into a persistent information bearer. + + hedId + HED_0012316 + EEG-recorder A device for recording electric currents in the brain using electrodes applied to the scalp, to the surface of the brain, or placed within the substance of the brain. + + hedId + HED_0012317 + + + + EMG-recorder + A device for recording electrical activity of muscles using electrodes on the body surface or within the muscular mass. + + hedId + HED_0013225 + File-storage A device for recording digital information to a permanent media. + + hedId + HED_0012318 + MEG-recorder A device for measuring the magnetic fields produced by electrical activity in the brain, usually conducted externally. + + hedId + HED_0012319 + Motion-capture A device for recording the movement of objects or people. + + hedId + HED_0012320 + Tape-recorder A device for recording and reproduction usually using magnetic tape for storage that can be saved and played back. + + hedId + HED_0012321 + Touchscreen A control component that operates an electronic device by pressing the display on the screen. + + hedId + HED_0012322 + Machine A human-made device that uses power to apply forces and control movement to perform an action. + + hedId + HED_0012323 + Measurement-device - A device in which a measure function inheres. + A device that measures something. + + hedId + HED_0012324 + Clock A device designed to indicate the time of day or to measure the time duration of an event or action. - - Clock-face - A location identifier based on clockface numbering or anatomic subregion. - + + hedId + HED_0012325 + Robot A mechanical device that sometimes resembles a living animal and is capable of performing a variety of often complex human tasks on command or by being programmed in advance. + + hedId + HED_0012327 + Tool - A component that is not part of a device but is designed to support its assemby or operation. + A component that is not part of a device but is designed to support its assembly or operation. + + hedId + HED_0012328 + Document A physical object, or electronic counterpart, that is characterized by containing writing which is meant to be human-readable. + + hedId + HED_0012329 + + + Book + A volume made up of pages fastened along one edge and enclosed between protective covers. + + hedId + HED_0012330 + + Letter A written message addressed to a person or organization. + + hedId + HED_0012331 + Note A brief written record. - - - Book - A volume made up of pages fastened along one edge and enclosed between protective covers. + + hedId + HED_0012332 + Notebook A book for notes or memoranda. + + hedId + HED_0012333 + Questionnaire A document consisting of questions and possibly responses, depending on whether it has been filled out. + + hedId + HED_0012334 + Furnishing Furniture, fittings, and other decorative accessories, such as curtains and carpets, for a house or room. + + hedId + HED_0012335 + Manufactured-material Substances created or extracted from raw materials. + + hedId + HED_0012336 + Ceramic A hard, brittle, heat-resistant and corrosion-resistant material made by shaping and then firing a nonmetallic mineral, such as clay, at a high temperature. + + hedId + HED_0012337 + Glass A brittle transparent solid with irregular atomic structure. + + hedId + HED_0012338 + Paper A thin sheet material produced by mechanically or chemically processing cellulose fibres derived from wood, rags, grasses or other vegetable sources in water. + + hedId + HED_0012339 + Plastic - Various high-molecular-weight thermoplastic or thermosetting polymers that are capable of being molded, extruded, drawn, or otherwise shaped and then hardened into a form. + Various high-molecular-weight thermoplastic or thermo-setting polymers that are capable of being molded, extruded, drawn, or otherwise shaped and then hardened into a form. + + hedId + HED_0012340 + Steel An alloy made up of iron with typically a few tenths of a percent of carbon to improve its strength and fracture resistance compared to iron. + + hedId + HED_0012341 + Media - Media are audo/visual/audiovisual modes of communicating information for mass consumption. + Media are audio/visual/audiovisual modes of communicating information for mass consumption. + + hedId + HED_0012342 + Media-clip A short segment of media. + + hedId + HED_0012343 + Audio-clip A short segment of audio. + + hedId + HED_0012344 + Audiovisual-clip A short media segment containing both audio and video. + + hedId + HED_0012345 + Video-clip A short segment of video. + + hedId + HED_0012346 + Visualization An planned process that creates images, diagrams or animations from the input data. + + hedId + HED_0012347 + Animation A form of graphical illustration that changes with time to give a sense of motion or represent dynamic changes in the portrayal. + + hedId + HED_0012348 + Art-installation A large-scale, mixed-media constructions, often designed for a specific place or for a temporary period of time. + + hedId + HED_0012349 + Braille A display using a system of raised dots that can be read with the fingers by people who are blind. + + hedId + HED_0012350 + Image Any record of an imaging event whether physical or electronic. + + hedId + HED_0012351 + Cartoon A type of illustration, sometimes animated, typically in a non-realistic or semi-realistic style. The specific meaning has evolved over time, but the modern usage usually refers to either an image or series of images intended for satire, caricature, or humor. A motion picture that relies on a sequence of illustrations for its animation. + + hedId + HED_0012352 + Drawing A representation of an object or outlining a figure, plan, or sketch by means of lines. + + hedId + HED_0012353 + Icon A sign (such as a word or graphic symbol) whose form suggests its meaning. + + hedId + HED_0012354 + Painting A work produced through the art of painting. + + hedId + HED_0012355 + Photograph An image recorded by a camera. + + hedId + HED_0012356 + Movie A sequence of images displayed in succession giving the illusion of continuous movement. + + hedId + HED_0012357 + Outline-visualization A visualization consisting of a line or set of lines enclosing or indicating the shape of an object in a sketch or diagram. + + hedId + HED_0012358 + Point-light-visualization A display in which action is depicted using a few points of light, often generated from discrete sensors in motion capture. + + hedId + HED_0012359 + Sculpture A two- or three-dimensional representative or abstract forms, especially by carving stone or wood or by casting metal or plaster. + + hedId + HED_0012360 + Stick-figure-visualization A drawing showing the head of a human being or animal as a circle and all other parts as straight lines. + + hedId + HED_0012361 + Navigational-object An object whose purpose is to assist directed movement from one location to another. + + hedId + HED_0012362 + Path A trodden way. A way or track laid down for walking or made by continual treading. + + hedId + HED_0012363 + Road An open way for the passage of vehicles, persons, or animals on land. + + hedId + HED_0012364 + Lane A defined path with physical dimensions through which an object or substance may traverse. + + hedId + HED_0012365 + Runway A paved strip of ground on a landing field for the landing and takeoff of aircraft. + + hedId + HED_0012366 + Vehicle A mobile machine which transports people or cargo. + + hedId + HED_0012367 + Aircraft A vehicle which is able to travel through air in an atmosphere. + + hedId + HED_0012368 + Bicycle A human-powered, pedal-driven, single-track vehicle, having two wheels attached to a frame, one behind the other. + + hedId + HED_0012369 + Boat A watercraft of any size which is able to float or plane on water. + + hedId + HED_0012370 + Car A wheeled motor vehicle used primarily for the transportation of human passengers. + + hedId + HED_0012371 + Cart A cart is a vehicle which has two wheels and is designed to transport human passengers or cargo. + + hedId + HED_0012372 + Tractor A mobile machine specifically designed to deliver a high tractive effort at slow speeds, and mainly used for the purposes of hauling a trailer or machinery used in agriculture or construction. + + hedId + HED_0012373 + Train A connected line of railroad cars with or without a locomotive. + + hedId + HED_0012374 + Truck - A motor vehicle which, as its primary funcion, transports cargo rather than human passangers. + A motor vehicle which, as its primary function, transports cargo rather than human passengers. + + hedId + HED_0012375 + Natural-object Something that exists in or is produced by nature, and is not artificial or man-made. + + hedId + HED_0012376 + Mineral A solid, homogeneous, inorganic substance occurring in nature and having a definite chemical composition. + + hedId + HED_0012377 + Natural-feature A feature that occurs in nature. A prominent or identifiable aspect, region, or site of interest. + + hedId + HED_0012378 + Field An unbroken expanse as of ice or grassland. + + hedId + HED_0012379 + Hill A rounded elevation of limited extent rising above the surrounding land with local relief of less than 300m. + + hedId + HED_0012380 + Mountain A landform that extends above the surrounding terrain in a limited area. + + hedId + HED_0012381 + River A natural freshwater surface stream of considerable volume and a permanent or seasonal flow, moving in a definite channel toward a sea, lake, or another river. + + hedId + HED_0012382 + Waterfall A sudden descent of water over a step or ledge in the bed of a river. + + hedId + HED_0012383 + @@ -1640,112 +3410,224 @@ Each term in this vocabulary has a human-readable description and may include ad Sound Mechanical vibrations transmitted by an elastic medium. Something that can be heard. + + hedId + HED_0012384 + Environmental-sound - Sounds occuring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities. + Sounds occurring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities. + + hedId + HED_0012385 + Crowd-sound Noise produced by a mixture of sounds from a large group of people. + + hedId + HED_0012386 + Signal-noise Any part of a signal that is not the true or original signal but is introduced by the communication mechanism. + + hedId + HED_0012387 + Musical-sound Sound produced by continuous and regular vibrations, as opposed to noise. - - Tone - A musical note, warble, or other sound used as a particular signal on a telephone or answering machine. - + + hedId + HED_0012388 + Instrument-sound Sound produced by a musical instrument. + + hedId + HED_0012389 + + + + Tone + A musical note, warble, or other sound used as a particular signal on a telephone or answering machine. + + hedId + HED_0012390 + Vocalized-sound Musical sound produced by vocal cords in a biological agent. + + hedId + HED_0012391 + Named-animal-sound A sound recognizable as being associated with particular animals. + + hedId + HED_0012392 + Barking Sharp explosive cries like sounds made by certain animals, especially a dog, fox, or seal. + + hedId + HED_0012393 + Bleating Wavering cries like sounds made by a sheep, goat, or calf. - - - Crowing - Loud shrill sounds characteristic of roosters. + + hedId + HED_0012394 + Chirping Short, sharp, high-pitched noises like sounds made by small birds or an insects. + + hedId + HED_0012395 + + + + Crowing + Loud shrill sounds characteristic of roosters. + + hedId + HED_0012396 + Growling Low guttural sounds like those that made in the throat by a hostile dog or other animal. + + hedId + HED_0012397 + Meowing Vocalizations like those made by as those cats. These sounds have diverse tones and are sometimes chattered, murmured or whispered. The purpose can be assertive. + + hedId + HED_0012398 + Mooing Deep vocal sounds like those made by a cow. + + hedId + HED_0012399 + Purring Low continuous vibratory sound such as those made by cats. The sound expresses contentment. + + hedId + HED_0012400 + Roaring Loud, deep, or harsh prolonged sounds such as those made by big cats and bears for long-distance communication and intimidation. + + hedId + HED_0012401 + Squawking Loud, harsh noises such as those made by geese. + + hedId + HED_0012402 + Named-object-sound A sound identifiable as coming from a particular type of object. + + hedId + HED_0012403 + Alarm-sound A loud signal often loud continuous ringing to alert people to a problem or condition that requires urgent attention. + + hedId + HED_0012404 + Beep A short, single tone, that is typically high-pitched and generally made by a computer or other machine. + + hedId + HED_0012405 + Buzz A persistent vibratory sound often made by a buzzer device and used to indicate something incorrect. - - - Ka-ching - The sound made by a mechanical cash register, often to designate a reward. + + hedId + HED_0012406 + Click The sound made by a mechanical cash register, often to designate a reward. + + hedId + HED_0012407 + Ding A short ringing sound such as that made by a bell, often to indicate a correct response or the expiration of time. + + hedId + HED_0012408 + Horn-blow A loud sound made by forcing air through a sound device that funnels air to create the sound, often used to sound an alert. + + hedId + HED_0012409 + + + + Ka-ching + The sound made by a mechanical cash register, often to designate a reward. + + hedId + HED_0012410 + Siren A loud, continuous sound often varying in frequency designed to indicate an emergency. + + hedId + HED_0012411 + @@ -1756,158 +3638,331 @@ Each term in this vocabulary has a human-readable description and may include ad extensionAllowed + + hedId + HED_0012412 + Agent-property - Something that pertains to an agent. + Something that pertains to or describes an agent. - extensionAllowed + hedId + HED_0012413 Agent-state The state of the agent. + + hedId + HED_0012414 + Agent-cognitive-state The state of the cognitive processes or state of mind of the agent. + + hedId + HED_0012415 + Alert Condition of heightened watchfulness or preparation for action. + + hedId + HED_0012416 + Anesthetized Having lost sensation to pain or having senses dulled due to the effects of an anesthetic. + + hedId + HED_0012417 + Asleep Having entered a periodic, readily reversible state of reduced awareness and metabolic activity, usually accompanied by physical relaxation and brain activity. + + hedId + HED_0012418 + Attentive Concentrating and focusing mental energy on the task or surroundings. - - - Distracted - Lacking in concentration because of being preoccupied. + + hedId + HED_0012419 + Awake In a non sleeping state. + + hedId + HED_0012420 + Brain-dead Characterized by the irreversible absence of cortical and brain stem functioning. + + hedId + HED_0012421 + Comatose In a state of profound unconsciousness associated with markedly depressed cerebral activity. + + hedId + HED_0012422 + + + + Distracted + Lacking in concentration because of being preoccupied. + + hedId + HED_0012423 + Drowsy In a state of near-sleep, a strong desire for sleep, or sleeping for unusually long periods. + + hedId + HED_0012424 + Intoxicated In a state with disturbed psychophysiological functions and responses as a result of administration or ingestion of a psychoactive substance. + + hedId + HED_0012425 + Locked-in In a state of complete paralysis of all voluntary muscles except for the ones that control the movements of the eyes. + + hedId + HED_0012426 + Passive Not responding or initiating an action in response to a stimulus. + + hedId + HED_0012427 + Resting A state in which the agent is not exhibiting any physical exertion. + + hedId + HED_0012428 + Vegetative A state of wakefulness and conscience, but (in contrast to coma) with involuntary opening of the eyes and movements (such as teeth grinding, yawning, or thrashing of the extremities). + + hedId + HED_0012429 + Agent-emotional-state The status of the general temperament and outlook of an agent. + + hedId + HED_0012430 + Angry Experiencing emotions characterized by marked annoyance or hostility. + + hedId + HED_0012431 + Aroused In a state reactive to stimuli leading to increased heart rate and blood pressure, sensory alertness, mobility and readiness to respond. + + hedId + HED_0012432 + Awed Filled with wonder. Feeling grand, sublime or powerful emotions characterized by a combination of joy, fear, admiration, reverence, and/or respect. + + hedId + HED_0012433 + Compassionate Feeling or showing sympathy and concern for others often evoked for a person who is in distress and associated with altruistic motivation. + + hedId + HED_0012434 + Content - Feeling satisfaction with things as they are. + Feeling satisfaction with things as they are. + + hedId + HED_0012435 + Disgusted Feeling revulsion or profound disapproval aroused by something unpleasant or offensive. + + hedId + HED_0012436 + Emotionally-neutral Feeling neither satisfied nor dissatisfied. + + hedId + HED_0012437 + Empathetic Understanding and sharing the feelings of another. Being aware of, being sensitive to, and vicariously experiencing the feelings, thoughts, and experience of another. + + hedId + HED_0012438 + Excited Feeling great enthusiasm and eagerness. + + hedId + HED_0012439 + Fearful Feeling apprehension that one may be in danger. + + hedId + HED_0012440 + Frustrated Feeling annoyed as a result of being blocked, thwarted, disappointed or defeated. + + hedId + HED_0012441 + Grieving Feeling sorrow in response to loss, whether physical or abstract. + + hedId + HED_0012442 + Happy Feeling pleased and content. + + hedId + HED_0012443 + Jealous Feeling threatened by a rival in a relationship with another individual, in particular an intimate partner, usually involves feelings of threat, fear, suspicion, distrust, anxiety, anger, betrayal, and rejection. + + hedId + HED_0012444 + Joyful Feeling delight or intense happiness. + + hedId + HED_0012445 + Loving Feeling a strong positive emotion of affection and attraction. + + hedId + HED_0012446 + Relieved - No longer feeling pain, distress, anxiety, or reassured. + No longer feeling pain, distress,anxiety, or reassured. + + hedId + HED_0012447 + Sad Feeling grief or unhappiness. + + hedId + HED_0012448 + Stressed Experiencing mental or emotional strain or tension. + + hedId + HED_0012449 + Agent-physiological-state Having to do with the mechanical, physical, or biochemical function of an agent. + + hedId + HED_0012450 + + + Catamenial + Related to menstruation. + + hedId + HED_0013226 + + + + Fever + Body temperature above the normal range. + + relatedTag + Sick + + + hedId + HED_0013227 + + Healthy Having no significant health-related issues. @@ -1915,6 +3970,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Sick + + hedId + HED_0012451 + Hungry @@ -1924,6 +3983,10 @@ Each term in this vocabulary has a human-readable description and may include ad Sated Thirsty + + hedId + HED_0012452 + Rested @@ -1932,6 +3995,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Tired + + hedId + HED_0012453 + Sated @@ -1940,6 +4007,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Hungry + + hedId + HED_0012454 + Sick @@ -1948,6 +4019,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Healthy + + hedId + HED_0012455 + Thirsty @@ -1956,6 +4031,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Hungry + + hedId + HED_0012456 + Tired @@ -1964,75 +4043,147 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Rested + + hedId + HED_0012457 + Agent-postural-state Pertaining to the position in which agent holds their body. + + hedId + HED_0012458 + Crouching Adopting a position where the knees are bent and the upper body is brought forward and down, sometimes to avoid detection or to defend oneself. + + hedId + HED_0012459 + Eyes-closed Keeping eyes closed with no blinking. + + hedId + HED_0012460 + Eyes-open Keeping eyes open with occasional blinking. + + hedId + HED_0012461 + Kneeling Positioned where one or both knees are on the ground. + + hedId + HED_0012462 + On-treadmill Ambulation on an exercise apparatus with an endless moving belt to support moving in place. + + hedId + HED_0012463 + Prone Positioned in a recumbent body position whereby the person lies on its stomach and faces downward. + + hedId + HED_0012464 + + + + Seated-with-chin-rest + Using a device that supports the chin and head. + + hedId + HED_0012465 + Sitting In a seated position. + + hedId + HED_0012466 + Standing Assuming or maintaining an erect upright position. - - - Seated-with-chin-rest - Using a device that supports the chin and head. + + hedId + HED_0012467 + Agent-task-role The function or part that is ascribed to an agent in performing the task. + + hedId + HED_0012468 + Experiment-actor An agent who plays a predetermined role to create the experiment scenario. + + hedId + HED_0012469 + Experiment-controller An agent exerting control over some aspect of the experiment. + + hedId + HED_0012470 + Experiment-participant Someone who takes part in an activity related to an experiment. + + hedId + HED_0012471 + Experimenter Person who is the owner of the experiment and has its responsibility. + + hedId + HED_0012472 + Agent-trait A genetically, environmentally, or socially determined characteristic of an agent. + + hedId + HED_0012473 + Age Length of time elapsed time since birth of the agent. + + hedId + HED_0012474 + # @@ -2042,11 +4193,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0012475 + Agent-experience-level Amount of skill or knowledge that the agent has as pertains to the task. + + hedId + HED_0012476 + Expert-level Having comprehensive and authoritative knowledge of or skill in a particular area related to the task. @@ -2055,7 +4214,11 @@ Each term in this vocabulary has a human-readable description and may include ad Intermediate-experience-level Novice-level - + + hedId + HED_0012477 + + Intermediate-experience-level Having a moderate amount of knowledge or skill related to the task. @@ -2064,6 +4227,10 @@ Each term in this vocabulary has a human-readable description and may include ad Expert-level Novice-level + + hedId + HED_0012478 + Novice-level @@ -2073,51 +4240,107 @@ Each term in this vocabulary has a human-readable description and may include ad Expert-level Intermediate-experience-level + + hedId + HED_0012479 + + + Ethnicity + Belong to a social group that has a common national or cultural tradition. Use with Label to avoid extension. + + hedId + HED_0012480 + + Gender Characteristics that are socially constructed, including norms, behaviors, and roles based on sex. + + hedId + HED_0012481 + - Sex - Physical properties or qualities by which male is distinguished from female. + Handedness + Individual preference for use of a hand, known as the dominant hand. + + hedId + HED_0012482 + - Female - Biological sex of an individual with female sexual organs such ova. + Ambidextrous + Having no overall dominance in the use of right or left hand or foot in the performance of tasks that require one hand or foot. + + hedId + HED_0012483 + - Male - Biological sex of an individual with male sexual organs producing sperm. + Left-handed + Preference for using the left hand or foot for tasks requiring the use of a single hand or foot. + + hedId + HED_0012484 + - Intersex - Having genitalia and/or secondary sexual characteristics of indeterminate sex. + Right-handed + Preference for using the right hand or foot for tasks requiring the use of a single hand or foot. + + hedId + HED_0012485 + - Ethnicity - Belong to a social group that has a common national or cultural tradition. Use with Label to avoid extension. + Race + Belonging to a group sharing physical or social qualities as defined within a specified society. Use with Label to avoid extension. + + hedId + HED_0012486 + - Handedness - Individual preference for use of a hand, known as the dominant hand. + Sex + Physical properties or qualities by which male is distinguished from female. + + hedId + HED_0012487 + - Left-handed - Preference for using the left hand or foot for tasks requiring the use of a single hand or foot. + Female + Biological sex of an individual with female sexual organs such ova. + + hedId + HED_0012488 + - Right-handed - Preference for using the right hand or foot for tasks requiring the use of a single hand or foot. + Intersex + Having genitalia and/or secondary sexual characteristics of indeterminate sex. + + hedId + HED_0012489 + - Ambidextrous - Having no overall dominance in the use of right or left hand or foot in the performance of tasks that require one hand or foot. + Male + Biological sex of an individual with male sexual organs producing sperm. + + hedId + HED_0012490 + + + + Other-sex + A non-specific designation of sexual traits. + + hedId + HED_0012491 + - - - Race - Belonging to a group sharing physical or social qualities as defined within a specified society. Use with Label to avoid extension. @@ -2127,16 +4350,266 @@ Each term in this vocabulary has a human-readable description and may include ad extensionAllowed + + hedId + HED_0012492 + + + Data-artifact + An anomalous, interfering, or distorting signal originating from a source other than the item being studied. + + hedId + HED_0012493 + + + Biological-artifact + A data artifact arising from a biological entity being measured. + + hedId + HED_0012494 + + + Chewing-artifact + Artifact from moving the jaw in a chewing motion. + + hedId + HED_0012495 + + + + ECG-artifact + An electrical artifact from the far-field potential from pulsation of the heart, time locked to QRS complex. + + hedId + HED_0012496 + + + + EMG-artifact + Artifact from muscle activity and myogenic potentials at the measurements site. In EEG, myogenic potentials are the most common artifacts. Frontalis and temporalis muscles (e.g. clenching of jaw muscles) are common causes. Generally, the potentials generated in the muscles are of shorter duration than those generated in the brain. The frequency components are usually beyond 30-50 Hz, and the bursts are arrhythmic. + + hedId + HED_0012497 + + + + Eye-artifact + Ocular movements and blinks can result in artifacts in different types of data. In electrophysiology data, these can result transients and offsets the signal. + + hedId + HED_0012498 + + + Eye-blink-artifact + Artifact from eye blinking. In EEG, Fp1/Fp2 electrodes become electro-positive with eye closure because the cornea is positively charged causing a negative deflection in Fp1/Fp2. If the eye blink is unilateral, consider prosthetic eye. + + hedId + HED_0012499 + + + + Eye-movement-artifact + Eye movements can cause artifacts on recordings. The charge of the eye can especially cause artifacts in electrophysiology data. + + hedId + HED_0012500 + + + Horizontal-eye-movement-artifact + Artifact from moving eyes left-to-right and right-to-left. In EEG, there is an upward deflection in the Fp2-F8 derivation, when the eyes move to the right side. In this case F8 becomes more positive and therefore. When the eyes move to the left, F7 becomes more positive and there is an upward deflection in the Fp1-F7 derivation. + + hedId + HED_0012501 + + + + Nystagmus-artifact + Artifact from nystagmus (a vision condition in which the eyes make repetitive, uncontrolled movements). + + hedId + HED_0012502 + + + + Slow-eye-movement-artifact + Artifacts originating from slow, rolling eye-movements, seen during drowsiness. + + hedId + HED_0012503 + + + + Vertical-eye-movement-artifact + Artifact from moving eyes up and down. In EEG, this causes positive potentials (50-100 micro V) with bi-frontal distribution, maximum at Fp1 and Fp2, when the eyeball rotates upward. The downward rotation of the eyeball is associated with the negative deflection. The time course of the deflections is similar to the time course of the eyeball movement. + + hedId + HED_0012504 + + + + + + Movement-artifact + Artifact in the measured data generated by motion of the subject. + + hedId + HED_0012505 + + + + Pulse-artifact + A mechanical artifact from a pulsating blood vessel near a measurement site, cardio-ballistic artifact. + + hedId + HED_0012506 + + + + Respiration-artifact + Artifact from breathing. + + hedId + HED_0012507 + + + + Rocking-patting-artifact + Quasi-rhythmical artifacts in recordings most commonly seen in infants. Typically caused by a caregiver rocking or patting the infant. + + hedId + HED_0012508 + + + + Sucking-artifact + Artifact from sucking, typically seen in very young cases. + + hedId + HED_0012509 + + + + Sweat-artifact + Artifact from sweating. In EEG, this is a low amplitude undulating waveform that is usually greater than 2 seconds and may appear to be an unstable baseline. + + hedId + HED_0012510 + + + + Tongue-movement-artifact + Artifact from tongue movement (Glossokinetic). The tongue functions as a dipole, with the tip negative with respect to the base. In EEG, the artifact produced by the tongue has a broad potential field that drops from frontal to occipital areas, although it is less steep than that produced by eye movement artifacts. The amplitude of the potentials is greater inferiorly than in parasagittal regions; the frequency is variable but usually in the delta range. Chewing and sucking can produce similar artifacts. + + hedId + HED_0012511 + + + + + Nonbiological-artifact + A data artifact arising from a non-biological source. + + hedId + HED_0012512 + + + Artificial-ventilation-artifact + Artifact stemming from mechanical ventilation. These can occur at the same rate as the ventilator, but also have other patterns. + + hedId + HED_0012513 + + + + Dialysis-artifact + Artifacts seen in recordings during continuous renal replacement therapy (dialysis). + + hedId + HED_0012514 + + + + Electrode-movement-artifact + Artifact from electrode movement. + + hedId + HED_0012515 + + + + Electrode-pops-artifact + Brief artifact with a steep rise and slow fall of an electrophysiological signal, most often caused by a loose electrode. + + hedId + HED_0012516 + + + + Induction-artifact + Artifacts induced by nearby equipment. In EEG, these are usually of high frequency. + + hedId + HED_0012517 + + + + Line-noise-artifact + Power line noise at 50 Hz or 60 Hz. + + hedId + HED_0012518 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + frequencyUnits + + + hedId + HED_0012519 + + + + + Salt-bridge-artifact + Artifact from salt-bridge between EEG electrodes. + + hedId + HED_0012520 + + + + Data-marker An indicator placed to mark something. + + hedId + HED_0012521 + Data-break-marker An indicator place to indicate a gap in the data. + + hedId + HED_0012522 + Temporal-marker An indicator placed at a particular time in the data. + + hedId + HED_0012523 + Inset Marks an intermediate point in an ongoing event of temporal extent. @@ -2151,10 +4624,14 @@ Each term in this vocabulary has a human-readable description and may include ad Onset Offset + + hedId + HED_0012524 + - Onset - Marks the start of an ongoing event of temporal extent. + Offset + Marks the end of an event of temporal extent. topLevelTagGroup @@ -2163,13 +4640,17 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag + Onset Inset - Offset + + + hedId + HED_0012525 - Offset - Marks the end of an event of temporal extent. + Onset + Marks the start of an ongoing event of temporal extent. topLevelTagGroup @@ -2178,30 +4659,54 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag - Onset Inset + Offset + + + hedId + HED_0012526 Pause - Indicates the temporary interruption of the operation a process and subsequently wait for a signal to continue. + Indicates the temporary interruption of the operation of a process and subsequently a wait for a signal to continue. + + hedId + HED_0012527 + Time-out A cancellation or cessation that automatically occurs when a predefined interval of time has passed without a certain event occurring. + + hedId + HED_0012528 + Time-sync - A synchronization signal whose purpose to help synchronize different signals or processes. Often used to indicate a marker inserted into the recorded data to allow post hoc synchronization of concurrently recorded data streams. + A synchronization signal whose purpose is to help synchronize different signals or processes. Often used to indicate a marker inserted into the recorded data to allow post hoc synchronization of concurrently recorded data streams. + + hedId + HED_0012529 + Data-resolution Smallest change in a quality being measured by an sensor that causes a perceptible change. + + hedId + HED_0012530 + Printer-resolution Resolution of a printer, usually expressed as the number of dots-per-inch for a printer. + + hedId + HED_0012531 + # @@ -2211,11 +4716,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0012532 + Screen-resolution Resolution of a screen, usually expressed as the of pixels in a dimension for a digital display device. + + hedId + HED_0012533 + # @@ -2225,11 +4738,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0012534 + Sensory-resolution Resolution of measurements by a sensing device. + + hedId + HED_0012535 + # @@ -2239,11 +4760,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0012536 + Spatial-resolution Linear spacing of a spatial measurement. + + hedId + HED_0012537 + # @@ -2253,11 +4782,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0012538 + Spectral-resolution - Measures the ability of a sensor to resolve features in the electromagnetic spectrum. + Measures the ability of a sensor to resolve features in the electromagnetic spectrum. + + hedId + HED_0012539 + # @@ -2267,12 +4804,20 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0012540 + Temporal-resolution - Measures the ability of a sensor to resolve features in time. - + Measures the ability of a sensor to resolve features in time. + + hedId + HED_0012541 + + # takesValue @@ -2281,42 +4826,82 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0012542 + Data-source-type The type of place, person, or thing from which the data comes or can be obtained. + + hedId + HED_0012543 + Computed-feature A feature computed from the data by a tool. This tag should be grouped with a label of the form Toolname_propertyName. + + hedId + HED_0012544 + Computed-prediction A computed extrapolation of known data. + + hedId + HED_0012545 + Expert-annotation An explanatory or critical comment or other in-context information provided by an authority. + + hedId + HED_0012546 + Instrument-measurement Information obtained from a device that is used to measure material properties or make other observations. + + hedId + HED_0012547 + Observation Active acquisition of information from a primary source. Should be grouped with a label of the form AgentID_featureName. + + hedId + HED_0012548 + Data-value Designation of the type of a data item. + + hedId + HED_0012549 + Categorical-value Indicates that something can take on a limited and usually fixed number of possible values. + + hedId + HED_0012550 + Categorical-class-value Categorical values that fall into discrete classes such as true or false. The grouping is absolute in the sense that it is the same for all participants. + + hedId + HED_0012551 + All To a complete degree or to the full or entire extent. @@ -2325,6 +4910,10 @@ Each term in this vocabulary has a human-readable description and may include ad Some None + + hedId + HED_0012552 + Correct @@ -2333,6 +4922,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Wrong + + hedId + HED_0012553 + Explicit @@ -2341,6 +4934,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Implicit + + hedId + HED_0012554 + False @@ -2349,6 +4946,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag True + + hedId + HED_0012555 + Implicit @@ -2357,6 +4958,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Explicit + + hedId + HED_0012556 + Invalid @@ -2365,6 +4970,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Valid + + hedId + HED_0012557 + None @@ -2374,6 +4983,10 @@ Each term in this vocabulary has a human-readable description and may include ad All Some + + hedId + HED_0012558 + Some @@ -2383,6 +4996,10 @@ Each term in this vocabulary has a human-readable description and may include ad All None + + hedId + HED_0012559 + True @@ -2391,6 +5008,22 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag False + + hedId + HED_0012560 + + + + Unknown + The information has not been provided. + + relatedTag + Invalid + + + hedId + HED_0012561 + Valid @@ -2399,6 +5032,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Invalid + + hedId + HED_0012562 + Wrong @@ -2407,11 +5044,19 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Correct + + hedId + HED_0012563 + Categorical-judgment-value Categorical values that are based on the judgment or perception of the participant such familiar and famous. + + hedId + HED_0012564 + Abnormal Deviating in any way from the state, position, structure, condition, behavior, or rule which is considered a norm. @@ -2419,6 +5064,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Normal + + hedId + HED_0012565 + Asymmetrical @@ -2427,6 +5076,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Symmetrical + + hedId + HED_0012566 + Audible @@ -2435,13 +5088,9 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Inaudible - - - Congruent - Concordance of multiple evidence lines. In agreement or harmony. - relatedTag - Incongruent + hedId + HED_0012567 @@ -2451,6 +5100,22 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Simple + + hedId + HED_0012568 + + + + Congruent + Concordance of multiple evidence lines. In agreement or harmony. + + relatedTag + Incongruent + + + hedId + HED_0012569 + Constrained @@ -2459,6 +5124,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Unconstrained + + hedId + HED_0012570 + Disordered @@ -2467,6 +5136,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Ordered + + hedId + HED_0012571 + Familiar @@ -2476,6 +5149,10 @@ Each term in this vocabulary has a human-readable description and may include ad Unfamiliar Famous + + hedId + HED_0012572 + Famous @@ -2485,6 +5162,10 @@ Each term in this vocabulary has a human-readable description and may include ad Familiar Unfamiliar + + hedId + HED_0012573 + Inaudible @@ -2493,6 +5174,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Audible + + hedId + HED_0012574 + Incongruent @@ -2501,6 +5186,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Congruent + + hedId + HED_0012575 + Involuntary @@ -2509,14 +5198,22 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Voluntary + + hedId + HED_0012576 + Masked - Information exists but is not provided or is partially obscured due to security, privacy, or other concerns. + Information exists but is not provided or is partially obscured due to security,privacy, or other concerns. relatedTag Unmasked + + hedId + HED_0012577 + Normal @@ -2525,6 +5222,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Abnormal + + hedId + HED_0012578 + Ordered @@ -2533,6 +5234,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Disordered + + hedId + HED_0012579 + Simple @@ -2541,6 +5246,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Complex + + hedId + HED_0012580 + Symmetrical @@ -2549,6 +5258,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Asymmetrical + + hedId + HED_0012581 + Unconstrained @@ -2557,6 +5270,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Constrained + + hedId + HED_0012582 + Unfamiliar @@ -2566,6 +5283,10 @@ Each term in this vocabulary has a human-readable description and may include ad Familiar Famous + + hedId + HED_0012583 + Unmasked @@ -2574,6 +5295,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Masked + + hedId + HED_0012584 + Voluntary @@ -2582,11 +5307,19 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Involuntary + + hedId + HED_0012585 + Categorical-level-value Categorical values based on dividing a continuous variable into levels such as high and low. + + hedId + HED_0012586 + Cold Having an absence of heat. @@ -2594,6 +5327,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Hot + + hedId + HED_0012587 + Deep @@ -2602,6 +5339,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Shallow + + hedId + HED_0012588 + High @@ -2611,6 +5352,10 @@ Each term in this vocabulary has a human-readable description and may include ad Low Medium + + hedId + HED_0012589 + Hot @@ -2619,6 +5364,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Cold + + hedId + HED_0012590 + Large @@ -2627,6 +5376,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Small + + hedId + HED_0012591 + Liminal @@ -2636,6 +5389,10 @@ Each term in this vocabulary has a human-readable description and may include ad Subliminal Supraliminal + + hedId + HED_0012592 + Loud @@ -2644,6 +5401,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Quiet + + hedId + HED_0012593 + Low @@ -2652,6 +5413,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag High + + hedId + HED_0012594 + Medium @@ -2661,6 +5426,10 @@ Each term in this vocabulary has a human-readable description and may include ad Low High + + hedId + HED_0012595 + Negative @@ -2669,6 +5438,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Positive + + hedId + HED_0012596 + Positive @@ -2677,6 +5450,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Negative + + hedId + HED_0012597 + Quiet @@ -2685,6 +5462,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Loud + + hedId + HED_0012598 + Rough @@ -2693,6 +5474,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Smooth + + hedId + HED_0012599 + Shallow @@ -2701,6 +5486,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Deep + + hedId + HED_0012600 + Small @@ -2709,6 +5498,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Large + + hedId + HED_0012601 + Smooth @@ -2717,6 +5510,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Rough + + hedId + HED_0012602 + Subliminal @@ -2726,6 +5523,10 @@ Each term in this vocabulary has a human-readable description and may include ad Liminal Supraliminal + + hedId + HED_0012603 + Supraliminal @@ -2735,6 +5536,10 @@ Each term in this vocabulary has a human-readable description and may include ad Liminal Subliminal + + hedId + HED_0012604 + Thick @@ -2743,6 +5548,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Thin + + hedId + HED_0012605 + Thin @@ -2751,11 +5560,75 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Thick + + hedId + HED_0012606 + + + + + Categorical-location-value + Value indicating the location of something, primarily as an identifier rather than an expression of where the item is relative to something else. + + hedId + HED_0012607 + + + Anterior + Relating to an item on the front of an agent body (from the point of view of the agent) or on the front of an object from the point of view of an agent. This pertains to the identity of an agent or a thing. + + hedId + HED_0012608 + + + + Lateral + Identifying the portion of an object away from the midline, particularly applied to the (anterior-posterior, superior-inferior) surface of a brain. + + hedId + HED_0012609 + + + + Left + Relating to an item on the left side of an agent body (from the point of view of the agent) or the left side of an object from the point of view of an agent. This pertains to the identity of an agent or a thing, for example (Left, Hand) as an identifier for the left hand. HED spatial relations should be used for relative positions such as (Hand, (Left-side-of, Keyboard)), which denotes the hand placed on the left side of the keyboard, which could be either the identified left hand or right hand. + + hedId + HED_0012610 + + + + Medial + Identifying the portion of an object towards the center, particularly applied to the (anterior-posterior, superior-inferior) surface of a brain. + + hedId + HED_0012611 + + + + Posterior + Relating to an item on the back of an agent body (from the point of view of the agent) or on the back of an object from the point of view of an agent. This pertains to the identity of an agent or a thing. + + hedId + HED_0012612 + + + + Right + Relating to an item on the right side of an agent body (from the point of view of the agent) or the right side of an object from the point of view of an agent. This pertains to the identity of an agent or a thing, for example (Right, Hand) as an identifier for the right hand. HED spatial relations should be used for relative positions such as (Hand, (Right-side-of, Keyboard)), which denotes the hand placed on the right side of the keyboard, which could be either the identified left hand or right hand. + + hedId + HED_0012613 + Categorical-orientation-value Value indicating the orientation or direction of something. + + hedId + HED_0012614 + Backward Directed behind or to the rear. @@ -2763,6 +5636,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Forward + + hedId + HED_0012615 + Downward @@ -2773,6 +5650,10 @@ Each term in this vocabulary has a human-readable description and may include ad Rightward Upward + + hedId + HED_0012616 + Forward @@ -2781,6 +5662,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Backward + + hedId + HED_0012617 + Horizontally-oriented @@ -2789,6 +5674,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Vertically-oriented + + hedId + HED_0012618 + Leftward @@ -2799,6 +5688,10 @@ Each term in this vocabulary has a human-readable description and may include ad Rightward Upward + + hedId + HED_0012619 + Oblique @@ -2807,6 +5700,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Rotated + + hedId + HED_0012620 + Rightward @@ -2817,10 +5714,18 @@ Each term in this vocabulary has a human-readable description and may include ad Leftward Upward + + hedId + HED_0012621 + Rotated Positioned offset around an axis or center. + + hedId + HED_0012622 + Upward @@ -2831,6 +5736,10 @@ Each term in this vocabulary has a human-readable description and may include ad Leftward Rightward + + hedId + HED_0012623 + Vertically-oriented @@ -2839,15 +5748,27 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Horizontally-oriented + + hedId + HED_0012624 + Physical-value The value of some physical property of something. + + hedId + HED_0012625 + - Weight - The relative mass or the quantity of matter contained by something. + Temperature + A measure of hot or cold based on the average kinetic energy of the atoms or molecules in the system. + + hedId + HED_0012626 + # @@ -2859,13 +5780,21 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass - weightUnits + temperatureUnits + + + hedId + HED_0012627 - Temperature - A measure of hot or cold based on the average kinetic energy of the atoms or molecules in the system. + Weight + The relative mass or the quantity of matter contained by something. + + hedId + HED_0012628 + # @@ -2877,7 +5806,11 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass - temperatureUnits + weightUnits + + + hedId + HED_0012629 @@ -2885,9 +5818,17 @@ Each term in this vocabulary has a human-readable description and may include ad Quantitative-value Something capable of being estimated or expressed with numeric values. + + hedId + HED_0012630 + Fraction A numerical value between 0 and 1. + + hedId + HED_0012631 + # @@ -2897,11 +5838,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0012632 + Item-count The integer count of something which is usually grouped with the entity it is counting. (Item-count/3, A) indicates that 3 of A have occurred up to this point. + + hedId + HED_0012633 + # @@ -2911,11 +5860,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0012634 + Item-index The index of an item in a collection, sequence or other structure. (A (Item-index/3, B)) means that A is item number 3 in B. + + hedId + HED_0012635 + # @@ -2925,11 +5882,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0012636 + Item-interval An integer indicating how many items or entities have passed since the last one of these. An item interval of 0 indicates the current item. + + hedId + HED_0012637 + # @@ -2939,11 +5904,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0012638 + Percentage A fraction or ratio with 100 understood as the denominator. + + hedId + HED_0012639 + # @@ -2953,11 +5926,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0012640 + Ratio A quotient of quantities of the same kind for different components within the same system. + + hedId + HED_0012641 + # @@ -2967,165 +5948,34 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0012642 + - Statistical-value - A value based on or employing the principles of statistics. + Spatiotemporal-value + A property relating to space and/or time. - extensionAllowed + hedId + HED_0012643 - - Data-maximum - The largest possible quantity or degree. - - # - - takesValue - - - valueClass - numericClass - - - - - Data-mean - The sum of a set of values divided by the number of values in the set. - - # - - takesValue - - - valueClass - numericClass - - - - - Data-median - The value which has an equal number of values greater and less than it. - - # - - takesValue - - - valueClass - numericClass - - - - - Data-minimum - The smallest possible quantity. - - # - - takesValue - - - valueClass - numericClass - - - - - Probability - A measure of the expectation of the occurrence of a particular event. - - # - - takesValue - - - valueClass - numericClass - - - - - Standard-deviation - A measure of the range of values in a set of numbers. Standard deviation is a statistic used as a measure of the dispersion or variation in a distribution, equal to the square root of the arithmetic mean of the squares of the deviations from the arithmetic mean. - - # - - takesValue - - - valueClass - numericClass - - - - - Statistical-accuracy - A measure of closeness to true value expressed as a number between 0 and 1. - - # - - takesValue - - - valueClass - numericClass - - - - - Statistical-precision - A quantitative representation of the degree of accuracy necessary for or associated with a particular action. - - # - - takesValue - - - valueClass - numericClass - - - - - Statistical-recall - Sensitivity is a measurement datum qualifying a binary classification test and is computed by substracting the false negative rate to the integral numeral 1. - - # - - takesValue - - - valueClass - numericClass - - - - - Statistical-uncertainty - A measure of the inherent variability of repeated observation measurements of a quantity including quantities evaluated by statistical methods and by other means. - - # - - takesValue - - - valueClass - numericClass - - - - - - Spatiotemporal-value - A property relating to space and/or time. Rate-of-change The amount of change accumulated per unit time. + + hedId + HED_0012644 + Acceleration Magnitude of the rate of change in either speed or direction. The direction of change should be given separately. + + hedId + HED_0012645 + # @@ -3139,11 +5989,19 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass accelerationUnits + + hedId + HED_0012646 + Frequency Frequency is the number of occurrences of a repeating event per unit time. + + hedId + HED_0012647 + # @@ -3157,11 +6015,19 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass frequencyUnits + + hedId + HED_0012648 + Jerk-rate Magnitude of the rate at which the acceleration of an object changes with respect to time. The direction of change should be given separately. + + hedId + HED_0012649 + # @@ -3175,39 +6041,63 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass jerkUnits + + hedId + HED_0012650 + - Sampling-rate - The number of digital samples taken or recorded per unit of time. + Refresh-rate + The frequency with which the image on a computer monitor or similar electronic display screen is refreshed, usually expressed in hertz. + + hedId + HED_0012651 + # takesValue - unitClass - frequencyUnits + valueClass + numericClass + + + hedId + HED_0012652 - Refresh-rate - The frequency with which the image on a computer monitor or similar electronic display screen is refreshed, usually expressed in hertz. + Sampling-rate + The number of digital samples taken or recorded per unit of time. + + hedId + HED_0012653 + # takesValue - valueClass - numericClass + unitClass + frequencyUnits + + + hedId + HED_0012654 Speed - A scalar measure of the rate of movement of the object expressed either as the distance travelled divided by the time taken (average speed) or the rate of change of position with respect to time at a particular point (instantaneous speed). The direction of change should be given separately. + A scalar measure of the rate of movement of the object expressed either as the distance traveled divided by the time taken (average speed) or the rate of change of position with respect to time at a particular point (instantaneous speed). The direction of change should be given separately. + + hedId + HED_0012655 + # @@ -3221,11 +6111,19 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass speedUnits + + hedId + HED_0012656 + Temporal-rate The number of items per unit of time. + + hedId + HED_0012657 + # @@ -3239,15 +6137,27 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass frequencyUnits + + hedId + HED_0012658 + Spatial-value Value of an item involving space. + + hedId + HED_0012659 + Angle The amount of inclination of one line to another or the plane of one object to another. + + hedId + HED_0012660 + # @@ -3261,11 +6171,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0012661 + Distance A measure of the space separating two objects or points. + + hedId + HED_0012662 + # @@ -3279,14 +6197,78 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass physicalLengthUnits + + hedId + HED_0012663 + Position A reference to the alignment of an object, a particular situation or view of a situation, or the location of an object. Coordinates with respect a specified frame of reference or the default Screen-frame if no frame is given. + + hedId + HED_0012664 + + + Clock-face + A location identifier based on clock-face numbering or anatomic subregion. Replaced by Clock-face-position. + + deprecatedFrom + 8.2.0 + + + hedId + HED_0012326 + + + # + + deprecatedFrom + 8.2.0 + + + takesValue + + + valueClass + numericClass + + + hedId + HED_0013228 + + + + + Clock-face-position + A location identifier based on clock-face numbering or anatomic subregion. As an object, just use the tag Clock. + + hedId + HED_0013229 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0013230 + + + X-position The position along the x-axis of the frame of reference. + + hedId + HED_0012665 + # @@ -3300,11 +6282,19 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass physicalLengthUnits + + hedId + HED_0012666 + Y-position The position along the y-axis of the frame of reference. + + hedId + HED_0012667 + # @@ -3318,11 +6308,19 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass physicalLengthUnits + + hedId + HED_0012668 + Z-position The position along the z-axis of the frame of reference. + + hedId + HED_0012669 + # @@ -3336,15 +6334,27 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass physicalLengthUnits + + hedId + HED_0012670 + Size The physical magnitude of something. + + hedId + HED_0012671 + Area The extent of a 2-dimensional surface enclosed within a boundary. + + hedId + HED_0012672 + # @@ -3358,11 +6368,19 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass areaUnits + + hedId + HED_0012673 + Depth The distance from the surface of something especially from the perspective of looking from the front. + + hedId + HED_0012674 + # @@ -3376,11 +6394,45 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass physicalLengthUnits + + hedId + HED_0012675 + + + + + Height + The vertical measurement or distance from the base to the top of an object. + + hedId + HED_0012676 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + physicalLengthUnits + + + hedId + HED_0012677 + Length The linear extent in space from one end of something to the other end, or the extent of something from beginning to end. + + hedId + HED_0012678 + # @@ -3394,11 +6446,19 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass physicalLengthUnits + + hedId + HED_0012679 + - Width - The extent or measurement of something from side to side. + Perimeter + The minimum length of paths enclosing a 2D shape. + + hedId + HED_0012680 + # @@ -3412,11 +6472,19 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass physicalLengthUnits + + hedId + HED_0012681 + - Height - The vertical measurement or distance from the base to the top of an object. + Radius + The distance of the line from the center of a circle or a sphere to its perimeter or outer surface, respectively. + + hedId + HED_0012682 + # @@ -3430,11 +6498,19 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass physicalLengthUnits + + hedId + HED_0012683 + Volume The amount of three dimensional space occupied by an object or the capacity of a space or container. + + hedId + HED_0012684 + # @@ -3448,6 +6524,36 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass volumeUnits + + hedId + HED_0012685 + + + + + Width + The extent or measurement of something from side to side. + + hedId + HED_0012686 + + + # + + takesValue + + + valueClass + numericClass + + + unitClass + physicalLengthUnits + + + hedId + HED_0012687 + @@ -3455,6 +6561,10 @@ Each term in this vocabulary has a human-readable description and may include ad Temporal-value A characteristic of or relating to time or limited by time. + + hedId + HED_0012688 + Delay The time at which an event start time is delayed from the current onset time. This tag defines the start time of an event of temporal extent and may be used with the Duration tag. @@ -3464,10 +6574,17 @@ Each term in this vocabulary has a human-readable description and may include ad reserved + + requireChild + relatedTag Duration + + hedId + HED_0012689 + # @@ -3481,6 +6598,10 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass timeUnits + + hedId + HED_0012690 + @@ -3492,10 +6613,17 @@ Each term in this vocabulary has a human-readable description and may include ad reserved + + requireChild + relatedTag Delay + + hedId + HED_0012691 + # @@ -3509,11 +6637,19 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass timeUnits + + hedId + HED_0012692 + Time-interval The period of time separating two instances, events, or occurrences. + + hedId + HED_0012693 + # @@ -3527,11 +6663,19 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass timeUnits + + hedId + HED_0012694 + Time-value A value with units of time. Usually grouped with tags identifying what the value represents. + + hedId + HED_0012695 + # @@ -3545,196 +6689,579 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass timeUnits + + hedId + HED_0012696 + - - - Data-variability-attribute - An attribute describing how something changes or varies. - - Abrupt - Marked by sudden change. - - - Constant - Continually recurring or continuing without interruption. Not changing in time or space. - - - Continuous - Uninterrupted in time, sequence, substance, or extent. - - relatedTag - Discrete - Discontinuous - - - - Decreasing - Becoming smaller or fewer in size, amount, intensity, or degree. - - relatedTag - Increasing - - - - Deterministic - No randomness is involved in the development of the future states of the element. - - relatedTag - Random - Stochastic - - - - Discontinuous - Having a gap in time, sequence, substance, or extent. - - relatedTag - Continuous - - - - Discrete - Constituting a separate entities or parts. - - relatedTag - Continuous - Discontinuous - - - - Flickering - Moving irregularly or unsteadily or burning or shining fitfully or with a fluctuating light. - - - Estimated-value - Something that has been calculated or measured approximately. - - - Exact-value - A value that is viewed to the true value according to some standard. - - - Fractal - Having extremely irregular curves or shapes for which any suitably chosen part is similar in shape to a given larger or smaller part when magnified or reduced to the same size. - - - Increasing - Becoming greater in size, amount, or degree. - - relatedTag - Decreasing - - - Random - Governed by or depending on chance. Lacking any definite plan or order or purpose. + Statistical-value + A value based on or employing the principles of statistics. - relatedTag - Deterministic - Stochastic + extensionAllowed - - - Repetitive - A recurring action that is often non-purposeful. - - - Stochastic - Uses a random probability distribution or pattern that may be analysed statistically but may not be predicted precisely to determine future states. - relatedTag - Deterministic - Random + hedId + HED_0012697 - - - Varying - Differing in size, amount, degree, or nature. - - - - - Environmental-property - Relating to or arising from the surroundings of an agent. - - Indoors - Located inside a building or enclosure. - - - Outdoors - Any area outside a building or shelter. - - - Real-world - Located in a place that exists in real space and time under realistic conditions. - - - Virtual-world - Using technology that creates immersive, computer-generated experiences that a person can interact with and navigate through. The digital content is generally delivered to the user through some type of headset and responds to changes in head position or through interaction with other types of sensors. Existing in a virtual setting such as a simulation or game environment. - - - Augmented-reality - Using technology that enhances real-world experiences with computer-derived digital overlays to change some aspects of perception of the natural environment. The digital content is shown to the user through a smart device or glasses and responds to changes in the environment. - - - Motion-platform - A mechanism that creates the feelings of being in a real motion environment. - - - Urban - Relating to, located in, or characteristic of a city or densely populated area. - - - Rural - Of or pertaining to the country as opposed to the city. - - - Terrain - Characterization of the physical features of a tract of land. - - Composite-terrain - Tracts of land characterized by a mixure of physical features. - - - Dirt-terrain - Tracts of land characterized by a soil surface and lack of vegetation. - - - Grassy-terrain - Tracts of land covered by grass. - - - Gravel-terrain - Tracts of land covered by a surface consisting a loose aggregation of small water-worn or pounded stones. - - - Leaf-covered-terrain - Tracts of land covered by leaves and composited organic material. - - - Muddy-terrain - Tracts of land covered by a liquid or semi-liquid mixture of water and some combination of soil, silt, and clay. - - - Paved-terrain - Tracts of land covered with concrete, asphalt, stones, or bricks. - + + Data-maximum + The largest possible quantity or degree. + + hedId + HED_0012698 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012699 + + + + + Data-mean + The sum of a set of values divided by the number of values in the set. + + hedId + HED_0012700 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012701 + + + + + Data-median + The value which has an equal number of values greater and less than it. + + hedId + HED_0012702 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012703 + + + + + Data-minimum + The smallest possible quantity. + + hedId + HED_0012704 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012705 + + + + + Probability + A measure of the expectation of the occurrence of a particular event. + + hedId + HED_0012706 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012707 + + + + + Standard-deviation + A measure of the range of values in a set of numbers. Standard deviation is a statistic used as a measure of the dispersion or variation in a distribution, equal to the square root of the arithmetic mean of the squares of the deviations from the arithmetic mean. + + hedId + HED_0012708 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012709 + + + + + Statistical-accuracy + A measure of closeness to true value expressed as a number between 0 and 1. + + hedId + HED_0012710 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012711 + + + + + Statistical-precision + A quantitative representation of the degree of accuracy necessary for or associated with a particular action. + + hedId + HED_0012712 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012713 + + + + + Statistical-recall + Sensitivity is a measurement datum qualifying a binary classification test and is computed by subtracting the false negative rate to the integral numeral 1. + + hedId + HED_0012714 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012715 + + + + + Statistical-uncertainty + A measure of the inherent variability of repeated observation measurements of a quantity including quantities evaluated by statistical methods and by other means. + + hedId + HED_0012716 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0012717 + + + + + + + Data-variability-attribute + An attribute describing how something changes or varies. + + hedId + HED_0012718 + + + Abrupt + Marked by sudden change. + + hedId + HED_0012719 + + + + Constant + Continually recurring or continuing without interruption. Not changing in time or space. + + hedId + HED_0012720 + + + + Continuous + Uninterrupted in time, sequence, substance, or extent. + + relatedTag + Discrete + Discontinuous + + + hedId + HED_0012721 + + + + Decreasing + Becoming smaller or fewer in size, amount, intensity, or degree. + + relatedTag + Increasing + + + hedId + HED_0012722 + + + + Deterministic + No randomness is involved in the development of the future states of the element. + + relatedTag + Random + Stochastic + + + hedId + HED_0012723 + + + + Discontinuous + Having a gap in time, sequence, substance, or extent. + + relatedTag + Continuous + + + hedId + HED_0012724 + + + + Discrete + Constituting a separate entities or parts. + + relatedTag + Continuous + Discontinuous + + + hedId + HED_0012725 + + + + Estimated-value + Something that has been calculated or measured approximately. + + hedId + HED_0012726 + + + + Exact-value + A value that is viewed to the true value according to some standard. + + hedId + HED_0012727 + + + + Flickering + Moving irregularly or unsteadily or burning or shining fitfully or with a fluctuating light. + + hedId + HED_0012728 + + + + Fractal + Having extremely irregular curves or shapes for which any suitably chosen part is similar in shape to a given larger or smaller part when magnified or reduced to the same size. + + hedId + HED_0012729 + + + + Increasing + Becoming greater in size, amount, or degree. + + relatedTag + Decreasing + + + hedId + HED_0012730 + + + + Random + Governed by or depending on chance. Lacking any definite plan or order or purpose. + + relatedTag + Deterministic + Stochastic + + + hedId + HED_0012731 + + + + Repetitive + A recurring action that is often non-purposeful. + + hedId + HED_0012732 + + + + Stochastic + Uses a random probability distribution or pattern that may be analyzed statistically but may not be predicted precisely to determine future states. + + relatedTag + Deterministic + Random + + + hedId + HED_0012733 + + + + Varying + Differing in size, amount, degree, or nature. + + hedId + HED_0012734 + + + + + + Environmental-property + Relating to or arising from the surroundings of an agent. + + hedId + HED_0012735 + + + Augmented-reality + Using technology that enhances real-world experiences with computer-derived digital overlays to change some aspects of perception of the natural environment. The digital content is shown to the user through a smart device or glasses and responds to changes in the environment. + + hedId + HED_0012736 + + + + Indoors + Located inside a building or enclosure. + + hedId + HED_0012737 + + + + Motion-platform + A mechanism that creates the feelings of being in a real motion environment. + + hedId + HED_0012738 + + + + Outdoors + Any area outside a building or shelter. + + hedId + HED_0012739 + + + + Real-world + Located in a place that exists in real space and time under realistic conditions. + + hedId + HED_0012740 + + + + Rural + Of or pertaining to the country as opposed to the city. + + hedId + HED_0012741 + + + + Terrain + Characterization of the physical features of a tract of land. + + hedId + HED_0012742 + + + Composite-terrain + Tracts of land characterized by a mixture of physical features. + + hedId + HED_0012743 + + + + Dirt-terrain + Tracts of land characterized by a soil surface and lack of vegetation. + + hedId + HED_0012744 + + + + Grassy-terrain + Tracts of land covered by grass. + + hedId + HED_0012745 + + + + Gravel-terrain + Tracts of land covered by a surface consisting a loose aggregation of small water-worn or pounded stones. + + hedId + HED_0012746 + + + + Leaf-covered-terrain + Tracts of land covered by leaves and composited organic material. + + hedId + HED_0012747 + + + + Muddy-terrain + Tracts of land covered by a liquid or semi-liquid mixture of water and some combination of soil, silt, and clay. + + hedId + HED_0012748 + + + + Paved-terrain + Tracts of land covered with concrete, asphalt, stones, or bricks. + + hedId + HED_0012749 + + Rocky-terrain Tracts of land consisting or full of rock or rocks. + + hedId + HED_0012750 + Sloped-terrain - Tracts of land arranged in a sloping or inclined position. + Tracts of land arranged in a sloping or inclined position. + + hedId + HED_0012751 + Uneven-terrain Tracts of land that are not level, smooth, or regular. + + hedId + HED_0012752 + + + Urban + Relating to, located in, or characteristic of a city or densely populated area. + + hedId + HED_0012753 + + + + Virtual-world + Using technology that creates immersive, computer-generated experiences that a person can interact with and navigate through. The digital content is generally delivered to the user through some type of headset and responds to changes in head position or through interaction with other types of sensors. Existing in a virtual setting such as a simulation or game environment. + + hedId + HED_0012754 + + Informational-property @@ -3742,11 +7269,16 @@ Each term in this vocabulary has a human-readable description and may include ad extensionAllowed + + hedId + HED_0012755 + Description An explanation of what the tag group it is in means. If the description is at the top-level of an event string, the description applies to the event. - requireChild + hedId + HED_0012756 # @@ -3757,13 +7289,18 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass textClass + + hedId + HED_0012757 + ID An alphanumeric name that identifies either a unique object or a unique class of objects. Here the object or class may be an idea, physical countable object (or class), or physical uncountable substance (or class). - requireChild + hedId + HED_0012758 # @@ -3774,13 +7311,18 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass textClass + + hedId + HED_0012759 + Label A string of 20 or fewer characters identifying something. Labels usually refer to general classes of things while IDs refer to specific instances. A term that is associated with some entity. A brief description given for purposes of identification. An identifying or descriptive marker that is attached to an object. - requireChild + hedId + HED_0012760 # @@ -3791,36 +7333,25 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012761 + Metadata Data about data. Information that describes another set of data. - - CogAtlas - The Cognitive Atlas ID number of something. - - # - - takesValue - - - - - CogPo - The CogPO ID number of something. - - # - - takesValue - - - + + hedId + HED_0012762 + Creation-date - The date on which data creation of this element began. + The date on which the creation of this item began. - requireChild + hedId + HED_0012763 # @@ -3831,11 +7362,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass dateTimeClass + + hedId + HED_0012764 + Experimental-note A brief written record about the experiment. + + hedId + HED_0012765 + # @@ -3845,11 +7384,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass textClass + + hedId + HED_0012766 + Library-name Official name of a HED library. + + hedId + HED_0012767 + # @@ -3859,60 +7406,242 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012768 + - OBO-identifier - The identifier of a term in some Open Biology Ontology (OBO) ontology. + Metadata-identifier + Identifier (usually unique) from another metadata source. + + hedId + HED_0012769 + - # + CogAtlas + The Cognitive Atlas ID number of something. - takesValue + hedId + HED_0012770 + + + # + + takesValue + + + hedId + HED_0012771 + + + + + CogPo + The CogPO ID number of something. + + hedId + HED_0012772 + + # + + takesValue + + + hedId + HED_0012773 + + + + + DOI + Digital object identifier for an object. - valueClass - nameClass + hedId + HED_0012774 + + + # + + takesValue + + + hedId + HED_0012775 + + + + + OBO-identifier + The identifier of a term in some Open Biology Ontology (OBO) ontology. + + hedId + HED_0012776 + + + # + + takesValue + + + valueClass + nameClass + + + hedId + HED_0012777 + + + + + Species-identifier + A binomial species name from the NCBI Taxonomy, for example, homo sapiens, mus musculus, or rattus norvegicus. + + hedId + HED_0012778 + + + # + + takesValue + + + hedId + HED_0012779 + + + + + Subject-identifier + A sequence of characters used to identify, name, or characterize a trial or study subject. + + hedId + HED_0012780 + + + # + + takesValue + + + hedId + HED_0012781 + + + + + UUID + A unique universal identifier. + + hedId + HED_0012782 + + + # + + takesValue + + + hedId + HED_0012783 + + + + + Version-identifier + An alphanumeric character string that identifies a form or variant of a type or original. + + hedId + HED_0012784 + + # + Usually is a semantic version. + + takesValue + + + hedId + HED_0012785 + + - Pathname - The specification of a node (file or directory) in a hierarchical file system, usually specified by listing the nodes top-down. + Modified-date + The date on which the item was modified (usually the last-modified data unless a complete record of dated modifications is kept. + + hedId + HED_0012786 + # takesValue + + valueClass + dateTimeClass + + + hedId + HED_0012787 + - Subject-identifier - A sequence of characters used to identify, name, or characterize a trial or study subject. + Pathname + The specification of a node (file or directory) in a hierarchical file system, usually specified by listing the nodes top-down. + + hedId + HED_0012788 + # takesValue + + hedId + HED_0012789 + - Version-identifier - An alphanumeric character string that identifies a form or variant of a type or original. + URL + A valid URL. + + hedId + HED_0012790 + # - Usually is a semantic version. takesValue + + hedId + HED_0012791 + Parameter Something user-defined for this experiment. + + hedId + HED_0012792 + Parameter-label The name of the parameter. + + hedId + HED_0012793 + # @@ -3922,11 +7651,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012794 + Parameter-value The value of the parameter. + + hedId + HED_0012795 + # @@ -3936,6 +7673,10 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass textClass + + hedId + HED_0012796 + @@ -3943,9 +7684,20 @@ Each term in this vocabulary has a human-readable description and may include ad Organizational-property Relating to an organization or the action of organizing something. + + hedId + HED_0012797 + Collection A tag designating a grouping of items such as in a set or list. + + reserved + + + hedId + HED_0012798 + # Name of the collection. @@ -3956,11 +7708,22 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012799 + Condition-variable An aspect of the experiment or task that is to be varied during the experiment. Task-conditions are sometimes called independent variables or contrasts. + + reserved + + + hedId + HED_0012800 + # Name of the condition variable. @@ -3971,11 +7734,22 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012801 + Control-variable An aspect of the experiment that is fixed throughout the study and usually is explicitly controlled. + + reserved + + + hedId + HED_0012802 + # Name of the control variable. @@ -3986,6 +7760,10 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012803 + @@ -3997,6 +7775,10 @@ Each term in this vocabulary has a human-readable description and may include ad reserved + + hedId + HED_0012804 + # Name of the definition. @@ -4007,6 +7789,10 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012805 + @@ -4021,6 +7807,10 @@ Each term in this vocabulary has a human-readable description and may include ad tagGroup + + hedId + HED_0012806 + # @@ -4030,6 +7820,10 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012807 + @@ -4044,6 +7838,10 @@ Each term in this vocabulary has a human-readable description and may include ad topLevelTagGroup + + hedId + HED_0012808 + # Name of the definition. @@ -4054,6 +7852,10 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012809 + @@ -4068,10 +7870,21 @@ Each term in this vocabulary has a human-readable description and may include ad unique + + hedId + HED_0012810 + Event-stream A special HED tag indicating that this event is a member of an ordered succession of events. + + reserved + + + hedId + HED_0012811 + # Name of the event stream. @@ -4082,11 +7895,22 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012812 + Experimental-intertrial A tag used to indicate a part of the experiment between trials usually where nothing is happening. + + reserved + + + hedId + HED_0012813 + # Optional label for the intertrial block. @@ -4097,11 +7921,22 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012814 + Experimental-trial Designates a run or execution of an activity, for example, one execution of a script. A tag used to indicate a particular organizational part in the experimental design often containing a stimulus-response pair or stimulus-response-feedback triad. + + reserved + + + hedId + HED_0012815 + # Optional label for the trial (often a numerical string). @@ -4112,11 +7947,22 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012816 + Indicator-variable An aspect of the experiment or task that is measured as task conditions are varied during the experiment. Experiment indicators are sometimes called dependent variables. + + reserved + + + hedId + HED_0012817 + # Name of the indicator variable. @@ -4127,11 +7973,22 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012818 + Recording A tag designating the data recording. Recording tags are usually have temporal scope which is the entire recording. + + reserved + + + hedId + HED_0012819 + # Optional label for the recording. @@ -4142,11 +7999,22 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012820 + Task An assigned piece of work, usually with a time allotment. A tag used to indicate a linkage the structured activities performed as part of the experiment. + + reserved + + + hedId + HED_0012821 + # Optional label for the task block. @@ -4157,11 +8025,22 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012822 + Time-block A tag used to indicate a contiguous time block in the experiment during which something is fixed or noted. + + reserved + + + hedId + HED_0012823 + # Optional label for the task block. @@ -4172,21 +8051,41 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass nameClass + + hedId + HED_0012824 + Sensory-property Relating to sensation or the physical senses. + + hedId + HED_0012825 + Sensory-attribute A sensory characteristic associated with another entity. + + hedId + HED_0012826 + Auditory-attribute Pertaining to the sense of hearing. + + hedId + HED_0012827 + Loudness Perceived intensity of a sound. + + hedId + HED_0012828 + # @@ -4197,11 +8096,19 @@ Each term in this vocabulary has a human-readable description and may include ad numericClass nameClass + + hedId + HED_0012829 + Pitch A perceptual property that allows the user to order sounds on a frequency scale. + + hedId + HED_0012830 + # @@ -4215,14 +8122,26 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass frequencyUnits + + hedId + HED_0012831 + Sound-envelope Description of how a sound changes over time. + + hedId + HED_0012832 + Sound-envelope-attack The time taken for initial run-up of level from nil to peak usually beginning when the key on a musical instrument is pressed. + + hedId + HED_0012833 + # @@ -4236,11 +8155,19 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass timeUnits + + hedId + HED_0012834 + Sound-envelope-decay The time taken for the subsequent run down from the attack level to the designated sustain level. + + hedId + HED_0012835 + # @@ -4254,11 +8181,19 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass timeUnits + + hedId + HED_0012836 + Sound-envelope-release The time taken for the level to decay from the sustain level to zero after the key is released. + + hedId + HED_0012837 + # @@ -4272,11 +8207,19 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass timeUnits + + hedId + HED_0012838 + Sound-envelope-sustain The time taken for the main sequence of the sound duration, until the key is released. + + hedId + HED_0012839 + # @@ -4290,12 +8233,20 @@ Each term in this vocabulary has a human-readable description and may include ad unitClass timeUnits + + hedId + HED_0012840 + - Timbre - The perceived sound quality of a singing voice or musical instrument. + Sound-volume + The sound pressure level (SPL) usually the ratio to a reference signal estimated as the lower bound of hearing. + + hedId + HED_0012841 + # @@ -4303,13 +8254,25 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass - nameClass + numericClass + + + unitClass + intensityUnits + + + hedId + HED_0012842 - Sound-volume - The sound pressure level (SPL) usually the ratio to a reference signal estimated as the lower bound of hearing. + Timbre + The perceived sound quality of a singing voice or musical instrument. + + hedId + HED_0012843 + # @@ -4317,11 +8280,11 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass - numericClass + nameClass - unitClass - intensityUnits + hedId + HED_0012844 @@ -4329,700 +8292,1400 @@ Each term in this vocabulary has a human-readable description and may include ad Gustatory-attribute Pertaining to the sense of taste. + + hedId + HED_0012845 + Bitter Having a sharp, pungent taste. + + hedId + HED_0012846 + Salty Tasting of or like salt. + + hedId + HED_0012847 + Savory Belonging to a taste that is salty or spicy rather than sweet. + + hedId + HED_0012848 + Sour Having a sharp, acidic taste. + + hedId + HED_0012849 + Sweet Having or resembling the taste of sugar. + + hedId + HED_0012850 + Olfactory-attribute Having a smell. + + hedId + HED_0012851 + Somatic-attribute Pertaining to the feelings in the body or of the nervous system. + + hedId + HED_0012852 + Pain The sensation of discomfort, distress, or agony, resulting from the stimulation of specialized nerve endings. + + hedId + HED_0012853 + Stress The negative mental, emotional, and physical reactions that occur when environmental stressors are perceived as exceeding the adaptive capacities of the individual. + + hedId + HED_0012854 + Tactile-attribute Pertaining to the sense of touch. + + hedId + HED_0012855 + Tactile-pressure Having a feeling of heaviness. + + hedId + HED_0012856 + Tactile-temperature Having a feeling of hotness or coldness. + + hedId + HED_0012857 + Tactile-texture Having a feeling of roughness. + + hedId + HED_0012858 + Tactile-vibration Having a feeling of mechanical oscillation. + + hedId + HED_0012859 + Vestibular-attribute Pertaining to the sense of balance or body position. + + hedId + HED_0012860 + Visual-attribute Pertaining to the sense of sight. + + hedId + HED_0012861 + Color The appearance of objects (or light sources) described in terms of perception of their hue and lightness (or brightness) and saturation. + + hedId + HED_0012862 + CSS-color - One of 140 colors supported by all browsers. For more details such as the color RGB or HEX values, check: https://www.w3schools.com/colors/colors_groups.asp. + One of 140 colors supported by all browsers. For more details such as the color RGB or HEX values,check:https://www.w3schools.com/colors/colors_groups.asp. + + hedId + HED_0012863 + Blue-color CSS color group. + + hedId + HED_0012864 + - CadetBlue - CSS-color 0x5F9EA0. - - - SteelBlue - CSS-color 0x4682B4. - - - LightSteelBlue - CSS-color 0xB0C4DE. - - - LightBlue - CSS-color 0xADD8E6. - - - PowderBlue - CSS-color 0xB0E0E6. - - - LightSkyBlue - CSS-color 0x87CEFA. + Blue + CSS-color 0x0000FF. + + hedId + HED_0012865 + - SkyBlue - CSS-color 0x87CEEB. + CadetBlue + CSS-color 0x5F9EA0. + + hedId + HED_0012866 + CornflowerBlue CSS-color 0x6495ED. + + hedId + HED_0012867 + + + + DarkBlue + CSS-color 0x00008B. + + hedId + HED_0012868 + DeepSkyBlue CSS-color 0x00BFFF. + + hedId + HED_0012869 + DodgerBlue CSS-color 0x1E90FF. + + hedId + HED_0012870 + - RoyalBlue - CSS-color 0x4169E1. + LightBlue + CSS-color 0xADD8E6. + + hedId + HED_0012871 + - Blue - CSS-color 0x0000FF. + LightSkyBlue + CSS-color 0x87CEFA. + + hedId + HED_0012872 + + + + LightSteelBlue + CSS-color 0xB0C4DE. + + hedId + HED_0012873 + MediumBlue CSS-color 0x0000CD. + + hedId + HED_0012874 + - DarkBlue - CSS-color 0x00008B. + MidnightBlue + CSS-color 0x191970. + + hedId + HED_0012875 + Navy CSS-color 0x000080. + + hedId + HED_0012876 + - MidnightBlue - CSS-color 0x191970. + PowderBlue + CSS-color 0xB0E0E6. + + hedId + HED_0012877 + - - - Brown-color - CSS color group. - Cornsilk - CSS-color 0xFFF8DC. + RoyalBlue + CSS-color 0x4169E1. + + hedId + HED_0012878 + - BlanchedAlmond - CSS-color 0xFFEBCD. + SkyBlue + CSS-color 0x87CEEB. + + hedId + HED_0012879 + + + + SteelBlue + CSS-color 0x4682B4. + + hedId + HED_0012880 + + + + Brown-color + CSS color group. + + hedId + HED_0012881 + Bisque CSS-color 0xFFE4C4. + + hedId + HED_0012882 + - NavajoWhite - CSS-color 0xFFDEAD. + BlanchedAlmond + CSS-color 0xFFEBCD. + + hedId + HED_0012883 + - Wheat - CSS-color 0xF5DEB3. + Brown + CSS-color 0xA52A2A. + + hedId + HED_0012884 + BurlyWood CSS-color 0xDEB887. + + hedId + HED_0012885 + - Tan - CSS-color 0xD2B48C. + Chocolate + CSS-color 0xD2691E. + + hedId + HED_0012886 + - RosyBrown - CSS-color 0xBC8F8F. + Cornsilk + CSS-color 0xFFF8DC. + + hedId + HED_0012887 + - SandyBrown - CSS-color 0xF4A460. + DarkGoldenRod + CSS-color 0xB8860B. + + hedId + HED_0012888 + GoldenRod CSS-color 0xDAA520. + + hedId + HED_0012889 + - DarkGoldenRod - CSS-color 0xB8860B. - - - Peru - CSS-color 0xCD853F. + Maroon + CSS-color 0x800000. + + hedId + HED_0012890 + - Chocolate - CSS-color 0xD2691E. + NavajoWhite + CSS-color 0xFFDEAD. + + hedId + HED_0012891 + Olive CSS-color 0x808000. + + hedId + HED_0012892 + + + + Peru + CSS-color 0xCD853F. + + hedId + HED_0012893 + + + + RosyBrown + CSS-color 0xBC8F8F. + + hedId + HED_0012894 + SaddleBrown CSS-color 0x8B4513. + + hedId + HED_0012895 + + + + SandyBrown + CSS-color 0xF4A460. + + hedId + HED_0012896 + Sienna CSS-color 0xA0522D. + + hedId + HED_0012897 + - Brown - CSS-color 0xA52A2A. + Tan + CSS-color 0xD2B48C. + + hedId + HED_0012898 + - Maroon - CSS-color 0x800000. + Wheat + CSS-color 0xF5DEB3. + + hedId + HED_0012899 + Cyan-color CSS color group. + + hedId + HED_0012900 + Aqua CSS-color 0x00FFFF. + + hedId + HED_0012901 + + + + Aquamarine + CSS-color 0x7FFFD4. + + hedId + HED_0012902 + Cyan CSS-color 0x00FFFF. + + hedId + HED_0012903 + + + + DarkTurquoise + CSS-color 0x00CED1. + + hedId + HED_0012904 + LightCyan CSS-color 0xE0FFFF. + + hedId + HED_0012905 + - PaleTurquoise - CSS-color 0xAFEEEE. + MediumTurquoise + CSS-color 0x48D1CC. + + hedId + HED_0012906 + - Aquamarine - CSS-color 0x7FFFD4. + PaleTurquoise + CSS-color 0xAFEEEE. + + hedId + HED_0012907 + Turquoise CSS-color 0x40E0D0. - - - MediumTurquoise - CSS-color 0x48D1CC. - - - DarkTurquoise - CSS-color 0x00CED1. + + hedId + HED_0012908 + - Green-color + Gray-color CSS color group. + + hedId + HED_0012909 + - GreenYellow - CSS-color 0xADFF2F. - - - Chartreuse - CSS-color 0x7FFF00. + Black + CSS-color 0x000000. + + hedId + HED_0012910 + - LawnGreen - CSS-color 0x7CFC00. + DarkGray + CSS-color 0xA9A9A9. + + hedId + HED_0012911 + - Lime - CSS-color 0x00FF00. + DarkSlateGray + CSS-color 0x2F4F4F. + + hedId + HED_0012912 + - LimeGreen - CSS-color 0x32CD32. + DimGray + CSS-color 0x696969. + + hedId + HED_0012913 + - PaleGreen - CSS-color 0x98FB98. + Gainsboro + CSS-color 0xDCDCDC. + + hedId + HED_0012914 + - LightGreen - CSS-color 0x90EE90. + Gray + CSS-color 0x808080. + + hedId + HED_0012915 + - MediumSpringGreen - CSS-color 0x00FA9A. + LightGray + CSS-color 0xD3D3D3. + + hedId + HED_0012916 + - SpringGreen - CSS-color 0x00FF7F. + LightSlateGray + CSS-color 0x778899. + + hedId + HED_0012917 + - MediumSeaGreen - CSS-color 0x3CB371. + Silver + CSS-color 0xC0C0C0. + + hedId + HED_0012918 + - SeaGreen - CSS-color 0x2E8B57. + SlateGray + CSS-color 0x708090. + + hedId + HED_0012919 + + + + Green-color + CSS color group. + + hedId + HED_0012920 + - ForestGreen - CSS-color 0x228B22. + Chartreuse + CSS-color 0x7FFF00. + + hedId + HED_0012921 + - Green - CSS-color 0x008000. + DarkCyan + CSS-color 0x008B8B. + + hedId + HED_0012922 + DarkGreen CSS-color 0x006400. + + hedId + HED_0012923 + - YellowGreen - CSS-color 0x9ACD32. + DarkOliveGreen + CSS-color 0x556B2F. + + hedId + HED_0012924 + - OliveDrab - CSS-color 0x6B8E23. + DarkSeaGreen + CSS-color 0x8FBC8F. + + hedId + HED_0012925 + - DarkOliveGreen - CSS-color 0x556B2F. + ForestGreen + CSS-color 0x228B22. + + hedId + HED_0012926 + - MediumAquaMarine - CSS-color 0x66CDAA. + Green + CSS-color 0x008000. + + hedId + HED_0012927 + + + + GreenYellow + CSS-color 0xADFF2F. + + hedId + HED_0012928 + + + + LawnGreen + CSS-color 0x7CFC00. + + hedId + HED_0012929 + - DarkSeaGreen - CSS-color 0x8FBC8F. + LightGreen + CSS-color 0x90EE90. + + hedId + HED_0012930 + LightSeaGreen CSS-color 0x20B2AA. + + hedId + HED_0012931 + - DarkCyan - CSS-color 0x008B8B. - - - Teal - CSS-color 0x008080. + Lime + CSS-color 0x00FF00. + + hedId + HED_0012932 + - - - Gray-color - CSS color group. - Gainsboro - CSS-color 0xDCDCDC. + LimeGreen + CSS-color 0x32CD32. + + hedId + HED_0012933 + - LightGray - CSS-color 0xD3D3D3. + MediumAquaMarine + CSS-color 0x66CDAA. + + hedId + HED_0012934 + - Silver - CSS-color 0xC0C0C0. + MediumSeaGreen + CSS-color 0x3CB371. + + hedId + HED_0012935 + - DarkGray - CSS-color 0xA9A9A9. + MediumSpringGreen + CSS-color 0x00FA9A. + + hedId + HED_0012936 + - DimGray - CSS-color 0x696969. + OliveDrab + CSS-color 0x6B8E23. + + hedId + HED_0012937 + - Gray - CSS-color 0x808080. + PaleGreen + CSS-color 0x98FB98. + + hedId + HED_0012938 + - LightSlateGray - CSS-color 0x778899. + SeaGreen + CSS-color 0x2E8B57. + + hedId + HED_0012939 + - SlateGray - CSS-color 0x708090. + SpringGreen + CSS-color 0x00FF7F. + + hedId + HED_0012940 + - DarkSlateGray - CSS-color 0x2F4F4F. + Teal + CSS-color 0x008080. + + hedId + HED_0012941 + - Black - CSS-color 0x000000. + YellowGreen + CSS-color 0x9ACD32. + + hedId + HED_0012942 + Orange-color CSS color group. + + hedId + HED_0012943 + - Orange - CSS-color 0xFFA500. + Coral + CSS-color 0xFF7F50. + + hedId + HED_0012944 + DarkOrange CSS-color 0xFF8C00. + + hedId + HED_0012945 + - Coral - CSS-color 0xFF7F50. - - - Tomato - CSS-color 0xFF6347. + Orange + CSS-color 0xFFA500. + + hedId + HED_0012946 + OrangeRed CSS-color 0xFF4500. + + hedId + HED_0012947 + + + + Tomato + CSS-color 0xFF6347. + + hedId + HED_0012948 + Pink-color CSS color group. + + hedId + HED_0012949 + - Pink - CSS-color 0xFFC0CB. - - - LightPink - CSS-color 0xFFB6C1. + DeepPink + CSS-color 0xFF1493. + + hedId + HED_0012950 + HotPink CSS-color 0xFF69B4. + + hedId + HED_0012951 + - DeepPink - CSS-color 0xFF1493. + LightPink + CSS-color 0xFFB6C1. + + hedId + HED_0012952 + + + + MediumVioletRed + CSS-color 0xC71585. + + hedId + HED_0012953 + PaleVioletRed CSS-color 0xDB7093. + + hedId + HED_0012954 + - MediumVioletRed - CSS-color 0xC71585. + Pink + CSS-color 0xFFC0CB. + + hedId + HED_0012955 + Purple-color CSS color group. + + hedId + HED_0012956 + - Lavender - CSS-color 0xE6E6FA. + BlueViolet + CSS-color 0x8A2BE2. + + hedId + HED_0012957 + - Thistle - CSS-color 0xD8BFD8. + DarkMagenta + CSS-color 0x8B008B. + + hedId + HED_0012958 + - Plum - CSS-color 0xDDA0DD. + DarkOrchid + CSS-color 0x9932CC. + + hedId + HED_0012959 + - Orchid - CSS-color 0xDA70D6. + DarkSlateBlue + CSS-color 0x483D8B. + + hedId + HED_0012960 + - Violet - CSS-color 0xEE82EE. + DarkViolet + CSS-color 0x9400D3. + + hedId + HED_0012961 + Fuchsia CSS-color 0xFF00FF. + + hedId + HED_0012962 + + + + Indigo + CSS-color 0x4B0082. + + hedId + HED_0012963 + + + + Lavender + CSS-color 0xE6E6FA. + + hedId + HED_0012964 + Magenta CSS-color 0xFF00FF. + + hedId + HED_0012965 + MediumOrchid CSS-color 0xBA55D3. + + hedId + HED_0012966 + - DarkOrchid - CSS-color 0x9932CC. + MediumPurple + CSS-color 0x9370DB. + + hedId + HED_0012967 + - DarkViolet - CSS-color 0x9400D3. + MediumSlateBlue + CSS-color 0x7B68EE. + + hedId + HED_0012968 + - BlueViolet - CSS-color 0x8A2BE2. + Orchid + CSS-color 0xDA70D6. + + hedId + HED_0012969 + - DarkMagenta - CSS-color 0x8B008B. + Plum + CSS-color 0xDDA0DD. + + hedId + HED_0012970 + Purple CSS-color 0x800080. + + hedId + HED_0012971 + - MediumPurple - CSS-color 0x9370DB. - - - MediumSlateBlue - CSS-color 0x7B68EE. + RebeccaPurple + CSS-color 0x663399. + + hedId + HED_0012972 + SlateBlue CSS-color 0x6A5ACD. + + hedId + HED_0012973 + - DarkSlateBlue - CSS-color 0x483D8B. - - - RebeccaPurple - CSS-color 0x663399. + Thistle + CSS-color 0xD8BFD8. + + hedId + HED_0012974 + - Indigo - CSS-color 0x4B0082. + Violet + CSS-color 0xEE82EE. + + hedId + HED_0012975 + Red-color CSS color group. - - LightSalmon - CSS-color 0xFFA07A. + + hedId + HED_0012976 + + + Crimson + CSS-color 0xDC143C. + + hedId + HED_0012977 + - Salmon - CSS-color 0xFA8072. + DarkRed + CSS-color 0x8B0000. + + hedId + HED_0012978 + DarkSalmon CSS-color 0xE9967A. + + hedId + HED_0012979 + - LightCoral - CSS-color 0xF08080. + FireBrick + CSS-color 0xB22222. + + hedId + HED_0012980 + IndianRed CSS-color 0xCD5C5C. + + hedId + HED_0012981 + - Crimson - CSS-color 0xDC143C. + LightCoral + CSS-color 0xF08080. + + hedId + HED_0012982 + - Red - CSS-color 0xFF0000. + LightSalmon + CSS-color 0xFFA07A. + + hedId + HED_0012983 + - FireBrick - CSS-color 0xB22222. + Red + CSS-color 0xFF0000. + + hedId + HED_0012984 + - DarkRed - CSS-color 0x8B0000. + Salmon + CSS-color 0xFA8072. + + hedId + HED_0012985 + - Yellow-color + White-color CSS color group. + + hedId + HED_0012986 + - Gold - CSS-color 0xFFD700. + AliceBlue + CSS-color 0xF0F8FF. + + hedId + HED_0012987 + - Yellow - CSS-color 0xFFFF00. + AntiqueWhite + CSS-color 0xFAEBD7. + + hedId + HED_0012988 + - LightYellow - CSS-color 0xFFFFE0. + Azure + CSS-color 0xF0FFFF. + + hedId + HED_0012989 + - LemonChiffon - CSS-color 0xFFFACD. + Beige + CSS-color 0xF5F5DC. + + hedId + HED_0012990 + - LightGoldenRodYellow - CSS-color 0xFAFAD2. + FloralWhite + CSS-color 0xFFFAF0. + + hedId + HED_0012991 + - PapayaWhip - CSS-color 0xFFEFD5. + GhostWhite + CSS-color 0xF8F8FF. + + hedId + HED_0012992 + - Moccasin - CSS-color 0xFFE4B5. + HoneyDew + CSS-color 0xF0FFF0. + + hedId + HED_0012993 + - PeachPuff - CSS-color 0xFFDAB9. + Ivory + CSS-color 0xFFFFF0. + + hedId + HED_0012994 + - PaleGoldenRod - CSS-color 0xEEE8AA. + LavenderBlush + CSS-color 0xFFF0F5. + + hedId + HED_0012995 + - Khaki - CSS-color 0xF0E68C. + Linen + CSS-color 0xFAF0E6. + + hedId + HED_0012996 + - DarkKhaki - CSS-color 0xBDB76B. + MintCream + CSS-color 0xF5FFFA. + + hedId + HED_0012997 + - - - White-color - CSS color group. - White - CSS-color 0xFFFFFF. + MistyRose + CSS-color 0xFFE4E1. + + hedId + HED_0012998 + - Snow - CSS-color 0xFFFAFA. + OldLace + CSS-color 0xFDF5E6. + + hedId + HED_0012999 + - HoneyDew - CSS-color 0xF0FFF0. + SeaShell + CSS-color 0xFFF5EE. + + hedId + HED_0013000 + - MintCream - CSS-color 0xF5FFFA. + Snow + CSS-color 0xFFFAFA. + + hedId + HED_0013001 + - Azure - CSS-color 0xF0FFFF. + White + CSS-color 0xFFFFFF. + + hedId + HED_0013002 + - AliceBlue - CSS-color 0xF0F8FF. + WhiteSmoke + CSS-color 0xF5F5F5. + + hedId + HED_0013003 + + + + Yellow-color + CSS color group. + + hedId + HED_0013004 + - GhostWhite - CSS-color 0xF8F8FF. + DarkKhaki + CSS-color 0xBDB76B. + + hedId + HED_0013005 + - WhiteSmoke - CSS-color 0xF5F5F5. + Gold + CSS-color 0xFFD700. + + hedId + HED_0013006 + - SeaShell - CSS-color 0xFFF5EE. + Khaki + CSS-color 0xF0E68C. + + hedId + HED_0013007 + - Beige - CSS-color 0xF5F5DC. + LemonChiffon + CSS-color 0xFFFACD. + + hedId + HED_0013008 + - OldLace - CSS-color 0xFDF5E6. + LightGoldenRodYellow + CSS-color 0xFAFAD2. + + hedId + HED_0013009 + - FloralWhite - CSS-color 0xFFFAF0. + LightYellow + CSS-color 0xFFFFE0. + + hedId + HED_0013010 + - Ivory - CSS-color 0xFFFFF0. + Moccasin + CSS-color 0xFFE4B5. + + hedId + HED_0013011 + - AntiqueWhite - CSS-color 0xFAEBD7. + PaleGoldenRod + CSS-color 0xEEE8AA. + + hedId + HED_0013012 + - Linen - CSS-color 0xFAF0E6. + PapayaWhip + CSS-color 0xFFEFD5. + + hedId + HED_0013013 + - LavenderBlush - CSS-color 0xFFF0F5. + PeachPuff + CSS-color 0xFFDAB9. + + hedId + HED_0013014 + - MistyRose - CSS-color 0xFFE4E1. + Yellow + CSS-color 0xFFFF00. + + hedId + HED_0013015 + Color-shade A slight degree of difference between colors, especially with regard to how light or dark it is or as distinguished from one nearly like it. + + hedId + HED_0013016 + Dark-shade A color tone not reflecting much light. + + hedId + HED_0013017 + Light-shade A color tone reflecting more light. + + hedId + HED_0013018 + Grayscale Using a color map composed of shades of gray, varying from black at the weakest intensity to white at the strongest. + + hedId + HED_0013019 + # White intensity between 0 and 1. @@ -5033,14 +9696,48 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0013020 + HSV-color A color representation that models how colors appear under light. + + hedId + HED_0013021 + + + HSV-value + An attribute of a visual sensation according to which an area appears to emit more or less light. + + hedId + HED_0013022 + + + # + + takesValue + + + valueClass + numericClass + + + hedId + HED_0013023 + + + Hue Attribute of a visual sensation according to which an area appears to be similar to one of the perceived colors. + + hedId + HED_0013024 + # Angular value between 0 and 360. @@ -5051,11 +9748,19 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0013025 + Saturation Colorfulness of a stimulus relative to its own brightness. + + hedId + HED_0013026 + # B value of RGB between 0 and 1. @@ -5066,19 +9771,9 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass - - - - HSV-value - An attribute of a visual sensation according to which an area appears to emit more or less light. - - # - - takesValue - - valueClass - numericClass + hedId + HED_0013027 @@ -5086,12 +9781,20 @@ Each term in this vocabulary has a human-readable description and may include ad RGB-color A color from the RGB schema. + + hedId + HED_0013028 + - RGB-red - The red component. + RGB-blue + The blue component. + + hedId + HED_0013029 + # - R value of RGB between 0 and 1. + B value of RGB between 0 and 1. takesValue @@ -5099,14 +9802,22 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0013030 + - RGB-blue - The blue component. + RGB-green + The green component. + + hedId + HED_0013031 + # - B value of RGB between 0 and 1. + G value of RGB between 0 and 1. takesValue @@ -5114,14 +9825,22 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0013032 + - RGB-green - The green component. + RGB-red + The red component. + + hedId + HED_0013033 + # - G value of RGB between 0 and 1. + R value of RGB between 0 and 1. takesValue @@ -5129,6 +9848,10 @@ Each term in this vocabulary has a human-readable description and may include ad valueClass numericClass + + hedId + HED_0013034 + @@ -5136,19 +9859,63 @@ Each term in this vocabulary has a human-readable description and may include ad Luminance A quality that exists by virtue of the luminous intensity per unit area projected in a given direction. + + hedId + HED_0013035 + + + + Luminance-contrast + The difference in luminance in specific portions of a scene or image. + + suggestedTag + Percentage + Ratio + + + hedId + HED_0013036 + + + # + A non-negative value, usually in the range 0 to 1 or alternative 0 to 100, if representing a percentage. + + takesValue + + + valueClass + numericClass + + + hedId + HED_0013037 + + Opacity A measure of impenetrability to light. + + hedId + HED_0013038 + Sensory-presentation The entity has a sensory manifestation. + + hedId + HED_0013039 + Auditory-presentation The sense of hearing is used in the presentation to the user. + + hedId + HED_0013040 + Loudspeaker-separation The distance between two loudspeakers. Grouped with the Distance tag. @@ -5156,86 +9923,170 @@ Each term in this vocabulary has a human-readable description and may include ad suggestedTag Distance + + hedId + HED_0013041 + Monophonic Relating to sound transmission, recording, or reproduction involving a single transmission path. + + hedId + HED_0013042 + Silent The absence of ambient audible sound or the state of having ceased to produce sounds. + + hedId + HED_0013043 + Stereophonic Relating to, or constituting sound reproduction involving the use of separated microphones and two transmission channels to achieve the sound separation of a live hearing. + + hedId + HED_0013044 + Gustatory-presentation The sense of taste used in the presentation to the user. + + hedId + HED_0013045 + Olfactory-presentation The sense of smell used in the presentation to the user. + + hedId + HED_0013046 + Somatic-presentation The nervous system is used in the presentation to the user. + + hedId + HED_0013047 + Tactile-presentation The sense of touch used in the presentation to the user. + + hedId + HED_0013048 + Vestibular-presentation The sense balance used in the presentation to the user. + + hedId + HED_0013049 + Visual-presentation The sense of sight used in the presentation to the user. + + hedId + HED_0013050 + 2D-view A view showing only two dimensions. + + hedId + HED_0013051 + 3D-view A view showing three dimensions. + + hedId + HED_0013052 + Background-view Parts of the view that are farthest from the viewer and usually the not part of the visual focus. + + hedId + HED_0013053 + Bistable-view Something having two stable visual forms that have two distinguishable stable forms as in optical illusions. + + hedId + HED_0013054 + Foreground-view Parts of the view that are closest to the viewer and usually the most important part of the visual focus. + + hedId + HED_0013055 + Foveal-view Visual presentation directly on the fovea. A view projected on the small depression in the retina containing only cones and where vision is most acute. + + hedId + HED_0013056 + Map-view A diagrammatic representation of an area of land or sea showing physical features, cities, roads. + + hedId + HED_0013057 + Aerial-view Elevated view of an object from above, with a perspective as though the observer were a bird. + + hedId + HED_0013058 + Satellite-view A representation as captured by technology such as a satellite. + + hedId + HED_0013059 + Street-view A 360-degrees panoramic view from a position on the ground. + + hedId + HED_0013060 + Peripheral-view Indirect vision as it occurs outside the point of fixation. + + hedId + HED_0013061 + @@ -5246,9 +10097,162 @@ Each term in this vocabulary has a human-readable description and may include ad extensionAllowed + + hedId + HED_0013062 + + + Task-action-type + How an agent action should be interpreted in terms of the task specification. + + hedId + HED_0013063 + + + Appropriate-action + An action suitable or proper in the circumstances. + + relatedTag + Inappropriate-action + + + hedId + HED_0013064 + + + + Correct-action + An action that was a correct response in the context of the task. + + relatedTag + Incorrect-action + Indeterminate-action + + + hedId + HED_0013065 + + + + Correction + An action offering an improvement to replace a mistake or error. + + hedId + HED_0013066 + + + + Done-indication + An action that indicates that the participant has completed this step in the task. + + relatedTag + Ready-indication + + + hedId + HED_0013067 + + + + Imagined-action + Form a mental image or concept of something. This is used to identity something that only happened in the imagination of the participant as in imagined movements in motor imagery paradigms. + + hedId + HED_0013068 + + + + Inappropriate-action + An action not in keeping with what is correct or proper for the task. + + relatedTag + Appropriate-action + + + hedId + HED_0013069 + + + + Incorrect-action + An action considered wrong or incorrect in the context of the task. + + relatedTag + Correct-action + Indeterminate-action + + + hedId + HED_0013070 + + + + Indeterminate-action + An action that cannot be distinguished between two or more possibilities in the current context. This tag might be applied when an outside evaluator or a classification algorithm cannot determine a definitive result. + + relatedTag + Correct-action + Incorrect-action + Miss + Near-miss + + + hedId + HED_0013071 + + + + Miss + An action considered to be a failure in the context of the task. For example, if the agent is supposed to try to hit a target and misses. + + relatedTag + Near-miss + + + hedId + HED_0013072 + + + + Near-miss + An action barely satisfied the requirements of the task. In a driving experiment for example this could pertain to a narrowly avoided collision or other accident. + + relatedTag + Miss + + + hedId + HED_0013073 + + + + Omitted-action + An expected response was skipped. + + hedId + HED_0013074 + + + + Ready-indication + An action that indicates that the participant is ready to perform the next step in the task. + + relatedTag + Done-indication + + + hedId + HED_0013075 + + + Task-attentional-demand Strategy for allocating attention toward goal-relevant information. + + hedId + HED_0013076 + Bottom-up-attention Attentional guidance purely by externally driven factors to stimuli that are salient because of their inherent properties relative to the background. Sometimes this is referred to as stimulus driven. @@ -5256,6 +10260,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Top-down-attention + + hedId + HED_0013077 + Covert-attention @@ -5264,6 +10272,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Overt-attention + + hedId + HED_0013078 + Divided-attention @@ -5272,6 +10284,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Focused-attention + + hedId + HED_0013079 + Focused-attention @@ -5280,10 +10296,18 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Divided-attention + + hedId + HED_0013080 + Orienting-attention Directing attention to a target stimulus. + + hedId + HED_0013081 + Overt-attention @@ -5292,18 +10316,34 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Covert-attention + + hedId + HED_0013082 + Selective-attention Maintaining a behavioral or cognitive set in the face of distracting or competing stimuli. Ability to pay attention to a limited array of all available sensory information. + + hedId + HED_0013083 + Sustained-attention Maintaining a consistent behavioral response during continuous and repetitive activity. + + hedId + HED_0013084 + Switched-attention Having to switch attention between two or more modalities of presentation. + + hedId + HED_0013085 + Top-down-attention @@ -5312,175 +10352,162 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Bottom-up-attention + + hedId + HED_0013086 + Task-effect-evidence The evidence supporting the conclusion that the event had the specified effect. + + hedId + HED_0013087 + + + Behavioral-evidence + An indication or conclusion based on the behavior of an agent. + + hedId + HED_0013088 + + Computational-evidence A type of evidence in which data are produced, and/or generated, and/or analyzed on a computer. + + hedId + HED_0013089 + External-evidence A phenomenon that follows and is caused by some previous phenomenon. + + hedId + HED_0013090 + Intended-effect A phenomenon that is intended to follow and be caused by some previous phenomenon. - - - Behavioral-evidence - An indication or conclusion based on the behavior of an agent. + + hedId + HED_0013091 + Task-event-role The purpose of an event with respect to the task. + + hedId + HED_0013092 + Experimental-stimulus Part of something designed to elicit a response in the experiment. - - - Incidental - A sensory or other type of event that is unrelated to the task or experiment. - - - Instructional - Usually associated with a sensory event intended to give instructions to the participant about the task or behavior. - - - Mishap - Unplanned disruption such as an equipment or experiment control abnormality or experimenter error. - - - Participant-response - Something related to a participant actions in performing the task. - - - Task-activity - Something that is part of the overall task or is necessary to the overall experiment but is not directly part of a stimulus-response cycle. Examples would be taking a survey or provided providing a silva sample. - - - Warning - Something that should warn the participant that the parameters of the task have been or are about to be exceeded such as a warning message about getting too close to the shoulder of the road in a driving task. - - - - Task-action-type - How an agent action should be interpreted in terms of the task specification. - - Appropriate-action - An action suitable or proper in the circumstances. - - relatedTag - Inappropriate-action - - - - Correct-action - An action that was a correct response in the context of the task. - - relatedTag - Incorrect-action - Indeterminate-action - - - - Correction - An action offering an improvement to replace a mistake or error. - - - Done-indication - An action that indicates that the participant has completed this step in the task. - relatedTag - Ready-indication + hedId + HED_0013093 - Incorrect-action - An action considered wrong or incorrect in the context of the task. + Incidental + A sensory or other type of event that is unrelated to the task or experiment. - relatedTag - Correct-action - Indeterminate-action + hedId + HED_0013094 - Imagined-action - Form a mental image or concept of something. This is used to identity something that only happened in the imagination of the participant as in imagined movements in motor imagery paradigms. - - - Inappropriate-action - An action not in keeping with what is correct or proper for the task. + Instructional + Usually associated with a sensory event intended to give instructions to the participant about the task or behavior. - relatedTag - Appropriate-action + hedId + HED_0013095 - Indeterminate-action - An action that cannot be distinguished between two or more possibibities in the current context. This tag might be applied when an outside evaluator or a classification algorithm cannot determine a definitive result. + Mishap + Unplanned disruption such as an equipment or experiment control abnormality or experimenter error. - relatedTag - Correct-action - Incorrect-action - Miss - Near-miss + hedId + HED_0013096 - Omitted-action - An expected response was skipped. - - - Miss - An action considered to be a failure in the context of the task. For example, if the agent is supposed to try to hit a target and misses. + Participant-response + Something related to a participant actions in performing the task. - relatedTag - Near-miss + hedId + HED_0013097 - Near-miss - An action barely satisfied the requirements of the task. In a driving experiment for example this could pertain to a narrowly avoided collision or other accident. + Task-activity + Something that is part of the overall task or is necessary to the overall experiment but is not directly part of a stimulus-response cycle. Examples would be taking a survey or provided providing a silva sample. - relatedTag - Miss + hedId + HED_0013098 - Ready-indication - An action that indicates that the participant is ready to perform the next step in the task. + Warning + Something that should warn the participant that the parameters of the task have been or are about to be exceeded such as a warning message about getting too close to the shoulder of the road in a driving task. - relatedTag - Done-indication + hedId + HED_0013099 Task-relationship Specifying organizational importance of sub-tasks. + + hedId + HED_0013100 + Background-subtask A part of the task which should be performed in the background as for example inhibiting blinks due to instruction while performing the primary task. + + hedId + HED_0013101 + Primary-subtask A part of the task which should be the primary focus of the participant. + + hedId + HED_0013102 + Task-stimulus-role The role the stimulus plays in the task. + + hedId + HED_0013103 + Cue A signal for an action, a pattern of stimuli indicating a particular response. + + hedId + HED_0013104 + Distractor - A person or thing that distracts or a plausible but incorrect option in a multiple-choice question. In pyschological studies this is sometimes referred to as a foil. + A person or thing that distracts or a plausible but incorrect option in a multiple-choice question. In psychological studies this is sometimes referred to as a foil. + + hedId + HED_0013105 + Expected @@ -5493,14 +10520,26 @@ Each term in this vocabulary has a human-readable description and may include ad suggestedTag Target + + hedId + HED_0013106 + Extraneous Irrelevant or unrelated to the subject being dealt with. + + hedId + HED_0013107 + Feedback An evaluative response to an inquiry, process, event, or activity. + + hedId + HED_0013108 + Go-signal @@ -5509,18 +10548,34 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Stop-signal + + hedId + HED_0013109 + Meaningful Conveying significant or relevant information. + + hedId + HED_0013110 + Newly-learned Representing recently acquired information or understanding. + + hedId + HED_0013111 + Non-informative Something that is not useful in forming an opinion or judging an outcome. + + hedId + HED_0013112 + Non-target @@ -5529,14 +10584,26 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Target + + hedId + HED_0013113 + Not-meaningful Not having a serious, important, or useful quality or purpose. + + hedId + HED_0013114 + Novel Having no previous example or precedent or parallel. + + hedId + HED_0013115 + Oddball @@ -5549,6 +10616,18 @@ Each term in this vocabulary has a human-readable description and may include ad suggestedTag Target + + hedId + HED_0013116 + + + + Penalty + A disadvantage, loss, or hardship due to some action. + + hedId + HED_0013117 + Planned @@ -5557,22 +10636,34 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Unplanned - - - Penalty - A disadvantage, loss, or hardship due to some action. + + hedId + HED_0013118 + Priming An implicit memory effect in which exposure to a stimulus influences response to a later stimulus. + + hedId + HED_0013119 + Query A sentence of inquiry that asks for a reply. + + hedId + HED_0013120 + Reward A positive reinforcement for a desired action, behavior or response. + + hedId + HED_0013121 + Stop-signal @@ -5581,18 +10672,34 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Go-signal + + hedId + HED_0013122 + Target Something fixed as a goal, destination, or point of examination. + + hedId + HED_0013123 + Threat An indicator that signifies hostility and predicts an increased probability of attack. + + hedId + HED_0013124 + Timed Something planned or scheduled to be done at a particular time or lasting for a specified amount of time. + + hedId + HED_0013125 + Unexpected @@ -5601,6 +10708,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Expected + + hedId + HED_0013126 + Unplanned @@ -5609,6 +10720,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Planned + + hedId + HED_0013127 + @@ -5619,164 +10734,328 @@ Each term in this vocabulary has a human-readable description and may include ad extensionAllowed + + hedId + HED_0013128 + Comparative-relation Something considered in comparison to something else. The first entity is the focus. + + hedId + HED_0013129 + Approximately-equal-to (A, (Approximately-equal-to, B)) indicates that A and B have almost the same value. Here A and B could refer to sizes, orders, positions or other quantities. + + hedId + HED_0013130 + - Less-than - (A, (Less-than, B)) indicates that A is smaller than B. Here A and B could refer to sizes, orders, positions or other quantities. - - - Less-than-or-equal-to - (A, (Less-than-or-equal-to, B)) indicates that the relative size or order of A is smaller than or equal to B. + Equal-to + (A, (Equal-to, B)) indicates that the size or order of A is the same as that of B. + + hedId + HED_0013131 + Greater-than (A, (Greater-than, B)) indicates that the relative size or order of A is bigger than that of B. + + hedId + HED_0013132 + Greater-than-or-equal-to (A, (Greater-than-or-equal-to, B)) indicates that the relative size or order of A is bigger than or the same as that of B. + + hedId + HED_0013133 + - Equal-to - (A, (Equal-to, B)) indicates that the size or order of A is the same as that of B. + Less-than + (A, (Less-than, B)) indicates that A is smaller than B. Here A and B could refer to sizes, orders, positions or other quantities. + + hedId + HED_0013134 + + + + Less-than-or-equal-to + (A, (Less-than-or-equal-to, B)) indicates that the relative size or order of A is smaller than or equal to B. + + hedId + HED_0013135 + Not-equal-to (A, (Not-equal-to, B)) indicates that the size or order of A is not the same as that of B. + + hedId + HED_0013136 + Connective-relation Indicates two entities are related in some way. The first entity is the focus. + + hedId + HED_0013137 + Belongs-to (A, (Belongs-to, B)) indicates that A is a member of B. + + hedId + HED_0013138 + Connected-to (A, (Connected-to, B)) indicates that A is related to B in some respect, usually through a direct link. + + hedId + HED_0013139 + Contained-in (A, (Contained-in, B)) indicates that A is completely inside of B. + + hedId + HED_0013140 + Described-by (A, (Described-by, B)) indicates that B provides information about A. + + hedId + HED_0013141 + From-to (A, (From-to, B)) indicates a directional relation from A to B. A is considered the source. + + hedId + HED_0013142 + Group-of (A, (Group-of, B)) indicates A is a group of items of type B. + + hedId + HED_0013143 + Implied-by (A, (Implied-by, B)) indicates B is suggested by A. + + hedId + HED_0013144 + Includes (A, (Includes, B)) indicates that A has B as a member or part. + + hedId + HED_0013145 + Interacts-with (A, (Interacts-with, B)) indicates A and B interact, possibly reciprocally. + + hedId + HED_0013146 + Member-of (A, (Member-of, B)) indicates A is a member of group B. + + hedId + HED_0013147 + Part-of (A, (Part-of, B)) indicates A is a part of the whole B. + + hedId + HED_0013148 + Performed-by (A, (Performed-by, B)) indicates that the action or procedure A was carried out by agent B. + + hedId + HED_0013149 + Performed-using (A, (Performed-using, B)) indicates that the action or procedure A was accomplished using B. + + hedId + HED_0013150 + Related-to (A, (Related-to, B)) indicates A has some relationship to B. + + hedId + HED_0013151 + Unrelated-to - (A, (Unrelated-to, B)) indicates that A is not related to B. For example, A is not related to Task. + (A, (Unrelated-to, B)) indicates that A is not related to B.For example, A is not related to Task. + + hedId + HED_0013152 + Directional-relation A relationship indicating direction of change of one entity relative to another. The first entity is the focus. + + hedId + HED_0013153 + Away-from (A, (Away-from, B)) indicates that A is going or has moved away from B. The meaning depends on A and B. + + hedId + HED_0013154 + Towards (A, (Towards, B)) indicates that A is going to or has moved to B. The meaning depends on A and B. + + hedId + HED_0013155 + Logical-relation Indicating a logical relationship between entities. The first entity is usually the focus. + + hedId + HED_0013156 + And (A, (And, B)) means A and B are both in effect. + + hedId + HED_0013157 + Or (A, (Or, B)) means at least one of A and B are in effect. + + hedId + HED_0013158 + Spatial-relation Indicating a relationship about position between entities. + + hedId + HED_0013159 + Above (A, (Above, B)) means A is in a place or position that is higher than B. + + hedId + HED_0013160 + Across-from (A, (Across-from, B)) means A is on the opposite side of something from B. + + hedId + HED_0013161 + Adjacent-to (A, (Adjacent-to, B)) indicates that A is next to B in time or space. + + hedId + HED_0013162 + Ahead-of (A, (Ahead-of, B)) indicates that A is further forward in time or space in B. + + hedId + HED_0013163 + Around (A, (Around, B)) means A is in or near the present place or situation of B. + + hedId + HED_0013164 + Behind (A, (Behind, B)) means A is at or to the far side of B, typically so as to be hidden by it. + + hedId + HED_0013165 + Below (A, (Below, B)) means A is in a place or position that is lower than the position of B. + + hedId + HED_0013166 + Between (A, (Between, (B, C))) means A is in the space or interval separating B and C. + + hedId + HED_0013167 + Bilateral-to (A, (Bilateral, B)) means A is on both sides of B or affects both sides of B. + + hedId + HED_0013168 + Bottom-edge-of @@ -5787,26 +11066,50 @@ Each term in this vocabulary has a human-readable description and may include ad Right-edge-of Top-edge-of + + hedId + HED_0013169 + Boundary-of (A, (Boundary-of, B)) means A is on or part of the edge or boundary of B. + + hedId + HED_0013170 + Center-of (A, (Center-of, B)) means A is at a point or or in an area that is approximately central within B. + + hedId + HED_0013171 + Close-to (A, (Close-to, B)) means A is at a small distance from or is located near in space to B. + + hedId + HED_0013172 + Far-from (A, (Far-from, B)) means A is at a large distance from or is not located near in space to B. + + hedId + HED_0013173 + In-front-of (A, (In-front-of, B)) means A is in a position just ahead or at the front part of B, potentially partially blocking B from view. + + hedId + HED_0013174 + Left-edge-of @@ -5817,6 +11120,10 @@ Each term in this vocabulary has a human-readable description and may include ad Right-edge-of Top-edge-of + + hedId + HED_0013175 + Left-side-of @@ -5825,6 +11132,10 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Right-side-of + + hedId + HED_0013176 + Lower-center-of @@ -5837,6 +11148,10 @@ Each term in this vocabulary has a human-readable description and may include ad Upper-center-of Upper-right-of + + hedId + HED_0013177 + Lower-left-of @@ -5850,6 +11165,10 @@ Each term in this vocabulary has a human-readable description and may include ad Upper-left-of Upper-right-of + + hedId + HED_0013178 + Lower-right-of @@ -5864,14 +11183,26 @@ Each term in this vocabulary has a human-readable description and may include ad Upper-left-of Lower-right-of + + hedId + HED_0013179 + Outside-of (A, (Outside-of, B)) means A is located in the space around but not including B. + + hedId + HED_0013180 + Over (A, (Over, B)) means A above is above B so as to cover or protect or A extends over the a general area as from a from a vantage point. + + hedId + HED_0013181 + Right-edge-of @@ -5882,6 +11213,10 @@ Each term in this vocabulary has a human-readable description and may include ad Left-edge-of Top-edge-of + + hedId + HED_0013182 + Right-side-of @@ -5890,14 +11225,26 @@ Each term in this vocabulary has a human-readable description and may include ad relatedTag Left-side-of + + hedId + HED_0013183 + To-left-of (A, (To-left-of, B)) means A is located on or directed toward the side to the west of B when B is facing north. This term is used when A is not part of B. + + hedId + HED_0013184 + To-right-of (A, (To-right-of, B)) means A is located on or directed toward the side to the east of B when B is facing north. This term is used when A is not part of B. + + hedId + HED_0013185 + Top-edge-of @@ -5908,10 +11255,26 @@ Each term in this vocabulary has a human-readable description and may include ad Right-edge-of Bottom-edge-of + + hedId + HED_0013186 + Top-of (A, (Top-of, B)) means A is on the uppermost part, side, or surface of B. + + hedId + HED_0013187 + + + + Underneath + (A, (Underneath, B)) means A is situated directly below and may be concealed by B. + + hedId + HED_0013188 + Upper-center-of @@ -5925,6 +11288,10 @@ Each term in this vocabulary has a human-readable description and may include ad Upper-center-of Upper-right-of + + hedId + HED_0013189 + Upper-left-of @@ -5938,6 +11305,10 @@ Each term in this vocabulary has a human-readable description and may include ad Upper-center-of Upper-right-of + + hedId + HED_0013190 + Upper-right-of @@ -5951,42 +11322,74 @@ Each term in this vocabulary has a human-readable description and may include ad Upper-center-of Lower-right-of - - - Underneath - (A, (Underneath, B)) means A is situated directly below and may be concealed by B. + + hedId + HED_0013191 + Within (A, (Within, B)) means A is on the inside of or contained in B. + + hedId + HED_0013192 + Temporal-relation A relationship that includes a temporal or time-based component. + + hedId + HED_0013193 + After - (A, (After B)) means A happens at a time subsequent to a reference time related to B. + (A, (After, B)) means A happens at a time subsequent to a reference time related to B. + + hedId + HED_0013194 + Asynchronous-with (A, (Asynchronous-with, B)) means A happens at times not occurring at the same time or having the same period or phase as B. + + hedId + HED_0013195 + Before - (A, (Before B)) means A happens at a time earlier in time or order than B. + (A, (Before, B)) means A happens at a time earlier in time or order than B. + + hedId + HED_0013196 + During (A, (During, B)) means A happens at some point in a given period of time in which B is ongoing. + + hedId + HED_0013197 + Synchronous-with (A, (Synchronous-with, B)) means A happens at occurs at the same time or rate as B. + + hedId + HED_0013198 + Waiting-for (A, (Waiting-for, B)) means A pauses for something to happen in B. + + hedId + HED_0013199 + @@ -5998,6 +11401,10 @@ Each term in this vocabulary has a human-readable description and may include ad defaultUnits m-per-s^2 + + hedId + HED_0011500 + m-per-s^2 @@ -6010,6 +11417,14 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + allowedCharacter + caret + + + hedId + HED_0011600 + @@ -6018,6 +11433,10 @@ Each term in this vocabulary has a human-readable description and may include ad defaultUnits radian + + hedId + HED_0011501 + radian @@ -6027,6 +11446,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011601 + rad @@ -6040,6 +11463,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011602 + degree @@ -6047,6 +11474,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 0.0174533 + + hedId + HED_0011603 + @@ -6055,6 +11486,10 @@ Each term in this vocabulary has a human-readable description and may include ad defaultUnits m^2 + + hedId + HED_0011502 + m^2 @@ -6067,6 +11502,14 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + allowedCharacter + caret + + + hedId + HED_0011604 + @@ -6076,12 +11519,20 @@ Each term in this vocabulary has a human-readable description and may include ad defaultUnits $ + + hedId + HED_0011503 + dollar conversionFactor 1.0 + + hedId + HED_0011605 + $ @@ -6095,22 +11546,44 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + allowedCharacter + dollar + + + hedId + HED_0011606 + euro + The official currency of a large subset of member countries of the European Union. + + hedId + HED_0011607 + point + An arbitrary unit of value, usually an integer indicating reward or penalty. + + hedId + HED_0011608 + electricPotentialUnits defaultUnits - uv + uV + + + hedId + HED_0011504 - v + V SIUnit @@ -6121,9 +11594,25 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 0.000001 + + hedId + HED_0011609 + + + + uV + Added as a direct unit because it is the default unit. + + conversionFactor + 1.0 + + + hedId + HED_0011644 + - Volt + volt SIUnit @@ -6131,6 +11620,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 0.000001 + + hedId + HED_0011610 + @@ -6139,6 +11632,10 @@ Each term in this vocabulary has a human-readable description and may include ad defaultUnits Hz + + hedId + HED_0011505 + hertz @@ -6148,6 +11645,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011611 + Hz @@ -6161,6 +11662,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011612 + @@ -6169,6 +11674,10 @@ Each term in this vocabulary has a human-readable description and may include ad defaultUnits dB + + hedId + HED_0011506 + dB Intensity expressed as ratio to a threshold. May be used for sound intensity. @@ -6179,6 +11688,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011613 + candela @@ -6186,6 +11699,10 @@ Each term in this vocabulary has a human-readable description and may include ad SIUnit + + hedId + HED_0011614 + cd @@ -6196,6 +11713,10 @@ Each term in this vocabulary has a human-readable description and may include ad unitSymbol + + hedId + HED_0011615 + @@ -6204,6 +11725,10 @@ Each term in this vocabulary has a human-readable description and may include ad defaultUnits m-per-s^3 + + hedId + HED_0011507 + m-per-s^3 @@ -6213,14 +11738,25 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + allowedCharacter + caret + + + hedId + HED_0011616 + magneticFieldUnits - Units used to magnetic field intensity. defaultUnits - fT + T + + + hedId + HED_0011508 tesla @@ -6229,7 +11765,11 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor - 10^-15 + 10e-15 + + + hedId + HED_0011617 @@ -6242,7 +11782,11 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor - 10^-15 + 10e-15 + + + hedId + HED_0011618 @@ -6252,6 +11796,10 @@ Each term in this vocabulary has a human-readable description and may include ad defaultUnits B + + hedId + HED_0011509 + byte @@ -6261,6 +11809,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011619 + B @@ -6274,6 +11826,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011620 + @@ -6282,12 +11838,20 @@ Each term in this vocabulary has a human-readable description and may include ad defaultUnits m + + hedId + HED_0011510 + foot conversionFactor 0.3048 + + hedId + HED_0011621 + inch @@ -6295,6 +11859,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 0.0254 + + hedId + HED_0011622 + meter @@ -6305,6 +11873,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011623 + metre @@ -6315,6 +11887,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011624 + m @@ -6328,6 +11904,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011625 + mile @@ -6335,6 +11915,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1609.34 + + hedId + HED_0011626 + @@ -6343,6 +11927,10 @@ Each term in this vocabulary has a human-readable description and may include ad defaultUnits m-per-s + + hedId + HED_0011511 + m-per-s @@ -6355,6 +11943,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011627 + mph @@ -6365,6 +11957,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 0.44704 + + hedId + HED_0011628 + kph @@ -6375,12 +11971,43 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 0.277778 + + hedId + HED_0011629 + temperatureUnits + + defaultUnits + degree-Celsius + + + hedId + HED_0011512 + + + degree-Celsius + + SIUnit + + + conversionFactor + 1.0 + + + hedId + HED_0011630 + + degree Celsius + Units are not allowed to have spaces. Use degree-Celsius or oC instead. + + deprecatedFrom + 8.2.0 + SIUnit @@ -6388,6 +12015,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011631 + oC @@ -6401,6 +12032,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011632 + @@ -6409,6 +12044,10 @@ Each term in this vocabulary has a human-readable description and may include ad defaultUnits s + + hedId + HED_0011513 + second @@ -6418,6 +12057,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011633 + s @@ -6431,6 +12074,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011634 + day @@ -6438,6 +12085,17 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 86400 + + hedId + HED_0011635 + + + + month + + hedId + HED_0011645 + minute @@ -6445,6 +12103,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 60 + + hedId + HED_0011636 + hour @@ -6453,6 +12115,18 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 3600 + + hedId + HED_0011637 + + + + year + Years do not have a constant conversion factor to seconds. + + hedId + HED_0011638 + @@ -6461,6 +12135,10 @@ Each term in this vocabulary has a human-readable description and may include ad defaultUnits m^3 + + hedId + HED_0011514 + m^3 @@ -6473,6 +12151,14 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + allowedCharacter + caret + + + hedId + HED_0011639 + @@ -6481,6 +12167,10 @@ Each term in this vocabulary has a human-readable description and may include ad defaultUnits g + + hedId + HED_0011515 + g @@ -6493,6 +12183,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011640 + gram @@ -6503,6 +12197,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1.0 + + hedId + HED_0011641 + pound @@ -6510,6 +12208,10 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 453.592 + + hedId + HED_0011642 + lb @@ -6517,13 +12219,17 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 453.592 + + hedId + HED_0011643 + deca - SI unit multiple representing 10^1. + SI unit multiple representing 10e1. SIUnitModifier @@ -6531,10 +12237,14 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 10.0 + + hedId + HED_0011400 + da - SI unit multiple representing 10^1. + SI unit multiple representing 10e1. SIUnitSymbolModifier @@ -6542,10 +12252,14 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 10.0 + + hedId + HED_0011401 + hecto - SI unit multiple representing 10^2. + SI unit multiple representing 10e2. SIUnitModifier @@ -6553,10 +12267,14 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 100.0 + + hedId + HED_0011402 + h - SI unit multiple representing 10^2. + SI unit multiple representing 10e2. SIUnitSymbolModifier @@ -6564,10 +12282,14 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 100.0 + + hedId + HED_0011403 + kilo - SI unit multiple representing 10^3. + SI unit multiple representing 10e3. SIUnitModifier @@ -6575,10 +12297,14 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1000.0 + + hedId + HED_0011404 + k - SI unit multiple representing 10^3. + SI unit multiple representing 10e3. SIUnitSymbolModifier @@ -6586,164 +12312,224 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 1000.0 + + hedId + HED_0011405 + mega - SI unit multiple representing 10^6. + SI unit multiple representing 10e6. SIUnitModifier conversionFactor - 10^6 + 10e6 + + + hedId + HED_0011406 M - SI unit multiple representing 10^6. + SI unit multiple representing 10e6. SIUnitSymbolModifier conversionFactor - 10^6 + 10e6 + + + hedId + HED_0011407 giga - SI unit multiple representing 10^9. + SI unit multiple representing 10e9. SIUnitModifier conversionFactor - 10^9 + 10e9 + + + hedId + HED_0011408 G - SI unit multiple representing 10^9. + SI unit multiple representing 10e9. SIUnitSymbolModifier conversionFactor - 10^9 + 10e9 + + + hedId + HED_0011409 tera - SI unit multiple representing 10^12. + SI unit multiple representing 10e12. SIUnitModifier conversionFactor - 10^12 + 10e12 + + + hedId + HED_0011410 T - SI unit multiple representing 10^12. + SI unit multiple representing 10e12. SIUnitSymbolModifier conversionFactor - 10^12 + 10e12 + + + hedId + HED_0011411 peta - SI unit multiple representing 10^15. + SI unit multiple representing 10e15. SIUnitModifier conversionFactor - 10^15 + 10e15 + + + hedId + HED_0011412 P - SI unit multiple representing 10^15. + SI unit multiple representing 10e15. SIUnitSymbolModifier conversionFactor - 10^15 + 10e15 + + + hedId + HED_0011413 exa - SI unit multiple representing 10^18. + SI unit multiple representing 10e18. SIUnitModifier conversionFactor - 10^18 + 10e18 + + + hedId + HED_0011414 E - SI unit multiple representing 10^18. + SI unit multiple representing 10e18. SIUnitSymbolModifier conversionFactor - 10^18 + 10e18 + + + hedId + HED_0011415 zetta - SI unit multiple representing 10^21. + SI unit multiple representing 10e21. SIUnitModifier conversionFactor - 10^21 + 10e21 + + + hedId + HED_0011416 Z - SI unit multiple representing 10^21. + SI unit multiple representing 10e21. SIUnitSymbolModifier conversionFactor - 10^21 + 10e21 + + + hedId + HED_0011417 yotta - SI unit multiple representing 10^24. + SI unit multiple representing 10e24. SIUnitModifier conversionFactor - 10^24 + 10e24 + + + hedId + HED_0011418 Y - SI unit multiple representing 10^24. + SI unit multiple representing 10e24. SIUnitSymbolModifier conversionFactor - 10^24 + 10e24 + + + hedId + HED_0011419 deci - SI unit submultiple representing 10^-1. + SI unit submultiple representing 10e-1. SIUnitModifier @@ -6751,10 +12537,14 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 0.1 + + hedId + HED_0011420 + d - SI unit submultiple representing 10^-1. + SI unit submultiple representing 10e-1. SIUnitSymbolModifier @@ -6762,10 +12552,14 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 0.1 + + hedId + HED_0011421 + centi - SI unit submultiple representing 10^-2. + SI unit submultiple representing 10e-2. SIUnitModifier @@ -6773,10 +12567,14 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 0.01 + + hedId + HED_0011422 + c - SI unit submultiple representing 10^-2. + SI unit submultiple representing 10e-2. SIUnitSymbolModifier @@ -6784,10 +12582,14 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 0.01 + + hedId + HED_0011423 + milli - SI unit submultiple representing 10^-3. + SI unit submultiple representing 10e-3. SIUnitModifier @@ -6795,10 +12597,14 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 0.001 + + hedId + HED_0011424 + m - SI unit submultiple representing 10^-3. + SI unit submultiple representing 10e-3. SIUnitSymbolModifier @@ -6806,183 +12612,251 @@ Each term in this vocabulary has a human-readable description and may include ad conversionFactor 0.001 + + hedId + HED_0011425 + micro - SI unit submultiple representing 10^-6. + SI unit submultiple representing 10e-6. SIUnitModifier conversionFactor - 10^-6 + 10e-6 + + + hedId + HED_0011426 u - SI unit submultiple representing 10^-6. + SI unit submultiple representing 10e-6. SIUnitSymbolModifier conversionFactor - 10^-6 + 10e-6 + + + hedId + HED_0011427 nano - SI unit submultiple representing 10^-9. + SI unit submultiple representing 10e-9. SIUnitModifier conversionFactor - 10^-9 + 10e-9 + + + hedId + HED_0011428 n - SI unit submultiple representing 10^-9. + SI unit submultiple representing 10e-9. SIUnitSymbolModifier conversionFactor - 10^-9 + 10e-9 + + + hedId + HED_0011429 pico - SI unit submultiple representing 10^-12. + SI unit submultiple representing 10e-12. SIUnitModifier conversionFactor - 10^-12 + 10e-12 + + + hedId + HED_0011430 p - SI unit submultiple representing 10^-12. + SI unit submultiple representing 10e-12. SIUnitSymbolModifier conversionFactor - 10^-12 + 10e-12 + + + hedId + HED_0011431 femto - SI unit submultiple representing 10^-15. + SI unit submultiple representing 10e-15. SIUnitModifier conversionFactor - 10^-15 + 10e-15 + + + hedId + HED_0011432 f - SI unit submultiple representing 10^-15. + SI unit submultiple representing 10e-15. SIUnitSymbolModifier conversionFactor - 10^-15 + 10e-15 + + + hedId + HED_0011433 atto - SI unit submultiple representing 10^-18. + SI unit submultiple representing 10e-18. SIUnitModifier conversionFactor - 10^-18 + 10e-18 + + + hedId + HED_0011434 a - SI unit submultiple representing 10^-18. + SI unit submultiple representing 10e-18. SIUnitSymbolModifier conversionFactor - 10^-18 + 10e-18 + + + hedId + HED_0011435 zepto - SI unit submultiple representing 10^-21. + SI unit submultiple representing 10e-21. SIUnitModifier conversionFactor - 10^-21 + 10e-21 + + + hedId + HED_0011436 z - SI unit submultiple representing 10^-21. + SI unit submultiple representing 10e-21. SIUnitSymbolModifier conversionFactor - 10^-21 + 10e-21 + + + hedId + HED_0011437 yocto - SI unit submultiple representing 10^-24. + SI unit submultiple representing 10e-24. SIUnitModifier conversionFactor - 10^-24 + 10e-24 + + + hedId + HED_0011438 y - SI unit submultiple representing 10^-24. + SI unit submultiple representing 10e-24. SIUnitSymbolModifier conversionFactor - 10^-24 + 10e-24 + + + hedId + HED_0011439 dateTimeClass - Date-times should conform to ISO8601 date-time format YYYY-MM-DDThh:mm:ss. Any variation on the full form is allowed. + Date-times should conform to ISO8601 date-time format YYYY-MM-DDThh:mm:ss.000000Z (year, month, day, hour (24h), minute, second, optional fractional seconds, and optional UTC time indicator. Any variation on the full form is allowed. allowedCharacter digits T - - - : + hyphen + colon + + + hedId + HED_0011301 nameClass - Value class designating values that have the characteristics of node names. The allowed characters are alphanumeric, hyphen, and underbar. + Value class designating values that have the characteristics of node names. The allowed characters are alphanumeric, hyphen, and underscore. allowedCharacter letters digits - _ - - + underscore + hyphen + + + hedId + HED_0011302 @@ -6993,9 +12867,13 @@ Each term in this vocabulary has a human-readable description and may include ad digits E e - + - - - . + plus + hyphen + period + + + hedId + HED_0011303 @@ -7005,292 +12883,499 @@ Each term in this vocabulary has a human-readable description and may include ad allowedCharacter digits letters - / - : + slash + colon + + + hedId + HED_0011304 textClass - Value class designating values that have the characteristics of text such as in descriptions. + Values that have the characteristics of text such as in descriptions. The text characters include printable characters (32 <= ASCII< 127) excluding comma, square bracket and curly braces as well as non ASCII (ASCII codes > 127). allowedCharacter - letters - digits - blank - + - - - : - ; - . - / - ( - ) - ? - * - % - $ - @ + text + + + hedId + HED_0011305 - allowedCharacter - A schema attribute of value classes specifying a special character that is allowed in expressing the value of a placeholder. Normally the allowed characters are listed individually. However, the word letters designates the upper and lower case alphabetic characters and the word digits designates the digits 0-9. The word blank designates the blank character. + hedId + The unique identifier of this element in the HED namespace. + + elementDomain + + + stringRange + + + hedId + HED_0010500 + - valueClassProperty + annotationProperty - conversionFactor - The multiplicative factor to multiply these units to convert to default units. + requireChild + This tag must have a descendent. + + tagDomain + + + boolRange + - unitProperty + hedId + HED_0010501 - unitModifierProperty + annotationProperty - deprecatedFrom - Indicates that this element is deprecated. The value of the attribute is the latest schema version in which the element appeared in undeprecated form. + rooted + This top-level library schema node should have a parent which is the indicated node in the partnered standard schema. + + tagDomain + + + tagRange + + + hedId + HED_0010502 + + + annotationProperty + + + + takesValue + This tag is a hashtag placeholder that is expected to be replaced with a user-defined value. + + tagDomain + - elementProperty + boolRange + + + hedId + HED_0010503 + + + annotationProperty defaultUnits - A schema attribute of unit classes specifying the default units to use if the placeholder has a unit class but the substituted value has no units. + The default units to use if the placeholder has a unit class but the substituted value has no units. + + unitClassDomain + + + unitRange + - unitClassProperty + hedId + HED_0010104 - extensionAllowed - A schema attribute indicating that users can add unlimited levels of child nodes under this tag. This tag is propagated to child nodes with the exception of the hashtag placeholders. + isPartOf + This tag is part of the indicated tag -- as in the nose is part of the face. - boolProperty + tagDomain - nodeProperty + tagRange - isInheritedProperty + hedId + HED_0010109 - inLibrary - Indicates this schema element came from the named library schema, not the standard schema. This attribute is added by tools when a library schema is merged into its partnered standard schema. + relatedTag + A HED tag that is closely related to this tag. This attribute is used by tagging tools. + + tagDomain + + + tagRange + - elementProperty + hedId + HED_0010105 - recommended - A schema attribute indicating that the event-level HED string should include this tag. + suggestedTag + A tag that is often associated with this tag. This attribute is used by tagging tools to provide tagging suggestions. - boolProperty + tagDomain - nodeProperty + tagRange + + + hedId + HED_0010106 - relatedTag - A schema attribute suggesting HED tags that are closely related to this tag. This attribute is used by tagging tools. + unitClass + The unit class that the value of a placeholder node can belong to. - nodeProperty + tagDomain - isInheritedProperty + unitClassRange + + + hedId + HED_0010107 - requireChild - A schema attribute indicating that one of the node elements descendants must be included when using this tag. + valueClass + Type of value taken on by the value of a placeholder node. - boolProperty + tagDomain - nodeProperty + valueClassRange + + + hedId + HED_0010108 - required - A schema attribute indicating that every event-level HED string should include this tag. + allowedCharacter + A special character that is allowed in expressing the value of a placeholder of a specified value class. Allowed characters may be listed individual, named individually, or named as a group as specified in Section 2.2 Character sets and restrictions of the HED specification. + + unitDomain + + + unitModifierDomain + + + valueClassDomain + - boolProperty + stringRange - nodeProperty + hedId + HED_0010304 - reserved - A schema attribute indicating that this tag has special meaning and requires special handling by tools. + conversionFactor + The factor to multiply these units or unit modifiers by to convert to default units. + + unitDomain + + + unitModifierDomain + - boolProperty + numericRange - nodeProperty + hedId + HED_0010305 - rooted - Indicates a top-level library schema node is identical to a node of the same name in the partnered standard schema. This attribute can only appear in nodes that have the inLibrary schema attribute. + deprecatedFrom + The latest schema version in which the element was not deprecated. + + elementDomain + + + stringRange + - nodeProperty + hedId + HED_0010306 - SIUnit - A schema attribute indicating that this unit element is an SI unit and can be modified by multiple and submultiple names. Note that some units such as byte are designated as SI units although they are not part of the standard. + extensionAllowed + Users can add unlimited levels of child nodes under this tag. This tag is propagated to child nodes except for hashtag placeholders. + + tagDomain + - boolProperty + boolRange - unitProperty + hedId + HED_0010307 - SIUnitModifier - A schema attribute indicating that this SI unit modifier represents a multiple or submultiple of a base unit rather than a unit symbol. + inLibrary + The named library schema that this schema element is from. This attribute is added by tools when a library schema is merged into its partnered standard schema. + + elementDomain + - boolProperty + stringRange - unitModifierProperty + hedId + HED_0010309 - SIUnitSymbolModifier - A schema attribute indicating that this SI unit modifier represents a multiple or submultiple of a unit symbol rather than a base symbol. + reserved + This tag has special meaning and requires special handling by tools. + + tagDomain + - boolProperty + boolRange - unitModifierProperty + hedId + HED_0010310 - suggestedTag - A schema attribute that indicates another tag that is often associated with this tag. This attribute is used by tagging tools to provide tagging suggestions. + SIUnit + This unit element is an SI unit and can be modified by multiple and sub-multiple names. Note that some units such as byte are designated as SI units although they are not part of the standard. + + unitDomain + - nodeProperty + boolRange - isInheritedProperty + hedId + HED_0010311 - tagGroup - A schema attribute indicating the tag can only appear inside a tag group. + SIUnitModifier + This SI unit modifier represents a multiple or sub-multiple of a base unit rather than a unit symbol. + + unitModifierDomain + - boolProperty + boolRange - nodeProperty + hedId + HED_0010312 - takesValue - A schema attribute indicating the tag is a hashtag placeholder that is expected to be replaced with a user-defined value. + SIUnitSymbolModifier + This SI unit modifier represents a multiple or sub-multiple of a unit symbol rather than a base symbol. + + unitModifierDomain + - boolProperty + boolRange - nodeProperty + hedId + HED_0010313 - topLevelTagGroup - A schema attribute indicating that this tag (or its descendants) can only appear in a top-level tag group. A tag group can have at most one tag with this attribute. + tagGroup + This tag can only appear inside a tag group. + + tagDomain + - boolProperty + boolRange - nodeProperty + hedId + HED_0010314 - unique - A schema attribute indicating that only one of this tag or its descendants can be used in the event-level HED string. + topLevelTagGroup + This tag (or its descendants) can only appear in a top-level tag group. There are additional tag-specific restrictions on what other tags can appear in the group with this tag. + + tagDomain + - boolProperty + boolRange - nodeProperty + hedId + HED_0010315 - unitClass - A schema attribute specifying which unit class this value tag belongs to. + unique + Only one of this tag or its descendants can be used in the event-level HED string. + + tagDomain + + + boolRange + - nodeProperty + hedId + HED_0010316 unitPrefix - A schema attribute applied specifically to unit elements to designate that the unit indicator is a prefix (e.g., dollar sign in the currency units). + This unit is a prefix unit (e.g., dollar sign in the currency units). + + unitDomain + - boolProperty + boolRange - unitProperty + hedId + HED_0010317 unitSymbol - A schema attribute indicating this tag is an abbreviation or symbol representing a type of unit. Unit symbols represent both the singular and the plural and thus cannot be pluralized. + This tag is an abbreviation or symbol representing a type of unit. Unit symbols represent both the singular and the plural and thus cannot be pluralized. - boolProperty + unitDomain - unitProperty + boolRange - - - valueClass - A schema attribute specifying which value class this value tag belongs to. - nodeProperty + hedId + HED_0010318 - boolProperty - Indicates that the schema attribute represents something that is either true or false and does not have a value. Attributes without this value are assumed to have string values. + annotationProperty + The value is not inherited by child nodes. + + hedId + HED_0010701 + + + + boolRange + This schema attribute's value can be true or false. This property was formerly named boolProperty. + + hedId + HED_0010702 + + + + elementDomain + This schema attribute can apply to any type of element class (i.e., tag, unit, unit class, unit modifier, or value class). This property was formerly named elementProperty. + + hedId + HED_0010703 + + + + tagDomain + This schema attribute can apply to node (tag-term) elements. This was added so attributes could apply to multiple types of elements. This property was formerly named nodeProperty. + + hedId + HED_0010704 + + + + tagRange + This schema attribute's value can be a node. This property was formerly named nodeProperty. + + hedId + HED_0010705 + + + + numericRange + This schema attribute's value can be numeric. + + hedId + HED_0010706 + + + + stringRange + This schema attribute's value can be a string. + + hedId + HED_0010707 + - elementProperty - Indicates this schema attribute can apply to any type of element(tag term, unit class, etc). + unitClassDomain + This schema attribute can apply to unit classes. This property was formerly named unitClassProperty. + + hedId + HED_0010708 + - isInheritedProperty - Indicates that this attribute is inherited by child nodes. This property only applies to schema attributes for nodes. + unitClassRange + This schema attribute's value can be a unit class. + + hedId + HED_0010709 + - nodeProperty - Indicates this schema attribute applies to node (tag-term) elements. This was added to allow for an attribute to apply to multiple elements. + unitModifierDomain + This schema attribute can apply to unit modifiers. This property was formerly named unitModifierProperty. + + hedId + HED_0010710 + - unitClassProperty - Indicates that the schema attribute is meant to be applied to unit classes. + unitDomain + This schema attribute can apply to units. This property was formerly named unitProperty. + + hedId + HED_0010711 + - unitModifierProperty - Indicates that the schema attribute is meant to be applied to unit modifier classes. + unitRange + This schema attribute's value can be units. + + hedId + HED_0010712 + - unitProperty - Indicates that the schema attribute is meant to be applied to units within a unit class. + valueClassDomain + This schema attribute can apply to value classes. This property was formerly named valueClassProperty. + + hedId + HED_0010713 + - valueClassProperty - Indicates that the schema attribute is meant to be applied to value classes. + valueClassRange + This schema attribute's value can be a value class. + + hedId + HED_0010714 + - This schema is released under the Creative Commons Attribution 4.0 International and is a product of the HED Working Group. The DOI for the latest version of the HED standard schema is 10.5281/zenodo.7876037. - + This schema is released under the Creative Commons Attribution 4.0 International and is a product of the HED Working Group. The DOI for the latest version of the HED standard schema is 10.5281/zenodo.7876037. From 38f6055ff54d66eaa5276bae03fad34707999d2b Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:53:48 -0500 Subject: [PATCH 2/2] Updated the PDF of the specification --- hedspec/HEDSpecification_3_3_0.pdf | Bin 0 -> 842318 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 hedspec/HEDSpecification_3_3_0.pdf diff --git a/hedspec/HEDSpecification_3_3_0.pdf b/hedspec/HEDSpecification_3_3_0.pdf new file mode 100644 index 0000000000000000000000000000000000000000..9caea64ab78ff1e43c9b9342662b7559d6245f7c GIT binary patch literal 842318 zcmbTe1CV4*xA!~k?rLkg+V-?<&9rUXwr$&*Hl}Ucwr$(KbK<_=cixEe#ywBmiXD}? zc1A|U&d9ZXxhns;No9Wu(=gDo07$3j2bKX01oQ+p`sM&`ZUCL6k+q4VDFHh(6T$!c z0niDXSvnfo6VM4;>Ny(yG%~O;Gy?GQ0vsIejr6PluB%o`QZ~EvNF7Hiu82viU<1;_ zDnYTCfucB#6#(^%B(kCiMHIB{X`e1{Ce+o+$8YXjm#EJdkW`N?V!;m0WzBORdi9JUk^wxi*WJ<lD~r& z;omMNs-ko%>4x^&ge(dJ1_T?dkIJ6i@S32Ci&Q?Ao)7nq6-6!jJ~BF;iuW4r`WihP zdNj|1(w82HY_;B|vS%`HTd`XtrWP8$V4V`_{96QSVJLOQ!S%sW5PtF^Vd;X`KQ2Qt z#_Xkor6H2&7AUHb>n2jD+l3GHv`NtGEA*P>}P-#mp zg6XV*5t#Hv(|T#&L;|TL3rzZJj>`<9Rk~peU^DHl0hxB0&m2dK-N}2^QW)zg?4(1m z+u>0{QmA&cyTL4IfeO2(_8F%c(3O~#_yPetuVViAiw8&P(G{o`$%hdj>Ym<+`5=(ss7L>P!mS$k zo(Yv7LjBh|9#QiVYxl!{Ge^B!YSF>OIt)Kk&rYnX0B7V$*SuD|IRSOHt=N#GCq4$b|4S--hrrKqvHT8)KL69&MNJ;BP04uQ0k#RKC5k!0P81 zHNXvi-QNc7NWu4z-w<7z$>z5aO0u{&_?h7z1J}8`t~fg(ZIX}BciKumUL3Y^dv|sn zPZ?wM&oZE12FHs-UR_t~4@{2dF~fQIUR{GRgvv5b*BGNWV@&`fYr}te)!*8Gc_h=n zd8VS9tq}p8jJ~;oqZNQont*|x{=a?6-_7X)jGU7Ied#AH<8oV^{mPkEm zd;lqk3}{ahuNAIt%3WTFHj=!keGHB0I!mFcm72B>AcN!9z}SJ;z0QQ7hzX%Nhd>Pq z>Oc}(28VS1asDgjg(5M~4vK(rI1Nm^mm5@GJkAzx$uuZMkn{^r4$Jo*QYD689w+d{ zw+xK5`X~SyVKNfxqiL0Elg4m^l2AXiCL(^nV?T_6lZ zB9PB2GAmB9pyVePb9J`}3M*;{IBETwC`g&MpMOEH%L(-|d>9Tzo{*$YkNr;|xKboZ zIqpBjYKpa z+DG}dfRIG?gbiu*PXTLUEq^dJSi`sQoFu2|Y=UH`i~@gMN+)Q0HT=Fvq>QLhYsTrp z0xF;#2?N-OX0PD%I3+ZH=;FywSVaf2LL@^6NPDj&96JS3j&KrEiX-lQBJLA^aX0WW zWPjx2J4TKHsA)Le&@Ji&<5;TTS*dP#aB_-ctDjf`0-}1xQ`up~HUo1@WiHe=_oCeF zyctz%0}H6`6xn>gd0Y{Du8+1PD7T9AvVwnMMbA}B_6>P9rDYW7PB@e?YZmQvFf(dZ z-QK?puJ(b18{4hZs-(!21P07r8?J3A=eJ z6fzi@I|Ih7QPfl{!&od;bmJK7ZBf}nT2<|&@&jAQBX^DAxF|E`Np4k3IrDH!=Wy$* zZEjE%mcp>^4{6r~gB8D)t$!O{{b;PsqivaZL#1oQmOJ0>LH)jEqU(CDB_cmeZv;+{ zze}G6y-(qe9M)&0gZ%afsfY(7*4Q4i=VZLgNXN^wU-5kp#e;UDmEOb)>oNd-KQyJA z`za`@xN*`tw^irB_fo=}t!KobGh6F+_RZdf{?j*Ftdkfu*%q3xv=qA)XN7ZVhZ1s^#fSPGB*J1)$ol|n0vzs$J zC=0xR#xhN&a_j6uCFi4s6$aL3Mz8tInuKFUu+3a@=`^3uj`R^XrpH=n9}hN zLY&>~+>>=SEbhHlu?^W*B3*Ju-CXPJFQCKBKAxv5oLxvjCEQYGubzXcIC<6RN9_7e z=TZyaou-yi%v|2qEl(?$@|v>F;o|(*!CoA*wQF`A>U?Gj9ak@%^F#g~<=PsKNiKsD zel4&42Aylbii`GaA$&t6XIBgj7?j`X&Yxeb{m%};*EQ9XF-n7~l3CYBo-uRhTv?A` z3Qm5dU?Y4}Ol<8L4FPwjCfeVBzhuPv1n-m|soc$#y}X{!xXvc$0Ra!uA-&qIj_=u# zRys}J(n@_5X>y!)a2B#Ms$3jrX-u7|n6+RlXkD;7XD@xAYJxVT26#P3ZZ&qEecm=0 zWLAn)477} zbCZqU84XLm>q%w57RMjhP`C)-8y1)ys5)bHdWfd!0M13{m|ug9nbXVS7U~D)^ye0Q zH$p?vT0U3s5+}d5vj8z?IWPhAPSKl?ux1^OtS~XLArru;;cbwqA>=k>mS+#6+d{jo1+P5)kqJNG1 zeO!O#Z~AkqPxSS=#?9@=9}RDQ-JbI-ze6#iOTYY2kTB9S|3j3pv-~$oSm_!6F-p|6 zY}Q!Oyq>DI4YJQ zqfPM~-D<~&?}yuwwHT=Hj_u9SQ-UWz;uEILmY@cgLQVu41+Rt$V^*alW^!CySESxe z2#QZ&ol@gkMD{kB2tsr7!)U5<3y6`Su{F~-%K|0T$l&0^@q110XER|$WUqzTX)xq1 z$gq54fs)KvQ8FcSDdUX^R9p0+dz-+7y*(&N#=SEKo$~!-A-h z0U@W5mXs7G&E&9fOoHFg%*aWx5?l>~{N083^Z>V*6$63-d@=1?2n5X^ zTRmHWpZdTv2)PJyk98H6B$}hY?~a2WFe;AGlR zs4q0om3s+1mF8)jDuau6f*i>fxa#X(I$FS27;aL;In62Ir1jL^06cYz-EO-SOKy;F)w$BeMis%9w^8#@#SXJ7Du|?k>^x zhF;rWIUP44Y*rBYx9F~tmt4j^imzw`(*P~_SX)IsbezKX@2n3ASONNQ>LKLoNmexq zR;AJ50q11GI80Q7ICekW=2|clI!f^6wgM@uV;Jc1U9;Ew-W45QcOGK+H+VH^6r`74 zWEaxbLPQ43#5Fv<{Y9?Jz7aw`6Pk^lvnn8mwNLq+1`RBwg*HzVtcvOn`V+a16#HMv zEF+8}<6qW$$Jr(OWhW@c>HpFDpnUg8*IE0v`=(tMlS{#ZOMl+9&Te$JuXyHIG1UPB z`&;_E8?x~PZO4pSl46UlwXw=%J{eyfn_0GcA*Nlw+WdU(01lFv<+?GW(l7IPcPhmf zU`ZCb?YUx$4yTB95s^xaKqmn6mbP2w_A11-s*VB|xm%hgpYOq&`^zr%nEmMl)C0fV z;;blb8fk>>lDT=a%PrSMUWJXOS;q z7?p<(dg88omGZ*8`<*anV{FZklQKZt*iaLsUPVcX1wc6rwh8{5ZCpb@Q2QGR7HG<7I6KJ250 z^ide9`LD-V`W)UKBR^k=7YQAulbuc=z2FCy~alR;G4b-9$TA zYstt`Meyvfy(sjn;hK3Y3gOefJ@Z<<_D=aZ^$&yR_!mA`hV;V!L>4nW%l{8#v9NRe zQ)D%$OWFL*emc%nu2a!U`l@!IkP1xWSmCD$exVYiXrie#22sTmj#$s>Yz@JWqq{84 zm;b;WFKpJl?Qmn-|FNX3P8gIV0F07AqjJ?t`mU~_8AXp~=hR$mJJ10PT#%0)Fi?k~ zgHfSwe?To03!K-1LRRpJx-mTU?MbRn?E&T{ieT&o&YEfN1(}oe`2I;7pvoQIO>QU& zq_0U1yantn`vO3MtYSfl^!8H+35n|+A<@a}#S`*=FM>Bq1FT4{IZ5l`kI&1e3m9sN zbG6(@Ary(S?d6UMKoj`3$P$3gTkw%Ig3h;q(qGF4t z8drW>)2CI;qennpEeX0|TtRt+&(S9qMnEPOsTa2Z9}z|uBwdMm7Ob1=hWCJ1rT1#g9XS4!OpaJd+_1y=F`7pT)8G#r8_f+&G3hu(8+#DGQ0f8&@ z65qxl9>w-+xgAQ1V`2g%G&sgQL^Qb3RG6Mu0dkleUHTI{3SfK`3?LYidpmePmi`;n z$gM1W0f-)q;`FZWP^#yqKu<|Sdb=m3wkHzZW;tKwK*ZASiZkyT&0-m>(@u7TN)_1@ zFZR{-5uXI578R}hjhcE|rHw+3_<#}>YiVkcenz;Kb(_S%kEV?S?7NSdBDeankHf<_ zC)(tR=c%{ptIqS>E?JiMKSTQ|D6d3dw6e^&l}{NqkiK+x&{As;^ot0ZwA;M*F@3|8 zwF6iZJ{74Iu)pqdj`0%tm=cvYlo~gstk;qoz!2!iBs&lFIsKz|W*9Wb8ihN?xmiWb ztlfq!5m(N*ZJRSbL?v-%=ISFPc!mZ!wAnRe9h+P#;*GQkX!v}%*QDb6DboitV-Egn+_ zQ9EzCQ4zWAgswa1-8BenjvH_={G&yB>?rT;oF2KNJvL0zk_+>t#z;*2_Kw|fcv1}N zn7yf6Dni_t>>J>mz8T}s;;#_sj50eU2%rmaQdjuU>zU5LRZMo)lKG4>p;IK2gJp*Q zM#x)ang2L=7HY9B7gy0po}H92(^dd8M>t4mLs85y(B{Q7fHK}dG;h0?i;Y=N__)qK zSM#{N;pd`5zj*Br9Crj|YX4wqndmC)`5pplsom*&YrjWpJ=SL>V{p1y-o}V*&eXo4 zYC^clIkVNam2@(gw_a@?CNg9Yeo(@WnGN>$^Y$Tz{+neb*K zA*S4N*Tjj;l`P7a{N?_`p%eeHA_33%+#$C{a~#HDJ({sjKF#e!Un4l8rN;6+K_SI$ zCATgLxBF~pw{T~Eo7Q8{$*c-@EDIqAjyti^WY9SH%iY=F2kCnNgpSU^#f$x1h;~Zh z2*ye|^(2HR~qoZsZ6ft-re!GdQOF4GJ-)eZFc8?9~aAcqvIC z_xr-MKPuIj9>(UI-ZQq;woiUbsppM5^OBor)*P7d zL-{NVc1+0O&9o*S93PeZenLD0H>2^pnf8a(Q``?n+qhkZ8g8=Wv3<*$n%|QHH90FY zHQN9@lc2BA4revP z7o~As@7gm_V%oR|E>7XbKYs0c`)+1Oyu2ywgDIIkl+e{d)%AZroKr|ghFt%nB@wqPj|DfF80n(J zjqAC?WlLwHNxP#UfG(e2*_AXX99f09o}pP?&$BxzFbPX#8RbD8#s;@iU6#MYnTUe# zW)+r{)cO>)N6KS+L<2_v}o9oB_C;{(ik}1oULDH{zy(Pn#CGLfs0RFt`mFu2(^E1jitg zqK;Q$fP7GFVIaJ8_BIsi3c)jsD-VRLa2^>2@H@+O03r9OzzBFDId9Gpw2bS$5s}_K zMUWCoRK6cbGOxOx)3%0fjovi_w1q&>wupt0Z*I^-ye>OXSqd6V11};c10E$RH#2In zn|}(KekDfQpUp2LVWtPVx27HZ1?Nm+dJ40f0Qwm21;($UZXMX1B_tp_UE?13`wovs zNI+zr3C*!TY6lskJ6`LY=qKSJ86k*W>M-=UERvo7;JN-p)P}k}voS}-FN5hvgc^aS z-CPE=`*MPqBTP^M0sPb)6BEjNI0&&`HgE_rEVOg1{_k*)(20Z;(Bh`UGFY}m6rziH zSexWyUv^wMAw6DZuEf`1)8RmCejqAZfv9P~D#4DozrO$nt0*}93^X9GqSxzvyfycG z&kYI4=r*^Mb|)I$<3L2y-IK%3Zi8zhyCz;XEh2_Vmt=((t#(H`HdATxp#1EX}|)Ga9(TU-c( z`BO^s(VIY)53PjKw^O2X!$L^W%t_^g3!}^K=GFUw0pqB&xJ12JvoT$EMpRhf`bZgQQT33O&#$fCby zk;mQsqZ^>z=9g@x#rKN&URm>3lViK5X(E=aqw?g^kMblloY8sisL(ORy5X-2<8h;G zIZo{+5ZQx+eOc{CGx-M!0g*$I;^274im>vI*|12=*%AL5kB_Ze z=aV|CO#8!%Vs4oIrPu6)ZN0%~09l@w5;pe>?>@rO;36o2bv;U84u`i*^F67Y_p0#5 zW3fFeuCgCQzSsM{YfEhIx3AycnV5iv z$o^b#>DULC_Nc?)pwB9))dQ(>TQ8< zlv~(Y5x#6MdRKV}alwK=WWdSIc2p1El6a$BP6;)k zu!H?+o<2-k>YTBKql82X_2<=gyHbi{4+cRse(fH}lH~HwLQKCjeskaINGR)*6WZwq zWYU?9PTXQ^37J zD7l&Ny_q`;g?i+6%JfE)=0ZC1Uj3<405_eLk2mEnTtmV1s+1m4TzXv8v+Rg0oJ+0n zJjfQ%^zyFSr#&CnFDF{!zwdCFw>e>hjyfWjD#%xK$#SI)>YQNm`4sa&R4Nxb#-h6i z{!qAJ;69J1#LN6iMZ=j9lE8_>1c)~GzccB?a#Gu|z@2NhYPasK=Sf>&Xpu`DCEYPz z191p+4w(B|0-ZeT!G0*_GG`CY+Kzh0{`mSS?&#-~`r9_e%2Wzl{f^m`P0(vE%H>7fV$7nK zmTA1v`OfneceF?-@P9&vou2KVLWbkNA;Zkd_D>-*p`ss9XL;k7cZ|Yc=ikKk6f;!;HL>^NahSyM7z~?*rOb=(HTR^* zRq8HAUq$B4s-E0s0$>yKin(6>npX!8Gg=Kbt(M+Pd+I0&AP}D_kVVnSlM^ichByc) zB-I3xC)yzh2MVZKic%Eoe)F@Z%w!RKNrj_RoVK+Lkd-rN2{-~Gt%Ce<3=M)%N5SbW zU1XK|1w=*=5YYG$rQH__2u5C&NSN-W&&BXU;&inQQox;4^fj5agfiP9wE z%ogO|B5uB3>?1_GHzP*gc86+#0k|Vl!fbnnj`$vx_#pw@#npoRv$?s2dI(VQWC7x( zcpw7P!}tOMmO`$<{yikzvh>S=Pyk5m9V7rGR1ypTGDe|*gamH0%&^C$`b3ex0x9pJ z!;6}gOyA(>^jO>yuD@*UP3FYL+1bV0X+_2B^sLj1X0zk0gA+pPJw$=>z!>Y*Y}!(- zQMxec#DNaJj`=+)_>Ng}?%J>Gb7HYCZ;d&#aEF@iYmmCG$@u*gx2;9I@8FC`zcMma z1F_}>_Q~uy<%st7fX(cA)9>g#iF4)bWa55o;{Nq4!y8&l><`w4LA28(0p8(c>R{rH za*mA!O!Iy@4|k`{^(T1oa#F%&{|PpEbNmyN29xqBOyWFxVQKDr!ku$ZX}Xi>m%Oi> zGlVMNZbIH1=K%2mkPVfbCida6 zG>dL}cUsjCg)Ip6^NW~ooHkAh!qdsf^@ZR*>KSZfYwc?CB4wUDp(d)`(rg} zmCN40grXa%#qaLi?T(~geU1k@sgHFQBU%Vbf+ePu;TLSofJJ(;)WvKZ$ri5cNNoK^5n1vJ@Z&wIw#2? zgG?P^)4eKJJkCD|Z}CLZu4QvqC?nTp&mhO|KlWUOtcjo^jWoqt7d@Bt70<$svLjUn zFmJ4ZH9z+rgv?8Xg&vvr;pz8vMPe8fj}cwR5ZpAZ4zb-oZ!-in;k&wrGDE1&!D1PP z*2*T7ejos+hXjG}eCdd{`E9Xjf54^e%MQ3N4#HmLZ~#4Wu+1Co1#p;4yi*9;wd2eU z5mYKZ*8@h0GKNs^p?g>5U09{TwcH~XchxOem-bj}7O`7*dvf0X;dezEx>5Ecjd!@u zNIqq`S@Ta@=_IVw0$QlhZ788zFF`T5jjAa`MVheP#L=x9)GGM)^?ORYY>H3G0S)4D zin$u83BkcNv1jgWT;m!O)ula&yHQi!9*G!lJ$I|=c?&`^+VAo?Mhv64i^jjtUIn5C z^*$H%C=rw*4W#;=?7EAvhe*2cEte)AdyA?nJ;~|12ORfmb=o#?j~qn}_vE-mB#$qEK~_J7Yv{-x(( z`Fr!9!oW&#Ec&mWr~Qb!9g5_zdmD;`K0KBHF{}?EAEe?D5T-{gfI_;{y;W6~(LHXC z_;cZ)wyo^K_urjZhmQP z#YI28`p{YJv391bmhq8=wa3EOFKQ2}(PD77ep?ft7*;Npc-iyt%X8)I0$Wjb64RFy ztJOTJtw8rAc}^nAyOP$N(M9YnrZBtTZ>ouI4l?8jqL-93w?t=`$X<03brBP58fzGe;e~eBJ*kAXA_^J(<5RnvNA)F>h;>2th@jz%8QeYYjw?Fl$lu@b zVB0jTf{Ik_Ak>o98aGWES5nB&g5+s`0t;ZLl3(~Nm^SU$y_3X)V$w2#h!49Zh?1E^ zO!ulE1w`S4vN&3>BF7< z=Tn__5N5OpX$5-ipxN}&zQvkV;E$LIX}-4QekS8@-J0cBdm-%ZgAV;SOwmZ>I`}-X_#>5=NjGh{jS05u# zQHIraEP}fEWk9f6u&IN=&WiXS=jOjJWd1cb+1Tj+`P@_*v(BeS+qgr|{#7_h6jkF! zqJ%cWnlqAz$g*JCNXd>{07(@8>Q69-m81r)V{J+xYSa%57vQ{ijO81kNJm=*y&T_ z9aX51wa&xul|JJ~SU}aqOCK~D9s{`BG7|NBMTo+h%M(dwej=vu3d^u_@C}W@dNO zHW&N1Y6e>m4m>_)!31XYDzW^h!HCi$JC|ug-UGgys*$#Jp0|g)lCZuSiLy&k;tiH9!y+7u+eUn+!kNNCH+0zS??#1-GgQF=t_+OSSOG2I3a&-q zsE0ou$7ks|#yRFGSsd%db7G~7!pVcv{L(y(K@~>elNlq+<+sP%;m|Q*awJx|XO&^i z!c@@<&{n^N|I=B ztsVjklcG)rt7PdEfb7)l$GtOf%*H+P#R_WbM0~X8{`74OvooOsNg6m37|}7Gx3f1D zoezCzud%Wc3aqnBSoD4KhbczGTuRZwUh3>v-U=D`Cc|76IPf}Y57gZQuKD9ZAFKaa0_o0eoa!ng}uGn<}1esdC(}i>KpDbypJ)q zv(EZppncA#Z07x@LU>a53Jc+&#+wu*oy$Cbs9pk1K{N4bU3xGAj#D;$L3$+H#jZ)q zbj29>1SWZ%`HSBaV*j_~;9oxVR~*LhkK?_vl+7ADTKk)dDI&Ef&9rp!7Uz4Pd zlDHJuS#A}gM>Y4v;ga~uyYib8+x=dH=A-{ElU1$vQdX7B?bb!HGlScm9p});-nDxw zP0Gsq(*3O?9$(TX9UNiP)?OWK?eR~T|%oTD26N^SgEpMl^Sy8sP8#aSeVXA2x$yaA!yczDP;KeHIZ2>kJ|XWaNIf^uzjWh<-xU>_7F#^C3xi zO8t1jJ`4;t{?Pa=`(J4Ba41pC+^Ch z#CyrwZvt>+kqXnKppLEk0~>IrO3!&zP=tKQy^<`#bdV&tooI8zP(Q^Dv~b>%94?k^ zh@ai1NrT@Vjuo`MAh{)WuB<%n%FHgNZAQHGyDRoNlDxEUGe3l>TYiG1p?tjkntZw2giR39gP24 zEB*uNcd~@d8a>?5)hF6!F2BpLzChFD(r4`N~SX{R8LR}w{vy2t` zA>i+6?y-p{UDmuGp6jXBuFlvmq+vcScec11O_W_1GBXoWEcHwIXLMUxXPQSHM^!gd zcBc3nq@6VQe?mTOU%27DkJp+kj^0bY5Nj_VrtgrJ$veI5eOR|n`7*$Txp8T25<>6? z6VPRpBQLkCx$%QPEi%2uP#Abh-YRjTkq$UkC%FbRx}L^zuLj-Po-tWt+M#T0 z4P|+xC8ycHcJj5lj#2)I=I{*9#^>w!ttpu)uX{1wa%Z;HYPZ$ZdQ2;Jxz|?I5~I20 zbzRt!$1z2BvGu_oleM_T@?a>PiGq<0VQ?^Kaj4CBV?cFzj;@Xw<~mx37dFR@&^=Pig|!K8R}PwAo*9 zBd(gnc5~VsF1r)f&SJYgZI4qqin3&<)8n9%v)5*?+-;9laqD{t3*HQ}G)~jS34-7v zZG+Uvv9gUM(eRUU!&23dkA~c&7JI=gDJ)o*gk;Ssp3$9C!&)DUh362JaE5ReW8J5u zu9c{^sD)pKUqLEP-wSC8-(|bTqYm%#{ad5MszzUuGtv|Zy2&8<{l;%*T;kWu9az%Q zr7PT(dlUAgVSJy`U;3mneq0q6^u#v4Jw-1Q_xgf)NEJU=m*e{WMAVo0i;{<0zsoy$ z=5^FT+8f`eC@kf}xt(uN;reqp_(`O(ozH&cjacPxG4V#s*3M_kdvvuoreJ(;;4@n2 z-C`)*r626VJQeEYb(@JfWMPccwf8CF)AJEy+58np^Ypj(M~tT37xB{i*D(AOUv>7~ zlY8FZ?y$z8DiX%WN>W}Hxri(e6+w8@4qJjYrW2gGM_2TdSzSHTU+K5yIZw=99uR{< zFG|hQ4errL>B>L@A=dJix11`n9S*XOZPeUHEKKt%x!lL}AM@G?A*&XSB^|~X=2et} z7c6A++6qCd7N@cvQhloysFkHsLKh80^V-yZ3#xhTjK6JnvK|!(4NI4T7Y)BkIu-+0 zEv!m98sQq2lye_fIp?+4uA3SppV!ojavzh4<~QYoS2g||@T6Ir-$lV)TG|e1Rt8@< z;S_5SZwlRjLaTHMT_u;Dnz8r%c;CTY+Dh~DW}e{--23D3pJEEfe>hIU$n-BwI>G-Q zQ;cFKtb6(40-ZeG3s(DE+wzWDoYsiw^Jy{`_^T20h zz5I7V&skijhShV_`?x*Qcn=^XhNVM_tT7BNJ6^5dygJKA!EJL$)3R{Cr31ALMZMul zhaj#O9VbrbBas3iPq0|N@`F&(Fmk3R_3GK0`0Rz$eAXM^CYn=m-|lu|@)#>v{io&JzeFtr|6u%>WJOizWo?fb zy9L0$8Bjp%{D&W5U}pRefuD(y<)5w@FEVsoGFX9wS09v)X3hwbJ|GvBQnlqg7OgD2 zYm;IQxw^Zy{ylvpR!=A7gapg{8}-Z5`WxUYH8i*%uG&2A51>78{I;C_2M-U1_jgr+ z-+tl>YQd2$`7$mMhJvN&LpgwxDcCab)-FGPtnBYw>aSROenvQPxN-R-1oQeL+?2da zcwrdcs%Y4FvnP4cLpJwmo&TY=+?~rq#1`0Zu9b82|M7y=d-FmBmlqQ|&A%^~uF7g` zo2eEWHOD^BlhOw@Pl}MZ74nKPoImtS*FiJ!72!S=2gAM@rxq_cA5wT97;CT+82dK} zP0gNYUDLO6FDz|IN2@@&>KPym-Fm?B?!g{-w(*otVBS`%^psyN+XMsX9oR`|LLr0~ zvdk@Fj|5twSz7K}Q*uO7bL&CAe`u>#Prxi?+K!w!k?nNbp(V#!=M@5=-2QBR)glx2 z9B0NTq(BzDQ(FwU4QsfTpA!QV1h-PuhtSzBVI}>P#@ZN@LElA z1BWR#_#wx535Kbhkh{=2f8aaY3p(*bOoU{{=atXGzyXGl9}lYkvJtlV-qTg#RUWmB5SONGv!1lHbawgjMC3?yZs@lEp zK^%e$^JbY{(jNY5w|FeM#iRDqb4b}HqFfiFh)Ni*aHL)~!K+F&Y*sL|?C)P6!Z0jw zkh=VMzdx(rvpdcnwj!_g05q>%h7|8({!pH!5LC>SFuXhP*Bp4)HJ~@U4KxDH%1V z4~Gz8;}@(bR*-dY=Jfafu|mCJjte^&IcBai`QvGwS?Cg>3^L~}PZBadXj7}U`3O6} zVxsa!*iS9k8EJC&D_v>r@AIHFPr_h-*D&zY8xXwOy(nXcS8UT^3w#kK>eH)HncT%z zhFcmyRjp%hjdT7{va!rKJ|@o>Cpjj5VQVyn>6ol`K2E{s2MWV$YbNiszxHRZt!*~Q2l)mJ*q{pdl(KI5!;7srt-Mm$$V! zP?u`UyUf%M-;;`$8EQW1ogZ#e#Ah*PosZjjGW19nv_uimn{He`TXTNxW38rD`yawD zBmKW0?D{_`JNy5E=}4Y}gkaxIAu;?2oxOAmeMABuw% z2T~)ur%FbKtm*Msgw$~keXse$wpf}F=X-B;D7pEMx^=pMeha~CO@7m2ega^09%Lx3 z(FWX&QQC0%V=N;%i8rrqY&LtOsSc1BEhx^HH@?<`Vhd?)b4Px{P`%$kq4=~{%*be^ zfGJcYPC@nhzff@OLLZ^|SZ>yN#iB_b_u7M(wm_du`a>683N>;;M40N6Mgv zYH;-pi`T-nXO#ys?mXbamQm@>$hsAM17|Ti<-2zU(u4F840)9&F=1_JEPRL=ZFXj~NU~y;-uGNo^TicIH~JgQT8#ka zK5%oU?~nmvJk?@D=Cx&C;m~Iq6()kqo91$B|8;$2o=mHX1JOIgSX@N+c9S9lw2K2k z@ZoB8B?BH*KIy3fXL+Hmjp~~imucaWU2~!WhTUftq!vs+u9FE(xCmzpiTYl%%C2}- z=3ZIOu;Ju}37D%W_ZzCZ^7G3XvJnrUL2(2>6k#RzyMM+6aL6}B*c%@+krEXg;}rnI zi4};N^bDZ%3@Fg7maE~DsW*scSw1ZprX*35V~${D-jR^63=Wi`P@x9I_ZK44C#jV6 zv8m7cmAQb07*g7ehZNqc&>Urt^%HK4Y_>?obMElM}G(R z?7bffoEOBsqW$`_Jrr_al`#v~NqH#-tO&(z>20-dIqqXcZo{JQy9sflIKw*a_<1d* z+#k&1%Pte|vI!3@dzB7BRTD62^8v3`l&2-Vq&)9BnlnT;oz0?W7gCAw4I_8pMy@nY?E&+foy!J$@AS+ll`Ch!U|+RG=vU z%@~Su{58HVKsD6>mn~g)wh=$vmhbX3UcT&`QmxF8THiZpCNe)({MYPu!A;}(bY0b(EYOGg!5#Dw=7k%u2CmEXLSu{?>Vg0G^%T{4~)R3CfDMV7V&;GB?~@f?1_b z^ZvozC6hL4NT23_+fA#iNLRed(4n`tKOD+R$LBg6%6_?{A-7_Pl;&=5k?>e!UZqX$AVWsFHs>aFS zLUrR~KFgH|R!hhYwrIcEQkpXZJK6a#dg7&M0^=b1UCYkkb6X>5y;ui|n+Q_F(MhNW z>6zs-exzZq^riXy#9A@J`zI35WKf8S@`_m#6;~70o4NkOP0?)$mYF^Nelqb-FA;Ab z**2F5zx^y#f zrmYD33Z!L*J?KqXQ*732%z|8Ve!itpEvs1KXEKmOKqH7K z`tZ8V$(BSBlt~Q+;7PT;-I=I0lC+Tr%WB#(^dC2$l5+sc1)URrLfD11PHUocr1+0j zlypn8|B2Ov*P^Jj-}IB!q7J0);61*JtYV;KH4*)V3`Cz#7pF*VV9kw6tP_7u|Fc-M zpZD{Zn5(2cKPrr;gvf|#zOWTVe$*mY-nWWJi(QICS{6~IxEaLVk|}`DX+!+<-XAMb zyF{_I*i+H^5m};wq79Lz68n^#{O}=y+$d$VLgpdD(*`UY5xK`C!Uyfe{nR#A{s0a$ z>?oY#NzCia@Y?`)j$+y{1G!)QfrKb>w7%kTgaUOy94m~zJ$b+fR!gFSLKuTS%_YA$ z?E>#N!nS#Fc`?oCKMJwVY4%kWv<`ENf({&Kviy!}igeFM_6rQ*^r)%6jmUanao|=t zbAp_Q$c@C5kLq^ug?t*BiOUvc3F#hI4y2Bg^ra|VVBwXH5uraTNmzQIxu{!6>p_I5 zNzHsH+vF{}WOO~Xu+6=^Jc-AvoGtvFT2`H~7z~x>#fdCylgk@q#jFH8!ZNTUVXbWK zX;>GK&g<=L;GI|H7g(odQM-lYQR&*5PZ#sF1F{+y-yjzn7U$aoq`?{>xo2CQN*i0{ zlujM;Vmj`NTh(84_NU*9*h<_$WzSlp?JwC(=Sc5iM;jl>=P&gvKK?W!D4nmj>>0mV zKbqQA+t$5Z7S~PLOdbv$;eRLReFbuVoO{0*9Tlr+f`5&bA@yp}w0~z7t)gdnaL|b` zpxLxwSlXqdiKg9r*xDHtq2V>Xac*|z)zmPxv%eWZaOFgc5a4`!S*_H(jEdQNMXkC& zpP7Ci;fzz_`@7e{i<^bl!Nv1>|B2t3T-I?)Y$p?;)8Lvjpg`m75kSAVGu9(}Zg%4; zJ9?M9+cOaI3g2aR^X7YFSkmmnwD2las!jCl+2&=|bTM`sypc=SCN%H|+hZ+nwb!b2 z6aO?DJ`xX3rV_F+;dzOF22aPyz@}O6%J|PsTL~|INu{Gh*l9Y*JL|OixNT>wN2o3uhIX%G>QwPOJ~Y>;i;Y zVdFvxz9tij#{WaxJ4RR5M2n)a(XnlJ(6Mc!W81bn=#J4bJ5D;bo$T1QtsVRA?>pz- zanHMFjCcOLz5c9Kt1xS_YVKKcv2NDkjnSMT3$~a{!k*Qi8`+AVS%^O_Ej`M892+%S zIc`OIXQ7oaNWPii-qHw7%2zu-qi#C~7J6|L6zX(<_T|s3#^)oxo?>qDY6z&%7bH2|MAA<)RNAjOTIs!LUFkq^M2KJL+3i1Z$6N{l*q6H(Uu3?slyd;yu1SZp{UG7r8B$G+9S1xaN8 z_f=2!U$0yA=h;$^_p9*-p>Ce5tz19uXID!PPv;kpfYo8{>TRv zcFbrQKUDt;;@~0&YlHVAG|pH_a)1|rwJ$(Y88iBhD*M^*{T^5=8K^M{k)!!LF4Ob1 zH)YpK(i%b%%Okoptdu3lDDtL)EkiXY2z`-AV6P9ULIba__124O1S*=+OYwW|&d9x6 zTv3@AkwTfgFkNq2I~Vjf0m-m4;Rdb@)$Aa28l`t>^y1{+udlRwzvroq#P_u+SO+5T zbJ*&)gr!*Jh2hH@iGMsetEu%NDDuP|arDkAARDvQ5rk-w2}nES3}a*%9Tb3D1ZmWAiep9INsL-}l z-dPos5+zR=g|W#ny3u47J>5z4;gl-#HWS_BQK<33P!%tq#t=o9Zx;Na%{e^>HO94z zF5mR=ft+}}UN8BR;Mh6@It#*=Ig%cOf+~TSONO|b24PJJ>W`%KXb~G5x|5iJt|)#I z{Pf~nL1`}ti1!x3W+*F$Q>{kLEtzJg3k ztSVd&xfS2#+rACpp8_s1hwyczRy-H>eG9-ud?u*i!)5l~XKe0Eg=*NJGVCXTal!#e zRjH|dc)utkdz-dr7|$i6An0C^82*e|s4j^b-jk^I3=MSo@Ax4h{04FuW=_BZ#uzl8 zel{p@3&g$O93l`AL0hmJ{uS3u*S;aj^+h+b8Ki+p4g9NfkObMFP$e$=judL?Ehsw5 z;T$?>c|H+r9IptUA#sK*DI4tGAVdAm~8Ze}+s45{^J|X?pYcl>j zXAbB8nOfn0IdiyJ|Hpr#US#RIu5#msUp-@W>H1n;pIYgra0#CbM$0m=UT{7)QVl!9HAjE$SyNHIu{`h+r%P5diIIJu0!}W}pH_RwB%M1KT`5DTCB&Ycm`Lb`&-$`G^ z7PnNSQe+i59Xnj!^XtBZ2l=SfM}?wqX^_)*{cK#JY?Ma49&=s;L5hy7@ncSw51ar# zzBGj-ZT|M>d~9N`uk|}dKQ-AXl@!$$;N}>qHm4X8)kUssF?Dd$wg!L{x!UXdu4?dC zM?2(M)F*A?be_x}Hed52H?0`H^q462LP)b#hn%<#K_AHp8N3D5O9vN`YP_VyirH-Q zitCP}ms9)%qsIUs>NI?bO@f>7>=h=|fkaZ*T}Piag@z0KvNtF3`i6U4b(nls^o@qySY5MY-Cov0_YW4?H!E%pXXgY5KFLI) zg1*>SLne8J8M|L{v}{IY-}a*}&&+tVMia)aRTSWGtQm!+*^CMmBN7f&*;`cjWRRBJ zkyU<*TT+WA;uZ8ok9Ee`zluiAql6T=8+?I>7~#00X*TXc#boT3a#pvA{;~9%Q$hbI z()=;VBXB58h(YC!I>$d?*&~vgA5S6>Qoj6Qmz38Y?j19y(Ty^5C`=*sY)+CJiMNqX zj(GZeN{!i4OU>DbEIEDKuB>m!pQLr)(HN@M-zM{TZu4zoJ#=_7+&LX|!@nE!B}bnl z4}^6*hVt}0WwU=pyth(DnuKAwC?VenIFolGJ8N6JmEZy| zYH6XMe!<7Pp9jgImXt*KORR1|ZS|{(w&uA`0|M7^coOZC+SkaBpKMTlD7!Vh2&t}# zuu4Se!M{!v6{KYq2sqiyG@VJa-lb&i%JNL$mMjmy#<(NO&>`4oa5Wo$-6^WjtCjYr z$A;8#A5OgV>bzWM+g+JpW2_|Zd!^;muhK^G@$M6iVTF@ng~MVk6?_TJJuvS5_<;G z_u7wqi(j-?8IK&|4J-1xZ6Q(*DnNqyX`3LW}c4kZ~k^H%{ zXx{ftNnDfynxfp&h9tTR!x#N-F8t>Air_%%M1|7=ithJzpGs^V3;zTI{|))Ad7@YQ zz;%qyM$ILX*Nutd?<8g%ue^jgvUa}D!{ z_a&G#%I?4|j6GwLgdr?0A}EJY4X(b(r=)MAF2B8IsR?9wtvxj0OAg(YzHaLB>eFiw z$&|P@VXFdGd;k*5xFS9x1;xsRbqS#hli@#7yj>TjW4M;kB_HL&aqexs#C5tvD|*cy zD!gh>C8YpNGdBGb8*I8>c%hHq;1dzAZ1Kgz4VgrK(d%Ll;Pcsh%ZmyZ)Pd9ymaKqP zkQ$>nzG=V1yn8bDLD5NmXoLF3AD#kZzpEuTt!O2TDLWcqh)k847q__`xufMvTT~M# zC|cVq2(vz)d<@=vr|8#WB=cSlLqXag`*k8B@v&)xk-~cy@n1d*H|->_ zvO;wF>`+Y<4Ym$4+|Y7ydb%*)#H}SUIn8DK{F_5Y+?w#}fG|yzN-$;}TtGP?ZJJHx zoB?w_GM=6GaoKbIH#g_8*08F<>WAsEYfGu)#%pbv{N{w|i2dmZAbbLtvY#jik})NG zR!r2#k1%6V#+I+;u*hAf$D5gVU&8}YA!K=OBqg;HLsW23%v2*3SZG3dIBov_8CcdXEq)S_{&=!F1i7a`i-0N0=TXv+_+7l>8XIR=W8UCOt5niC>a2&EoV&Hv;e8 z2yI9W6q^0gVHz1VWrNiX-uZjC|5tjp+=R#d{>Z}4LExt=5z5xq`g%YIZ^zT!tyJLW zk|)<^7w?qqL@V>LRPxR3wS?G8%>iJ^I*tNYW*%f;|D!ew;UU|On50!a`veT{at zO8IuzReuuA&NVsVhubTVlQ1V-$Pd&XEdSf(1NGteKX0slj~iGYLgX1XGhciYIb5oA zA`lo(HN zRt>|dDSm2Pc_U1m<9L)4++U65Z5aJWxGrv{-J&3^`w|Cplws#0;k9SkB!#3Y*SOAVKI{I{ zd{HtFL08ps=i{~{PE1v*!JE2R<-VsATIYsZ^hLhupj|jCo-}vLP*^_61zH9x&Sa!Y zI+se=Sj2Kj4yIxCSA+~?bA7ouJ>MX_P&2TYn8<}wgp4M#M4o3k9>G!O-Pv zoC^ZqLwm-;4qWE-d-{~zn5-K0C8^_oRksCz;USC&g zA8yIR{TR*!SK~8PsD#rN`rB?CB}8oM&=(1g(=gF37+sL47GlqO)-`+1aTyYc1_{q1 zClNUGvKJSwSNev3*p(1L(jY&{#AA^x^K*wam?kD%)C7^$Y4fm+79N<36AUq-0xibt zdX*nyQg|2r)j3JYcXkvZ(o8Op;aFEj+mh@cDeH*$ObUz-CbJzG^!#Lmxj6NStn9iZIMaAzi?#8EYq9#V z@`nY|f|L>KHizYns~}ucg$5RpAf_Q*>YGyKYW3Jj3+(eV8Un%=nx9#R7d`Y=b3#Oh z`jaYhl=~!wKSsu!I5DFnC+!6Lho`3zAxaq`Up9gS!Zc(;90Cv`x)gUd|a4%z58zQ2i{hnRrJRlU%VXd!4jKe3M%3FwY=YbTr>t!4^Mq~ypOeW39Wx% zuiO5PFc8em?e>lE{ zZD5?MlOJPa8vB3U@G_k>{GF>)9Q!Xfdc_B9OsUqb@?+*Y%yTa3DPs-)7Oged&DAN4 zaWegv8y5kcfOo)c%`uFA*L=41*v8 z{b&@DGGnSJ4$$9mr?D@6*FawQ`zk1XCJZWQini)s?FuP1-}*f68miXuLT^A{dN|f= zODstspbGbd=KlGt>r3(|{SqFk9?wA&{hivT*oSJcqi%1;Q=aLJB1O=zHY54iC%FTg z(|<~Gv(vyNty*X5gi4XjKJ9WypRNXznv^kX>KFCD1yxy2EHWIjWs|ftpyxy-Ob0)w zopCkLW>0*J%_4-OuktiH14=48Nhu3#6@6vpkNah}iGa|gEv+Ki#r3SZs!^DxGAFUR zsvq=htlBZ30yJJmPO5qqIX!_pRw{(=>)s2(Ke+0TBX4nT8v^?^#+&ugRB|# zHgvC=9ve{N%TwK61mBUnUhkhh@k_$qd z$1+8wXiL>H8ecs|9b@Q%u#QN*{DG}LM2kgY`2)Ko-edfmD(O6u#Ay{$0pdLNUIN_= zzsE(SRgs`Yi^DN`D>Mk-cB16swCde1crKC-H+VTrvWSH?ms|~elYzmDCU(4?H1ICp zs7hfEkS!bj=`m|l%_#v-GVSpQ8mA=EqnsJ$9_pQZVQ{(LoC(j3*ZDDDvho@9?6uBx z#>d7dfx|yYvO=t>ziv8W-G9T7t}Jkw{pz?iS;`~`S#SF5Aji9B=Okgq_2+CzWRnp@ z+=aHkuEq6|297inVbb}u4hOOG)1}5C%O~@+4tFt8Teb=Rv6H^Y!PGIas;(dM9LhoL zsdJzERGg(7jv?tP*?Pj>N^9<5bp37=3+cs|%l*ALnidMSS#9_soOn*S^x+#WmW-N3 z3;Y)0pF8m{Fm#d!-VqF*-q_uYgHHUWQP};^3uOc9%n2rhxBLD~&m<0*&U^pe%9Q87 z@z3ypmaG5cSjP-q*9>8hf94&_cfKR%O_cXhkx=sO@3Ev1 zPh4Q^b}}}QKNG@Ap+3Io;V;i>y#(dU@UXo!QY=)#R5D`%N*6<6lH1&M%TcP|_PXc5 zQmJcejYX0u?mh_)xg7(?R^L@YosxJ?JjdVAVAQ}7#Ti#34D4UNicPZA1{y9%OnbcgH$%d+Wf(5f z^r11s3*~-Qf*=0sZ)IYp*P!kM!y0St*`$IU>8DH(=sEmu0XAZsTLgi zlN?*k$HL{d?@gzVd7;q_w8(D!_AN)PIxF)lrm3P_3G*jjOQa(fBQ2}eFTe37V|jW&$tuEc57dboYm!NWEmBxWE*nB+YlM%ceVMHqkN z-@$+;2-MMGjuG4}Au4@qP)t+}CI6OZeeYe~At7R@#oMarF+S&Ce$H!DcgI2imO0R5 z2kY1)zssa8u$wP&x16k65QyB!^(>h2W115G(_fySP^$l$IYS|-Ylhz;=GpGU*1s4f zrQKouQ!nS@^gC__r_z3JnefDn8wcuewQ2;JPFqfi9_ml6!9-q#vSz7%TK=e1$vX;J z?k(Z)Xl*0{yrk<(nWyA2CHO5mwu_kolI?oT5AXJS-u>w7_n+O0wNXI=$2}O+XZgnb zh!Hb)4<~7)&z2~lJhcJS(*q=e+-za>Pul=W9Yi}C9mc(SJ|fAb0z>#yCti8QOYFeX z@U5YOZ->!ph$rr0suHXQt<`U%QwWPCa7Lu?+wxlT=z2=@sakMI?vKv=+QTs2IH(F> z7(OpXNH4#W?sVy1tWICBG1nB$rkLhE3$Q31Y?-N=%?C%e~f-ISJeGmOYEEp z@x_)Xcr$%K%G}#Z;jXz1M(=L>NV9oY*jvOtOZ(8ysN*=%Q@I-So55e;gjo)p%UKzl z!|1M*V5cwn^-g~o7Q*em=k1dM4Lnu+ZROGyHSdR84)SC@<-*Oe`-Ct;2*6veD^LM# z8uA%)25CsbwglLb2oAOH!;7Ay|JY^0*jWlnVS_UJ3A=Z zm$bRHrIi~g8#@OAi>S4mtFpO^n4`Uuql38vC}lqaipvm-s{h+n!p+L_pIrU_9e#3={ZkiX>2c`jk;yzse=%NwY>hIA zoW2f#o)S+~IEucuy0|)6w5y3}o;vt3@o}gKaR>t;f2hco)bZ#|LL!UB=6T3|G@k9d zd3(70Adorkmx7+>|~NcgfvuP z-_piMMvKI!kgUg2l5O#!?vqLPpXTr-V;qc?%j;=VXlb&PE2;|= zT5E7D=kF@FmTGzii3&bw>m-+4;hJkj@AE!a#lBW?D!6}vDiddlJ#n+>oFV$Dk|Wyn zXVPcfH>Ok#kSg*;o%APClP?7(FkitMFr^02GIY=CeQjo}1rNy!DL3%+XU*0Ye3F?2 z>T56rMt1;w5nOjpx_-VIOl!b}Ae2+@T^P=$-;W2x*ZXPBE#6+BWu;R8D?zyhD~2!*BEL`U@16Bt+1HqNfpiw)WDv?oR+o z(dTV(l{5Y`Hu_e@-~FWpy*-=Pmeov9P5Ez2PuCv2^^+q@E`R*$O?i=@sey2Y#-um; z+no+U6(qa(lC6?LP$JJMK{Doh*`Mjs(wYipf{U=|ZU9*C--k zl3jcO@soeekGVkjRZ%erG{pmm#izt~-_{S%2Bv*XA-@Y*FmHi-!>M8b1)P6rt9{lH z?khmX1@S|b;XH@WT=JY6>jnB7n3yQNyPi#(lA?;7O6DNU5p~5=?zf*D@SR=fmf?5a zJpzS^L+0@hbh9xM;~!@{kzSAMIra%!ui~0_!9cyk0`XWDGa28}F?{i#Z&E>(Iez%r z6RufNI+acNJ$l&~tqr0PRmy0dpEWmp#1k5u^*`Th13Os{^uWz! zX7h54^}GZ}7~q#e;{BNB9MwvjLliSfZ%40NOknl^IxIj;xp(21E4ETqMUa{38KC&0 z^yT9g_nG&fF~l}c0|Q4izpcc3LNC$noBCPA`KGtJ+y=CvWA}>6g473KOJQxHu+yN z43N3y?+f`vy7Z*ZnGZ-E{Q)ccvVPG48Rcp zo}6cD&WCrf)G0kyexINkouh8H?pmY)WCroav+(RI^>8tl!ad_+9T2U&YG#G{h5t^; z4?M_x-*}WUw8c0Hq#@1K9pR6M1+Gd6x}z~yKs`IO-7N^dXfXpoT^;rsDv>!t0foB? z6H>c3LbQ`htQwI8Ch2NR0s$M{Q>O;tAQ-JFa%F+32+{oZrsjBFlqAnpKU1UqD}zB0 zpzPZZzrNt(AcXr#ZvE0_Xr+9(n+tXYPT;*4gWkgePqvQ&wE|~ncoiQjTRd23_RGuz zAIE)%sGI+pA09A-@n;`t?hMx=&N#fc%}Q?WJ7D<+9faXsu^i>kub%+RhF=cuudc$I zI7OVNzGAx37gzsGU3P!OAp4+$0)&>YTa)14j!vP>ZClVFfdd#m>~b(3V0pKZ7i%7k zfInAl!>%gW=GMLwf#4bZb+|FGn4`-+t2lt-jU-f0#JIZ?KOEd-%G0L}1-Anus zw(M1y^#Xv^G8e{mJHj63b!Lsp0{t{}dM^OGFu zxOq@2iBH{01d+4@0rdGE@fNMR-QpS05nfhTM1@JfaM>vS*)$2GJ{xE#ts}H_;u^z6 z_G;RQ4%hHYU9^=1v;(^R_925B#&lSqutB4gnVv~UamjiK74?IzI*+^;yX8Ln=_OJ6 zeZ761>>-H!TDNF;X?YVDRW(fsypP9cif=HghO&%Vc;~mj%WsFv{gVQ{#-uTJxT9I0tu}79(q_nDKicnTq8syXE{L5B7^KWB8e>b4fX?v#43knh z=dDFiC&wvsz*9@m43|dHY7y?nU-b$JE9v&_`<3>|lA3*GAdmQ;) zVCD=PQ~2W==+96`ma8c*#be32GMtVz2M&TDpMve{=*7xIqYP(ZK?2vN{8#a=0^eBe zRPSe~bWI>VC}A+5e)J-pV(aUwfYf8<@v8_55HIDa?4w@3Z5*e0Eg#{6xe{I?`Ig=d zzSw&l(OL~aGV9MkUiXLpeU33SZmw;dtLW6ywc;;0P+}K0lNM_~{k+>;SJgA6(>}^p zlo)ttvVF{M!Bq0kjIe>CL7Hn7&-L++4I2r+LB!yDuTER|7gF*>}tTftya+Pi1=mmv`VK z#HxODWYPG!D>PV~GZ(ubpc|B<{yw|d6R-#V!|AjQ}fNy2U^H8PD zad5p$exD~+$KJ ztR&$<0@)PL#Z)UCkiJ8}Tg!)aU^OvSRWF=Vl}q%Tq`>-*;=->;wN&NLG>Yno*d#g2 zc}@ifHl!OY4ajkV(9y*mKZVyh+W`0~U}R@PlHU$c=r#}Xi>}Je_8TisQ~bbdrUcUC z8vm|C)6~tHAX4q_!S!y_h?(mig?JX=b@j>(?}#?xUDk*2MkY#d)^@k`l)>fgmwd@K3wkWIYIb|dWc*$ zyGNC2>LK>FS&P1T_~o~+q;W)KQI>lF12Rx>agiF4mLI`M)DLbZTi)+oe*4geWr@$e zhKl#O3m`c%Y>*nTk@`WE4+X@_rsnk}M~WBH5YpW=viO&(9WQZ!KAV2k5Zf5qP=5XU z!wi!UKgrJ(UVov`f9a3^IIcSG~g6E=ncZ2hP(I+mBrcZiP8-+>p}cg$1_ev z7Zx7CQvHnktpe#kwDAZUe2p$TnQ>MHVw z{3cL2c)Kbn{X!eGiu))^_#9^(m3m~?XWMVi`iB(CQtHjZyVWi=>|8w~i{%!-%(s5I z#tSW&3zqx~%&njJp*iqD;i>aiV!-Zf@f{TBi@ut=aXU+0KhpCx%0*%={C=Z_XF92t zFR|P6bn!8ownVk)8A7XKG7SGG-8(CAQhRlbykP{vTd+fct9QkC8)UVj2IhH9*`HNw ziBwP?|BS8mjzj}Rc(Efmzmr|%^O@AJ4uOM!d-9rEGfxNE3Kf9w{(WU$e6B$WHjF7_ zwDUg(lyeh9?={qqd}kN2fTk3;)vw6XhN<(#mQ`1t!7l+f|G3u}nr5f7w} z{g%!%5^Muu|It4w2O1E*J{9<@`Bn9NLu{jS9xL{npd}*pKeCDJU4gqkVG|-irKbHL||Jsa=%4@Q>bm9Tp}#>-G1&SMuR^eN;E`0wZQu5|eiyy#~3u|Zk^%OvNV z(Nsr;?&Qd$#Ae#i@)!SoKk_?#>%XhO3L5w3zfOn0->?R2L~||)wKhyNP`vjpa`!XV zNBQ?s#Jgx#RHuEDHRHL;ke=P5qLUpZcM0}hBqqKF!0#VCR&pOv>FYcq;B_s2ff^Cc z@&1P!xwf8>L7Nxw1V;}+qs`{stbt9oyM4xesuvxxFUbtR7v1hT07;!>j!tcJ?Au_T zFEo@0&toNSfCRzPIlE-e=Bg!uHv(uU69mYV+A>?6W0eprFplv*=K=WxAjlmvzZb}# zo3=+Mlw?kM#B_oIzo-lE6S1Fz7F)NBjwFF2c~V$VBCX_CNYnldeY$@!e0fLXsx2hC z0^mS<&DlZV<(CEh5LAbnSRe-wqXNgR8tnc{AtjI)-<#T>p|r{E4w&sEXI&RF10Z?T zSwfCq7nBj`i6Djc!ui6t&}^bGlj>H675dcWdRmz;q@rnyesMLv3)9i%IG-DY`amX4 zee%aGbm|#!bopeAid^9OLbOLqvL+Pcw>p{2(glb$J=L%G%u!}3d~D=`e-cd$>=WD- zggTJ)5gTW%KZzkW<6ck(ylQE87xJM#-*vwCy+@!rtX)>2GjzB;%-u*GN8}+w`fQmB zw$On6Hdb~mKHr;4yABBHF!j;T`^d^1$9tOczma_S5%}FPF2T}|Y)6RbrB@JYrqENN z^3^0)Mq{i4YJJ=@z#{5xaP7be$q5S4y0Xw&1?QLuvn%1x#a(W(WKL>^KoMPtDQ7%mFPjlQBk zMOq4UQs^F|?QM4&jElSUP^enSEUwvw#R5NR8gb8ox+_4+ZM%hRV`(}9RyVa3^LU6^ z@6Soqo6ZY9jN@#!y{RDPZ{e&xLNz13cN-6)&SD=*3~~GhHH*tTx2FITuZ+ zA*A6@-Wh(|YKnOqiQuA2ei#o#b7A*%n)~_$3mWYNe1pH{6!|KF#_cD;hCaLPOV{hO zUX&Wa$@6gcpQZ^f*FpArYU{yj-^*!&6%bJ?Z14x8K4!mVr)`p!wHMO3k-5j&@lhLa z=v*aBpH}To8!k>N@lk)EeNXX#F@3FCiCH{Dt=-i^0PoyeHO!gLahghP!#+ya2kFq( zzvXCY70!dz8>U1rVWC98t88%}p|d%=6dRX;AlF8UW-IkWptE8Z$T(2s z*+PHT{bG2ry`3!M5|k+txRu&G&T+Nr+(aArm0PSp!{3{InKqDWdmG{B)z1qoEM9>b z|3>tpdoHH$`S}puOjY#W2fc^l;IY~FE7wB0Ikw|~!dKvi!kUWd&x!caJ#_3VaUl-g z>jE;&+y#k1@MEgd>mXJ)g`-#V*eAY)pbe#d_col}iwW$8>SS4qqicojxpvYA?^l)t ztZo#?$h2p1&m#U^`25d$SBuUONcLROOvSs;ekqUky+jar^(6Am#G_o9-Pihu|3o+pY zkNWJh<9=;2zgmvc3@SLL@*1Sj=HQPg1Ur6*g8!v?nqhm=H4i0D3w@VMdtS#PzVl14 zhqn-2^2pWx6+@%0iIy_9AyZ z7xn;~+}Hd9*vKLj!FiwRquJIFt;0#W&U zk#Dc(R0C%M?Ra;xHt!@*Bf-x*l7om>PBOeyzRbbLqr5ScXU4ooU7mP~4kR4z;B8z0 zt2IvEiV`1k(-gfv_e1$+Az$(>9}2v$RWvG5(o9P!@0#1*^-WnQ)1M=Y4_+@<;<7u1 zuq>^oM!H&lx(kwLD2~f%qr_aaQg0nUkwWl>XRK6PJL|v%-bmA3@OZFoHN|%Fa^B9^ zSx?+Z>$T6_kGYic^O_5IjAO7zF^bJ+dK(+9I`%ozSF5Hny&zaLJx9D=iHmg2ZB^O7b#2&c5rwulgw)w*5U)f)_?KuyfLu=q&~{AkplQ;)k4)*Bbv{v)oIJIrtA6PwBRT*SCaa{TmsD zdb~7Ku+RFYr-hSO?DaXvqKA_QiH9sT+xz0LnONOPm%sX}6JswERXu0*oe%Xb9SLon zag7XrrGwIhotJUdQBCwG-3hMEqDmXy@I4nBv>e%?OFep9cM?c@4z??uA%TDgdj(GT z5&J+~wHH-B5hZk%nU=h`l`P%ouEXL>-a`hqh5GLP`6E8}v&UELQ&t;Kp5|*%H-v@Y z2HEhw4N8%~Wcs5*j`t-(uFjp@2Gon)-qq7_P9agvpMuxexzD-<*4RdF85~G3@YmMV zhhtxR3ZptleVOaQNAz_qlNR+3b4>z}Q?s?JV6({Zt|$ z4UC|DUK;QXa~du^3g)o|xqCl@D?GvckYJvg<6K_2EhC*@;7U+kv&s4bEEC^N|E$q` zDm}INhol(J7p4)*7xz@VhTN@B>1cughM{AdDw?+gvqL3OKlEq1MD+MqvB*M%KAf%Jp>Bimuur(HyN*6R z+M41_QL=S`xwLpMVW0fBpmTB|lceBT{I5#IUO4EGJJ@9Fv_C%AI3Z?TdFasNwfLS0 z!&k$Z<(bn8e-sJ~e$2AI%28e-ZVBDWVti1Ke40Wzk^My!F>HZ^Go`FB>w}`BR1W2Mho6;2c0B{lQWQF4LAY((&aWrWO;}ck$7%HK2gZvJz7V`BCODmrh_286Zl5t(*B+DEMWijaj={2t&}F9>0VM9P`RzQC#MGTYp5)>JRp#BkPVX zqorS7gI=};YOg21pp8^&mkFe!0&MbcS~v*k|8}u5le1*yWkGg2{Tks>Sc0%j!-=}2 z82(i}>V)J?p*I#($~TO^U-g}J*qf;$0hTYG z<>SWx{ia->T!T~Y)G&q8&{}jGl-HG1ga@f1dV%T7nkHf5nh+^f zZK8?5jsQ~~Voh^we4VyA;dM|4$e-ZL5|@9dqDcl35b{Q@Z6~v;r}wlP+wlTlNOcQw z)eq&dl#LmY<8BM?1NSt+k$6F7(6K39h92kxTT5+tRrYTL zCv?jZKj-w&yEnh~V zd*Bbn=$6%b{TUBjbw|@c=0Cn6?JOO-|>vd#^=hit~NoSeTS1W8F;w31ud-=DdG}sT}z`-9prZIjY z>lR~Yjc|O+OQ)rv$XR{3o1rk%>p34ScX=l*M<*<%G@3;K4S*o2e33keNX)deVpd86 z(Oa>)(N!ZH5wXe{dXyLOUa==u#ZLyuLJ-vw93v_p{gm}cHWxykF5D-6_y>az_SYob z@;}6CmFsjpgeIjiKJs;Od#x8cD>h3M(t@;ES>NwQ|Eta7+sJ&XxF z!}~_0JB%;ZS|bt9fpp_m{r^n>!+(SlIGWfX@be?E{QnuiAmw80{l6m?xH!1}#~+}% z$oBTbSildzNW4s^w9mM-R%-p<&E)tYC3 z`9&NGs?~vXOhR2;B3WS_+Sw8#xzck|hHXTCQa-UM-`=7t@QIauL_Q}c{VMCxcPjn$ zaxVmtxn(;f>H){WtHpI@9qdV(`^KJ_I7g3zi=Q7%okAh5_<>k!)l;vF@bY5t_Rfh5 z-Q9NgPZ-)L>h_8tFNlwJgvv-8pY+VZ`4g)gs{;L;$@aArO17pBt zRt_a1;@u+~*!>f%-MCiySi>ri?Mu-GWBHox{CqUbd4RIVgzV1*BSFc$rCvz|Z*zAA z_vTUAPJ`;bzOL!BVF-_-(S_&qn;lU@xcQA+`sLEFY z<9I}v&>MLcs#dE2ilC-*dxqM|FEv(8Bs6`>^>X^c{K=HUgda83gEr0%bY_`8v6i`O>gx2;vk3{X(6C3tveB>wF>2OybgD+{!F=%T z2>&jnVw(-giG>b|=q(fUx`MakEEG|-(j77eLf8=&&shWK_#~iUfBk@9K1aw`ZosY4 zt)OR`REWh)f5{*28B*b%uClJ(F-ZX1>zn)nrv>i8;GE|rG!HjFvFBgooCRO19CXuK z!}7JaK4`<_cQGvuov0Or&lkHaVXy-)Ua&i=o=ay!tJDD}h+|!&J@sp(gCJf6HyWeI zNVHNJ!WC%F$sn1Zkf)@|%eXXU3!~>hoPyzx$Bgy}QLNa55KzHAOr7(z;flicHvZ5lmekEG%tmM>whu;}0dF zGHg%^q+2eQt@^KdtJ;yZ{T#3+gCJoHaOH|vTI@);*R~2k9KyNatY#$P2ewKD#0AQ< z|M$OiDuuG4Z{Cu5`O}G7RZG~OGKqhJE+w@m4Vuo9ZB;<~PhJ;KS3gHjcEXR8?m(W` znazt&Z9&V~>tE9;5EqEI-tZ{u%*a4?@OxNYNBrP$C>_X+sJ5C7k8Bsn(}E*qsZ0Bm zq_52qTP{aY_j`yxn80{3{l;{;r}?*Czk+p6ZD8Pw-}`KP{j$JP#$Ag0i_d6lP%Q&C zEM5(sm&d3C_D+6F(x!U%=1o0~e80gdT1*pw1f$B!~U2Zd>)40(rDzMhQh0RfHr za6=XgnGNk;g#JCH8O(Om^%NI(tC3oZ+IE(p+rYn^9_T&Y^o_&`tyE%=&?=M!vi0xa;f?wYHZny0nXIcPuq}24> za>6QD)9I5>V7I_F=!iVqf1(fuv46+5#QtN-la=+p#JM#VvVg%czxz>c_o8_7!Bl<; z$X3gqVkWMypG1Za0+ht{%Z+UgkZ(4`}m&JU1AsOt9e_5Zwpy7r)+z$@@8NZ9&E5CY1KN!_dXTLCgoAlqk>3B(M| zjzsm?u>b%rm_+jpTVfrkyDo$iJ(Tl_ZesbG%jay5-wo+g#sueNd#BInKiOv>-ueKG zRFNc;Z8rh;dpy|p9y0s6Cw&`~?rm}fMwN1?A44uM5VUtHHkbn`AnM}3t%1+j+gQG) zq2jtF-*93E?ghURn+JPdjT%ejN&hZS3#40d4)xsP~r%{^a<)C^Fg=+Q)b~ZX{!qsGITO1 z@cF;EdgbXeR+0uWX>b$yz?{MOLHaVZ_;8N;)2D?cROhURqava(Irw;V_ zV`o0$xLDqYVUuhVL17OMIBrAKf1MEeyaH4cp4|z&%FhDn4nn#xaU7ui*Q5f3J9ZYj zpawzZh7)c^Ia+`KEZm0B2Od=6nP(-pz;(5gPvHyDK~8N9+yTI?kNtnb!cRoCK4ZZI z>XlgpAeewy{|S=**Cjy(rQ*eF4L}lq8u*D8d7kwc9|W_)mTg@r@~AB3XDpmRJ+nog zd0N1L{xj&Va~-4iZuG?->EXcrxmtpZdO0cA`A z9(s2I%0s66fhlz`j|KC#^KlDCD|!By%6DxV1{nDl1g0>l2;@nz=iG2=05*+pwr4p+ zv}^AUDQE6s(v6%dzck(Qf3?H{ohUZ^C!~uR$MO7QjuoH>3~>UP8w@t{WiZXh)gD16;4hqG!VNN$xf6i=V|t*b zITH-waamfRNPHT+JP7I_?55QpkDP6x#WtKAkf#86gWL{gKw^O3YtwyyR5Bd;3KFz4 zqMKolr+EE?Z$Z5Bo%z!MNClXe%*7h94)jFuKvHg|axQ(Q+2ZNP438Z!IpADI<2*Eh z1*-1|HZQnS|4)#oe}HedMajQL&=b!C$)|Y`I3(ENofb#h7~N<*f#6w+RWXDn_>1q{pSMFj;MH9l7V6UeP8L9!rSQza zKOwC1ul=vag$DKBlAN>=#6tc-vSjvrBJ5SyEH{`;LBmcA@K(zp0g83778vyki5}XS($P7k5(0$d!oxueZ47EAU z%slTZzy(znn9dB)0f&22CZ(H{Z2-2Q)Ei|)GBazah~_uV)hLWCScA*C=;9k=o5g;IIfUV3Vf&=jHcM+ zcl;(WGJDg7KLGj=@)HHACI(*{6<{w)YXwf-=@FU&?661S$(fUGa5;*8K~wUjg~M;{ zT6|6|28#KJvP)czL889ldTG4lN_=rIK*!X;Kd^G;P+(np4e(p~z#~%nxGuUheNPPq z(wC?@UYUbKFFPw}|2RJAMCYftI1t=6|Im{$9*MGg8VJ}IK2~}*sEh_Axm*4hvz#dp z8ah<$E6lEQK(J?77Eds`h%TnZmHPvaJX0-yK>wITFUik4PH^jQEPh!m)F!y4wr+@AU^#BB0ykl2sHEB%t@pG$RkZH zI_i2174G{U^t-uEXP=UXOYciSU$}=~5aRX#SqFE$O z0|8>f)L@$qQ)~r#r4QCYP~}=TL+&^Mc{AQ_XuPI5rULR4uWmru5b%ER|7ri(x21iu z>{kzS@+HyZE08+-hMQ-CpkGlWyd=m>m$9A5F@(`=1q_1$&;Ncm?9zevX|{rA8Zn${`=Tjg#RORg7R}dUG9iK3&pw zT(xq8J(HvRM+=a-1GYA4kGT=kZghVNUz_zwTq#p|X##q*Ptst6q4Jmbu@C=q44e^e z)!di{#KUlyk+>_J3}ohxfr)002Ac;lyb6&y&P*e7!K=?m;6S(u2%Un4cuttk;Zkzo z7AF%))OJ>1$c)WA%IQy6ccmT72`6%DpdaG8quz&aGO^MS<&GCfeBl9WYQ<4?C z04{*njsXER!0+l#0+-;>6jMGiKOf;yNhxQZ8;GjlH_Ct2^g!>+4*yl_$GkAE9Sd~% zxzT-2@V4gxF2Mr2!=HW}>ufkS2CDKGsF^GrKIDk3X*%$Rna}=a4^Rpsz5uRp;{0MS zNj3f>iw``TizEPpf=CLP64d}#i9AQ>#CfHLTJ#kcFe45pyqW7JbC!XMLOvX^C&5`F zk%5`Q;fCSEyl2J=&%&u>0=KZ)b@B4pjo=Oi0}qY5E7R^~C97PfDMG7qD`cq&_4B0! z$Wbh+%h4`|0!oN$^8aL(G&v?7aur%nj7vNHL@a>C@ceeXYmI&@>^UhC4mR}&>fFD~ z*IsQ>u~rPLi6})=PX^zmUkc4H#&-?v>l93o`#?NS+u&MdGzuwY1Kje z=|(_D&P-9)sql3`F=aYU-b5IeW#?aSKn;s%lBR+&)Z6A)PtB~QolUZCE*9maQmRj0 z0ezFz0}@PtI&BXfvWhA3dqrwM`n(#68rMiIzS*Y2X-U45iXza%o>xt%rBy4JzEz;P zpW7c0Rr~aML3|tvD%?9r=Zp+0Ku*?T_dT9YDv!f~7+Xm!zR}mXS$TJt0JZaNYhr7) zCh9AkEn6fL4UN25c#&Y-9zg+G7@R;r2^SwBD>ic*oA^abuUHvg{hsv^0LILp#`WM(>=xMxHx1pL~ghkvysAc%A5 z`3?pNJd}?#w-S=nH02=-HXYdjmDx+i+}&g>(_n2z1q*Zbgla1IZhifaetL4m-i0-< zoLUW?vcpAATJm>HEF@YKgFgZO9}2>=tFimLTbMo(BT0`W*xpy>hM4UI`$NS$p80ix zDP=4>zf{Yzm)hSr-NAF#A5TMy(8BP<8D?%~R!Uj4)I6Z2SUbo2hmwOR6p62V&)}Eq+UVcczjak$VXk^Ih@o};jKjcP z;s7#M@B{WPJ-xNNVy&BO32=)O>+!`mnfmDVv!b>-pNyIw?T=fyrr~D=d&_Aoe(a`m zAMMBCR5wY6MV3>7jEcL+!ti%bcMnaymUFBsgOdd4So32AQCh6;G5nOyZ%d1!ZqfAA zVNlW-{$jU>cvePUnZiRXi7KdivPG| zQhe7{|v+nzhFso0J-=T#m! zB@CtntHBfVqp)*rrj&%2a4Ehwzd1RSXJZ>s{lF|ywu`EQovkhjjfLv4A)1BY8xpBF zrLjViYHkXwst&%Krx#ja+6e}MT_@y}N?flpl?~H_Z%WeVSF?g&QaDfej={>Kr~$ev zf8v$i`bui4Ham3p*VV2@zT@jjT67B@#M!oT<*^Hnj{{3iqj49q=qn^87-8w(YCLjj zi#9l0>Y8FgP(N(ONBBvjI@tL&=H|VA(?bZmm>=dHnNlUj2Ys(T#&tcxv`c<885;cK zMOV6+4`HwB6`+c}PP3syDJ7%83_qEg5Tu({8q6&o{bYZVy(Vr~|A_%#|H7XVu9G?` z)SlV-uBez8bAp4ia)U2=Ur!rU;=rzz4!-6qtp>7kiy35ey3eHV(rbGjE!xX1TlNq? z@y)0{(&L!vGTTDW5Ii2gNGaSDZ)>9o?$^*F+YLS??htu%sZm-T=bJcFfHkS-NuQtf zU6W|zHotZvj7nV;8D;XcZlFZT`MTPyp zlPSjFP_^Ie(I60qpFpO!;q{A{l?ymRYD&yTe@$CDt+#(ICH+%FR&vPTWQI=w8{*Eb zs-ox+e>VGl)kSOC_FC@L+p)YCj2bs{JV7I@OGo~<&ey)aWd_xVfdwRGDGXEF+ z$8&iE6C$4ZcYV^^s?&ZRSajYhYOCwfTpvMdCm8)JtY4A@J7tfr?GR_O$2O%T(e8f{ z=A1P3oC9U)W=fT1_H{vWpyqde(x7KTp+55CrIhzYS80SqvhmJb`dOxl&zIquj^i@Z z<>iu;_+i1D%ZwIYZOt)jKG3_O|MQ)+E3r<9) zC%ycIqo42Q2TDJ=t?~wk(Bl*PHJ83J)`tf_QS1i`z%i3ibnG*XcJVW!I|=9|wbEN? zn{-Cev1Xuc_GcCuc+D1l6={=ElMt*$`<%*qgFH0kXnE}6Sw_mCL8~@h%GDlAdlh(r z->e7k6g<1zQD(AjG8lGU1(m`LD%NnBj^c2-2}{48PWf`TIK!UNIVW!V9>2{-$t z%^tjgVCVN4t=r2`UGTCx{~0~Z+CkL8UVF$nI(a!~EXafZQ38L{S9h3+`?@j4O_`y- zol`wc@c^$;;WCG~If>`L_YV#vZZ|e?A;rGI-bnLDK&K$h`b50SgLgNuiaHn zomr>A`1A8Ar9^s2(g0N|65PZ1$5u0|s+VnfMcYg}Q++1Hv89TvgzN%UAU$Ib7PDOI?#zx7nRQTTuKKJjxdrVH)bjy~} zO-MzgLV$Xva0-+I-4u#$j-GFJCJl9fTpIP#lM#uI-n~4zq{-btoFmGQZQ+&JgXuR) zc6W(-20qwAz-8^EnnZTa;Rv#)pycg)9@Fu}tm1#Iae2(!(kgW-B5W0)g|I8;%-8f! zs0VO03rjo)bIic+v1{9la5#Rfgp0!yaGf;KaCqG80$2&c;|z{C{@0mvfX$ zDI|nLzVui`eztP|>TADQNuy#xDfXxRiUV0Q%32p+c&?!T^@E`&6zZpkk2{mHyTNHT z6A-q=iZ;|~H4Fm$-Vro+l^l;L_`mM!ge{@h! z5(aDKvZl&X;24X;lG!HZ0@p!RVN>^B8cj79R z!@kVlX!RPTsXPpiv!bAX+*Das+P}KeYkz(9HdoN~k5tnGQLM2l&CpYc?o`{d6h%FOQD|D3bT*h17DX$ZS_6GHkOf$GI88Fw-@I>}hU723m3= zGFIL~Iud4Pn%0CK33uzy4^HONSOTSO*~Hw;#Z^y?1Y?-ezFf<6HjTCCT?nax!UE$p zCXuZ9Ulzt4*u;EdHwvZi9 z-}%CM@(unXdsd%d=Xikgny7(L1k!OVtuaBHHEzD)5XpfFpl*IU(ko0AYx=D znDL5pY=Vqdm$7{m3fZiiz7@qm>~n9Gq=QjoAzwR%VF zZu^hC-)*p=Qrm?!-#dnb;<4DAMkhN!kIkD>$*Yo#L;@_%?#@SOHy^+xi48ES*vSor z`z#;$Sr#5uUDEkl>bmQt_8?!RmFJ<`-b0>PP)bl!^YfdN?fy#oh8m>{7hPTS>3H}Q zEY`O^z#{o`Ax&99f99ZlODdORk?h=KW zlLvC}kn82FiYh9Usi5zXOgbbW;UfwYWfAuihAXF-0vgF^%l7aiM6 zJSexcEFXi)E+7#CX5_cenfKf>e+dQ$gBVOciSYKaXl6u60qskiJ**^~tubt-o zbPWq^@Xp9j6H|AW@; zCw=|@3Uv|_*9|=&fEe=b9Z7{U~u^FT~c;#-S5cv)!z?@v@sIS1YEI5`O4O zjU|{^6xZ%Uq)1OkRHfTMM7D^05PVg!iY>b9j>14`YERJ~FCRtw6iAv8F3p=erUcY}y+3)>OWeGg&Ey{=clk{6E;1 zm>609&&Y$5SQAbgY2yXDW$Qk`+VOckZqOWh4 zV(c8GtV#vRtyVuwma`|%FbX@i-F@EfNH^E^7|4Dg@?MrF#Y~9xQeAfrx38&vm4L58 zjNd%+UEEQwHwC1@+uhHndjuH%o$YNtl}V{lJWwdtM@vyoR1E@NlK9YAf45{0eV?|g zmg>L19;eyW3DkQxJ}lx!CCVtFZlh&FljgL;r4DYa<9uFDp%s7C*c}0rJ5np5@v8Sh zu_qT3#|ubOBOx`)^XqrF`+0ww6$5`iQp0>?o+I#AFBxXM5~$aI?_R6Zx-rbURGZj9 zRVx-nOKx7U;Hs2=f1N?-nE1Ib6u%;umC<_5FEnYh9y-jp%2T#hQr={u^8tS=Tuc&l zkTm6#0VTY5{PLqPP*exqIMEFx_Gf*fwP9^-8vLjHEsY3q9b*^OqBFL#o!+p5GQPN+ z9O;Wr^yojMD+!!tyxoL{n-pSko6)dRH4AC5+MGljx7s||lV|)~N&2MU&jc?p&~aMb zvI$vkF$*_Rn9TO%t!xjq!amu9QrWB&3HLh<;i83O>vmVS@)fdt!EH2+aETE8lxOkU zCca&z%_ma?1z|!&gc`(GIiWKC;S+h>z>OR+UxpBvBzaIj*;Ee(2O)qU;f>ah35l#u z+JvSXI9cM$*E!4ahEIEJxu_2~F&L7K%~mln@$?-&i}#hqCLzDZWuiz%9Uf0hn#VMZ zRZ_}K;ai#cA_`xKAml2yE}(qkQ^9hnl*~IVVm@lW-gZX7gev3 zT5;=(YxtnE1uNFa$pA%Ig}cOC*QMjlzaD3`YUSb)#SJGpN5iuO&UZ30K^2kOne>h@ zyYkKrjR_x@i>2CaD_y-&`3gOA7|V&pyHs!k4xM6Wd&t zX^Dho+@Gv(v~^LJxv4m6M7-_IXx9yk_>e(Sf-~W-9TaKn^cu#3esV546kPXo&y7V%P?QEcPq8o(1Daho% zg)VW!^c?G?(!k&cs+KYohB7tid|IyApYhSf zz7thqiZqH{mK;;g4Brq4!J+wgRP$c}@qx@o-xn1EU<4Pwg9#P&21-y)qR=9xAqEE# zMp%c;#;fnFgdY5#V`LU=G8p%MY?KNEW9IQUSYGG@nrlFo#wUnM$`n(Met_taGF`RlM4%FMw-IrVe+KQe0vzp5M-m6uXyFikPJ?gtlz51qImDoL9T z3H%Xe0_$KjamcJ-tv5)xfo7JVL;ej5gRa~n2JuOPgcnauA5oOd;Kz29STC$WamVo- ze{h%`4+7gbVp`2_liWUr9Zk6+A0mqC3UhFXuYyIuM}bQ@DPebAm8VtW4^Y*zo%E-2 zGRS}=4TDtOyPL8LVBeXsfxreEBl_549Q7ybxM5`Ir0=(-rt;L%em{C0(P-XwgE5a8B*r9 z*Jd%HuRpRz9oG)}Ayyk$kZ1H0gVYofX*6cZDU}rb<2+#1288`n%xVdw` z-O|%X0VL@(v90Y`aU_ieitS6$rbcoSCPWJSeobYQCFGUFSAfr#nWi z-7h_#%Ezk{f<%VZ&8^Ehhg2~Ley+1k+n)C^@9(F{Lp~VCoj%X8bD9S~grk9#%}CDJT1n4B z;Iqc<&Za464kglE2LS7?0gqYZ>FjConNBxgLh!243OlMA}KB_Fn6Zb^diczj6x!1%rbn zQ>iSX^{wJzMCLDVY0PMfB@UvS4`OZ#RLokFNDvj=VQ8F9k~+5Zh?mf{CLMr(~+%6 zh5_xxG3=elGyN$X+%apZV#gCzStWF@C&jaj5Qlw}jSQ*`8Au%m7(bGOW|qk&?Ft3D zmWwMN2ST{Eb+O%2Ga-o~au%n-&*F!Heu9ls&>P}X+nu(~gwh+yym?M>NDSPqB6_8K z?J8aSNM)^3*0;6f=+o%Z2DS zu_83F?YePv4vbfq*JS5u?>)8COo0_3VA+x;wqew`Kk+`;?AQbTi_a#rJf+4a29TGxoYfEfz| zH(+92r&hc{T@48>>BK0uV{!;M)}6zrIFk(Y!oYx(Uckz^yZXi}Fj3YCshk^TT$IRD zhvRxM0%LXWP^FN&q9M|D z->4-ba9I_=ESu}M1tFC|EOei9)`Xz>z~bE~h6MNJ$L@*Z&YJlfVPT(96D z?kqd*A_=E&DKAv`9z?iVB)%~-luyQJorxc&LSLmQx2_EcyRv%}`CC90Uqn!)N&FxF z#UJ@aAGK=(QWXgBCA}(BnhBWS$DsixB_v!C97u!lY83U%-eA8GNv&+MEzmj6oCotk z9>g%)SkO6*eBxcT#D1;M4|?U{HY5uzO9&Gfxxzjfu5yS$n0O zCaG-LuJD(Owax0Wml|?1mfHus*hAXPUWp*bTvfo>Jtf0{lBzCyX6c zbvur=m>>J+ne0{CCQmu-N?DfPUm0`TGIcu@tQi8ik643X%BQ$ zv}>ab~|ok9Kjt)!d-m@A&nZ7cZaxZQZZ@g|GT{HFtXs-j>9HI(5v zlPLC@8IR6*9v)iWF~v$VCPyqu!d;~659u$RJ7_1yvi6lUt_O?r;=hWWf7B#FOIOCqhe0j7C8PMy9cs3eG`Z&Mf|#Vmu9HnjSimDhTNH`lhx}LGmClDf znOf}#EYC!;t^HX3?EC1O{3s@h!Zr~B3&XOhGE4<-)AvS18?&vL*y)%$ojO~kXBXHj z;4L}0x!T#yhl2&9QUGRsqkpKRB!S*CO(Zh}D#W=I|EdhdvD28+JCwmwEIolxBcvk@ zbSow_zAqiuM^K9p8X)n;?0rPcwQ^xc%e+Up$}R$WEx%?{xP#hpGG!}GL@9R&!v2G9 z4I|S+M@klG)1IPLHTTg5rccEbkg~|D?!3SZ4hvCaGo+T9>)TfWmx6PkzHp(n@ly2_ z8X(jYRVmO{&f3gV0hytrGgEU{!!9#45Jy|VTL3FJ$_bY%#eFd&L54Bg8q~(YMO~Um zNbsI>!uE^W688E#(`avbtW2^E4Hij$fxiS+5}RslPiM(?4wbxcIK+I;fkG5 zgGz`um{sqS5v$IYWh-~Mz7kA{8V%LGs7SOlw8`Q7sm4yTT7rK7UPJ9OjR@uGh(0Y> zI%jWx#UAzMOpH>Y|73EW%uTskBaIYz-hui6_Xqojnk221R9-q5} zcujr75HIj`{VdAf=P!F|ciX3g?XGu&K%kA{nw&y;K)w%xlG3nwcdWVNDs*d_g|>~Q zlXD8ifaD2=R!6aj<(6aftRk{__vi5^~ke;beO{Tb92Dlbc{UY87OY;yj}PaN_1 z2PZ`5%MB+9_9njQPoVJo=oe_fJqJ(lBcccS&8#0Po?XG}{U8)99LaBGKs$_W^k~wA z{FBqv!F^zMX2Sv>yVwz?OJJKUHn8I%)J0omM=dVI=p51p3lqCjSm7?@ccE9&N}jEE z+KIG!2`9sPdw;nat94c>qN>#SB)<2%Hw?(H1d!8F#7W^yXKov~TtK&KMT2Zc5 z7d?z9Wsl>Jbq+j@Ax#7`BaNn69bd8OdWhe2QuXobaw)k-@dLRct6r|t=6N(338N(FAl_;-%U}5heME(_M?{z8 zT2NJfp#}8ZP=0H}Al`4kPUvB~_!^P;e=XHm|L0PTiRJ&g?_RAXp141Z)-(OH#auNf zFxtPUc6{H?NoQ$Z+Q8|-I4w6Egxqu*v1cz4HrwlyTUe= z!qc^19uL_y&DboxB6~w3b+RXL{!W%kIeWi$-TvF#UTP~>Q_0puC z|MkA1l8tQJb%d*bTVQX-KIKUv9L+&feVqS-@bh?nlKX3!;icJ-?C?Q>+>=WC2iP{$ z^Pl_c6R3@=>n2g|uYZ0C1k+XwWc<*X4?c<3O~vht2I&2c0O<(eZw@`yUxraZ;on&e z2P==)c$2NZ?3*w3%QC9!AM~A3p3e{mr8JA46=(!+iYZT8a@gFvs#~33sH7t>dJ@e? z?j^c_MoObO!yPoqfoHY8mbm9CRqZ_`pHA$}${rD>Wn~fZy_+bk+7HrBtNFB9JFC*8 z=(8d71+Fjnd8`i!eXfL5e3S3dUac`Anf%HocVLq7*l#iOLB>CjbfzFmw#8G;E5#V# zR95`dGZS}Nw8wUcRVNenyFJp7qurFjo+Ce>wdnft%}dP`Z;o7_?u}hm7NnK{K)DF z9)j3f&}jSU*x(I3E-@RUgy=*9xZ;bkJi~f{Ov6n<(RBcuz9AaU5-Ap zCoC4}>~!D2hSQ!Sz%;!F&f>OFa8X+%J8^ z2zs5$@pze*0?as`Sb>Nia@B@%vxS8WJbb#7eahnnwCzABK*3n5@0Sn3FOcJ=yoy|=&%tPfWz5q)z;{SEHGVZxIYl#UN< z^qRtr4x|& zV|~?Sk%xtpP-3US#cPxClgpbo9MF;Mfm2Bgpc)q@?hOiGitj^k;;C5?{30xP4(!IUM1nb5MT%O#j{gTaF^LAV_`jhmbjH zHNf9iP6P8oT&6p%YP(>ZcNSHXt_wKI=Rg*;_GFAAM00UZVO3Sy{ojxK!XNVNPH zBjK4)S$)c8p7n^7t!EZ{H-DMEONINca#(rAM@xE&d;>At#xmd zUsnVaXK=wn^aAs(DAHE<^HmSgXbZ0d=_uZ^kLu7ZUP(#;UY}4z;+Zk({!W8|?FRUl zR^rcHsUlRkE<{}_m{@ym1-{hlBxO^byidUlXq`~T8I+nH;>v$ZRs;DD5}t4}R9^`K zqt0p_@w-jYDXwJ76G_>r(P4k|Nrzgpr??WB8Tj#Q|InJm`as_}cb=xilSIVYqlbw+ zaPR{B__k(Bk8FVN*sH_J&95h7&Bdbem_a%nCC3Q^z~JriR?y#`katqE9Z!Cru4bPQ zT9ke94%0Zmk4>96@QpnhhxpVIo~Gr8BX~|eB7xtt>HyKI>2hiwgq>ob6U+QYG);vS zx+#`nnYvDrM?AOdvyR4{dqg{BO##LW%Yl-R0?7|iqRy&ZDDzNjmRbn1tgqK;Lgv}Y zu%R$8@XE4oug>TR+bFQk4pIiqKu#}zvGsn(CU+T&9~MCR@f?n67Vs^Bdd!B zgKNwsMqFxJOQtWOJ1?Khd>b-Y+Ml7OOF>)X$&zjcmJ=#}n_|s91;?Dg0GBx3tC)*J zDI3tuM(DVFi(|9O1B2Nz3_9R4Uyo*f`e^SF_uU`>F*^oP8qLT&Bf?M5Y%r@CU;b@= zlh*09mbkzyRSv1IdCy;LAvw^g5NI5wKp+*ceUm1xhtx*uW5t-XML55Agz~4^6V8=? zZCJ9TWuyZXBCfkv1`z}x-j4Fj5`L}#tN_ViG@6aPzAOREalg^&Ld?VWtUD-ACIvSy z%J!!`3!__s9w9@UWH~x*t;SW@ z{RgCo9>2Wpm|CYXis;pAJqpJJFtYYtQ=nvgArb|{?<~ynGeh_*z6RY9K5dsyB9nt{+gOJNwfI&E8if(7_au*J|s$a!zgc+fw z#YeHhYJ}3m2%Qmh6%#Ri-Z{@T;Q)9Vu>se6Cy>NGr*oKaY2Z~%qb2+A1{tj{tY4Iq z{Zv8gYO8ce`03I3tSJ9(yE+a9@XP~W{WktlI>yNE_kx4IC61+Oz;FP9i+N@Oof5=) zs5c!M2=`zu5se0H3-=P=Z*JT#e-cLmSf11Zu2B$2zCH_l`|Rd>7N_uie|Ue%6R^O0 z(lZIgzetFI9FRB2s8BnNDpBChUf43Nrp3_|ReB}?Mnt8OqZr)4vPooa=?)Hyb_1Lk zA7d}HQPw&xSnGN0s_7xmqN--|8KR5kYqA6e-Od!Xn%I}to|7M%r;1H&bKWnUUdzI( znT=a4mpaUD>D_B%aKzUZ+;H6t4*8k$c*m~nrk@V!5Ybj1@@9crU7e=r-j*3vwOGEx ztlNqvyLQ>A4qxQkru^lmIEJ^2}eb3BLUPr-nB%J2J0F7^3w7$15miOyn1#dn?k&7$@1xh}B~YHfR#D z-0DazAR8JaxqUK~1f23oY&Id)LGX;osfx>hFmN}L0q4ztPTC4iKB2Bl_k6+F(WzfP zHT=o2!s^)LS#8z^RRb8NAn$|Z$61X1>>Gk3c_X_~rUD@Rvu>b;R;KhZzV1yK zH3K;~RUZoqXeI!=c(!l;9ykccT~j|sf3UkoV<`6H+Wng#MuJ?WFnG*_IAyG7keyT+ zd_P-bJdEk50A{yJTN^C&o4TCj6mmQEn2xqhVnd#KG_H@vP~$Ai6djEzt)Snj*}6FB zb-E+D$mQDg_mU<6?xO4IF}xk)aP-=K1tkaVD2g|cZBAplA)5MOtE|;dH3b0OBcN9Q4 z)K&bh6!QjiNNmPCTkhr)@iL2|N&O;YmPJZL8K*pIMdS)F9!v&W@aRjXWty!AGpT|{ zy#HUS5c!u-rX3i|B`xc{?}*>-PAHgJlYV2kBRIPXUz#L6?`jQP8XiFlrhiaNaNNAl z;TPLdb>!bC&-`7kl&#*@N>Q^`eXIkJhWM`tm~MvL8gJA2NipO=;%nNJ**^1tGee@M z^IlUc9dlCGoWdYuI}XJmvo1L@-LxdW%j#@%2gbJn9*)Nry;Exm8>?U6P!5{z3+@Bc zyf`(EEr0DdU#>|chqsX11y=XJ^B@yAdFGGZWmGxPK~&uX6!yiTyLaFA-|!F`TISd{ z)$W9HQHA^AH|pIacQg4|{#73Rz9e2?n<1;mD9QcMH+%jDf*>`j0vTxE_4AU+FMuo3 z{&IiiA!aoLU!)l@Z?(!AB#M_VrU#L0;rYfWEip#=Un@5D|8*ybgX#ZF+TEAcQ? z?Dt$dL!yet2--hyKXoO;q^zB6bJ6;bM}d?!UnoHb|CXcI?+xG~IZJ+P*G>(ZDNr~& z5`LxDHEFnSyS3Hj+2;9KnUuL8OTxd#!((UUj{*^aQ{;57V8h3G?e}`@c03X>&q}@Q z@4+(ZSf`Vr`kuhqyd~5T{5xMO zPky?h;!2RQONR?9k-!pu%FpOcrm5nX^V4}yr%1U~X8e5M5B@D6B}er`ovy5Q*u)=yChkWMdVTRQ zVG~(3?XghNWe2lT>pb?W%8*w*fR`6T?zbIcge(lf)Ng|A2Jbr{9~S^eY?2-Fs}Jrj zG`mK_*Df7fu3P>w5RGIFDS0jg&57{Pe#xS0O(rrb^S0e#E@2JCNA@sq7}brAeC}U<9)cqM8qAi6yf0$aJ|Jkvmx1 zP25@LTt~~&^9H_?EE$O?82pPxMiTpFS8M(P-~Ndr46av&oQJDFg{o}WL21(<@*2PI zz{$}Afh)GgT5Dep(_DEh%tywgR59trJ6{$weDh21)SXm3?ij;Uwy}K*!m;OP-}t*` zCiu)@YU=L|GrguZKR<^;>qIcAkkHY&`S4t04V{}x(`I)67_D{aK`6ipHSvgqsG81h zV*eWCchPwRG1n!rP9xu$v^Ie2fzS}l1FH*@Jn-5ba2Cu%SpQoAwq>R$a2@Bdv^F~B z7z_|_+}DFa-R%^l6lAW?l(G!=Y&Ieys)pQwnf#ow1Itq?U1Nk*NU-&;Gu0fWc5&NWP{fAh?^$SV0t)S^`m6o$F%~pwy@Y0E7!=G_zra5v<5 zLM_(a?69*biAzt1^3i1T7D9v&=s?^Drf*Wlo2u$TMM=hq(b7r;&Zc~!7-tbitDe|Q zzF_76iH7~~t9$tb-kIb>z37IR{qaCvaEJ>62ALsXvVRMQHb*o^Qn)Jwfocx)9;qYJ zAv!R8diumfiWSvZB0xrn75b~(E7O~Z(>eqBs>D~aYfrQ9j@ZwwF!1KGtUp~F+^qVa z%0d|f&vOz3lb41EMBpj%0F;mLzD2EyE7BNIC#T9Ajjn>YN+fFL1SSz{N=bpE-ANI?dtF1ZaSYu4I`M1$~|G)XCP0@*5SfURG4R0jvR%(3dBd_B2j|Gl7Y+fOxzm1&;}6YMJS373dXDu6`?pSUWq&e zouLavDpMIWpWUP~CwWldzosU5IvwPN5U!ZhbXKNRmQjUp%vGpHYj6P+HJo*oGKe4z ze|-BJA?3;KM#uS@JDf{(^jWw#1{+EJ+_*|D9ad#>Q_ig^%Fh)>@rc8(TSYCt8@dBK9MnL#*sEY)dLTy-Z z9I=w&`2i2NdH<{=PweVgj)zoLb(u`{$*|Yxzdr@6I%uFPy}3Wsu??GLOz3q(NXgzF zoeNk^NQmghu+#v45-Aa21E9oFPMjw6dkQU`JBZR*)BaFIcS64-;1vj;9T{&{Ticvk zM^9a_X0rQ#YCmLUnhE7;NXG(*gB7CK3qN!)qoBiq!%AwCHCe#fYAUC8{N_yuD1epB za#y`mRcdV$`oGlU-JFQ61>i@3&6FjFC$&*0_!N2j+>4e&6`DBq`QtQ)_`tJX+w%1i zIT5$e7>bi>>v{cqOUH9g+N2c6yP7Wq9pOF}M^TSayaOh;=VPSfw~*2EtM`$KyNkcZ zX-f@wdnBMqQWA{E&ZK}&QBwAC%LjdB8=xb6S|CZg4Q8D|0-qMt8SVMxRV<~o-eUj8 zCn59yxH;2~WO=*AsfQ@l-^DJp*LxfXs-wreB+z8IUdF}sJHg|1X4Rp&;OykunnERO zBC*inWTMbpPU)*Nxadoanwic_`~IdRdP$i|imUfsiG*Kc(e0g{GFp>fa#l3ngH}}O zukH$>(X$R%|CWmkh1uGv zAByNQdHv5`xQNfGYD`T$?Z))jEcWQ%C?M3F=p=V1$*P~hf_QVys9P}XakjX8dRCCM z9prWo#ga!J9OU;WKnOyu{#27qO{3dW~tQTVrmK!|? zUhl5daFWr)YX>EV2x!UGtsrA{%a_UjJ41V7}Rrh#`d(>B!R(B^Ogtz*!W8RAVag){*H`Xzs(< zch|*LuGcgj&^nCa2IIaj=> z_1I$fClCX=mYbn?W6SU&J6n1>hGKYw%iMUepzPUNVG1&8U2mI?p%s1|7vD7yhwXsh zdT_t#W;X|2IQNnY5wn>#XyV-n0kL4(?_1F_eO9D+AH5fL`h9%oUz}IEcfD(9l%<&Q zgM|?zPusr&N!IjF?96U7KX?O_Uc0^_hep0NkY8(&N^#=rF`$5fn6x*H0qBc+fA@xDAXbT}|nR*_m12M<}?=>j<% z@Z>EwWt+V&_J_OyT*KYW>n6L`cW*}nGnjd@^E|oj^;cmvIdaWCae@R5jyy>fT8N0^ z2qzM>eP;g}s$N4$!XW6s3n;YFcN9;=I&padXgt)u0~7)@{SLAdnF9`Gwb{4HIx5PH z&qhUh2?|qmMlvP24m#w$@j{)6kc=J_pL7+4LCE|<6o%uNHL~J&)*lhNODpAc%n_xy zt3d(|hge=5bZ-!Aj}{>Yb~G$<(nEUoCpkX#Tp9xXvP<-h29rq)JQy;+8s-ypvI2=p zoT*SKCgq;SB-%b=f+m@UTbam?witv;O1)Zr!6_9apzR+UMb{`-UoJKq1> zQ|QDDv4>RT)R2sxTBs4&e;15CTgj=tprxQf7u5`fE=5)jvXB^6DWbn8Us*hTE5IO~ z7?je_a2A<0s^PZ|J0Vc5!eCq;bU1)da;*C`FwYGXA5*1I>~mz>lT|*LVbaf>aZFXY zFX5z0E06?l2;oO^Bpm0JS4G8zs;q-ASz7`_y^lDrQk!9t^QX>4w7;ZvmeUV5o=yec zos?ihfgjgWp~6b}cwGmbaq-7rQKRyYnsSN+!2OtB6}f~)qRXJei1vYn5zanH8@|DQ@6>1k*4CR(KS%X##A zHJ2~#$CBK|cY-f$mgg!Tr|Wi>ZZu!+Qfe^KUXi3tdlsN~IWme-eVS<%&DVt*+vBj0 zZq`cp)pn9DrYeF~eVFun5Bfa(d2=kPY7PiL$WsjJ@{OQ@j1T5|Fs#Z3T2g)qbbtm- z7Fymb5Wri5N$7;zl959Kfiu>NfMHH!&+;EF+K^KD1IZMe|4|Eax?c#q8aEMj5dn)NSo_lol!5>>>AB8|^2?wCtA~BVHjtVS zC@Iv7^p%7osGp8e&2t#I%s;Ec$BNV3K9pwD0=tB79;G>2gh>f z(>nvNstbx;Kd}Gd4iFZfsQ`^aD*ogye1(yy46-4u0QGP|1dopxlGthy48u(54?%1F z`P2BDriF1-B(uBdARzRL-BH;IKKxEyPmsA|$#$=C{q;W*nqwYa`L!h60c(%bSqYyo z>&89nZ}XPMx0iHV79$1tZ#K z2ji2{i@OFV!}+84S;m{jCW7OpqsI))RJc9QRA}835|j3BX+v$nO``lCE)7kzVPLDR{KdCE}pG_nf-RpsA_~2=()jc*!7TFk!z6`q5NAs z6&mz?ig|AIW+9T^u$kb#6?TS>ZWO-_d9U<&J@Y%wt(df*IcnZzr{E4~KFa=Lzgr$7 zI%t-k;?uwa{|$JbhdJ{t;8eBm{D5BrRJ!#)9Yvde-bS}Yk8FGr>T=*_Unc!KyuP1t z+MNrd&A2>x^nGb1^kvhBqbM4%Y3}5_3_sc%9TGHs@?#9YxdXm+m+$j*@p*c)9^eb)}03K)0Ggs3Wf9!`nzKnKxKArj?Hi`Gk9@nW8y~ZDDeTp zu9S$B3W*C9Qy(|deW(p9`wAAD!~pGvom__~RE3%!ZnH@!!FoI}*y5``o zl*Bu)&I&%6wborH$~soJ-`Cg7Z8FFPueZMY^P#>tJDf11cRTywhQsec%?bz>xGS$^D7@xAyOk!9P>5Ku2Ict zeH*Ciwm1}*0%!As5%}=UFGQ01O;E6ET0tvb>?gvft&xwVuB>NpkL1=w+!Xf9ln0u#vh33Er*0<;^13ckfwPg)**B9!PxIrfI#S^J#f{m zeABoq#fp*r5*&Mc;+reA-AZv?pI@4eKE}+y{rtWF{7lHWqjMks807u`&hh&! zz4XBoesVSt{_OU`>7B&CZyrGi>)gavX1}u$+_^O&81^%p{K(VzJ|1aWqrCOgq~Fc! z>+^>ZeE$CJ|Kj|9;qz(td_8p*+&IoJ6F%3+1Niq4xk9G79o8~J32I;d%MM3HyVT(k z7o9lIZJzI!P%Q?PyWDI~2Qk;2yZmek`O4xSD@h*H*(+tODHPu288vp_1Od`OW1sHe zJx>;bnWtj?*;3*d?l#i(gt-Aoz%a>=}M%ivi z`NKN_av|7<`f|-4kFhX7PNxy5MwlML8R<@Z>Y7ZkjTMP0D(ag{LcG{V_9~)Cj&9q= z&ql2Un0pyU@5UrE&lUEsqvTqxN7%~n4jkLILAf8K@Y4(*AnqAE>J)iAqNIMI_KJlZ z{kPxAt#or6`$}hMXfyj}G5(7MoK$eS=ON}~+FJVGmKx+-kDY0fPYR5GZ$#D}T9$zR z^o|FzOGsw8f9rdjf%F6aNXV)Q&qW{ZZr=mrYI$uK=kvXq8r{8%j~IC%W?h8UX|Ly3 zU}~1ov=OWD8&49CVGEz?jV=vGFzk$3&RizS*qSyMbS%Z4$uoR&?M$aQu+*vxp1(aq zLVsZho=djj<8^H$xPczFw?y9J4D00vL}@Nrl*o*6KpcvwY}WGE~lbbxMw+fZ$yasL+GeqiBx}>9D31O4!_QW!ResX z3GMy4ySjgW_+Sih6<~UL!jU8qAv)Jt%--;Y=|Ml{bu$`l#lBdy<1kFHGp_E=Y|NP# ztT^HXL#e<8a~ikPMt2in@GjO`srFGeLY%L{>Fj!5b0k|YYpit9D)du^^lgbA-mB3t@9(A4u&nM| z;Yj|#AL97>41llQ8{`%GZt@VM7!SU$lZywvUX_V~CnQDfTHbevVmo`3rnmh#z4 zr`t#bSAFk(c|0Nby81B&rkYA0Dg59siq6SNZbMI$S#LtN_#+6WB>=UU!S&%zq|t9B z^We2%z1tmZ?uYn0UP$6UNj+Oe%Qoz2Qez^hQeRImb%#`&^n>8zguxTmp7o~FqA*&+ zh36fj5_m0)Qw4L83ZUM}LME9EuJWXsnD4R1Vtt1od)NIxPRzlqO4pk4DT8=pmZToE zTfcoJy86mHT%l;ls_Ug5L6pcsA7mNJ1%2AIC@uef+ou?(%j>wA9rjj(i5-->cZz$tk86opbu^oSqv+Pe1$4c?k8)@JR@d< zv~mO~so?Z(x7_K*1_nNM`TG=07HlKzRIJ`Gj}47S8y>UGOenUGzi?|9ov9mB6f`by zw?d6;)K9E~O$t6L)#D-K=|jbgswokDvu%i%p#0+j*KTFG)|dKrh7*@y9H(7CFoDtA zBuqx7^2mUXaGorad&~>~cB*U3&=(8=&1438*5Z@NxLPG70|(#jHN~ajOGv0yKhc1K zg&`bdb=jioy8;$4W>&Xwh`DTZYJPYK+jEbt(0@2vsTvD!ZwXV&9|#UZ$HdeIc^ z;$(5mYN0CO{HwkI-MG$$SX5ghFytwxh6kl5Gy~3ci*1P=#DATaPW0*_OPvHy5@hYP{ZoWk00c@X--GGsbwM?;$fv;eOx_n<0X zQSDT2YlIp~!PPn_xaQ=|j^W(#oMGRavV(5}Q>GW-By7-WkZrLN0i4|O7zApw@dII? z<_7kUA*Kuk#5RoT(XEE*t@!gTE@~DR9O)DrlI(6_R5Z@=;)8?*Z)G&cjYd7;2K78V zD?C|kt6Sm4h0s_2`IW|r&9?6utA5{%X4_H@d>!`YC0JW-EB@xRhB0&d%QM5fOCWq8 zb^sMjpLuT;vLS}~r&a=#3`+*Ge_Q!u$Z5-?e^E}Q^oCDj#TdF@wDP=tGJ5V+55MH1 z(ec_ZW&Jb?`%X-YW3!F)ccwug!mKZ?nOcb0gA=osoI7kNQl9MHay>*oND{Jx>n7jd zN2Sh%2QUN$@ZvQ1)CyAC03lyE*n%pHk%H8N_3~Y%$Mz3&Z|WtCQHz{Z9!wQyYOdeQ zotw63{gU<*^Bp*GL5FpSWy$L{5+TU#55pP+rz}&#OY%8?J#HWkQ5!K|AY|k9gqE^K zfp;C5vBSS@&r^D3Fm!O%-&ZjMf5mY?U8AE{&bK^rR@FOmTx0ss!D^kuXr12iL^)th(Jm4|WhF0ubls*LvM_J~P ztpmijj;b773$b#$sJ{P1+Xw@Zc8tFprrUyr+R($jDvv<>Yxt8ZgC_Tbie(@GSv)?7 zF!K;QvV#!TwU8{%PVTd==SAF%Wn!HTBpEn|^f6@QTR^(NL|-H3dyo-|EyefqDJut_ z?y`<~vo+ug*_Te1sS&RgscN+>=?)?|Y*Xv|6u3nDZP@cjyd62&)7FUQB1kjwKbky1 zBCa}Gth*=*?@*QPJYd9;}O+{UkLfQ+*7*@o zl>d_~y&1*n!|(K9c3rF_>Bf<mz=KecEY_z}52W z@h4Nd$1>|S{k^NUxiOO`5!3VQbZBRe!~WLps}ouvjkatW_D_C+=b)O^f!ja_$=}~nIPmsOaTFJ(dmgqs zdHK_gYxcwT@Z)AnK8wiFb;*9J^@3x5JEZqxx#{=r_w`T)*8FsyM!aP7r4Rohy*%^?BL z4s1-nfJG$HU6cr2LG{Y&DiOY7>TCUR9B#dC)%PY?FOLOlqWjG#gWDbmDG@(R_a_|j zMhfy^Lb>WoBGgVA5vghDZor#SeOU!tTU-q>sW7SxVwj2jM7>%sB(a4FAAZX|*mY&) z(w`Jd3j=O1jB|2BV4Rmmi1y-Nv45Z9KH^LHp~|rPWT*I^*tb~6cl`MtwLIL?9UzR* zP$$sxk+O^;ftRk}L~wY)Lx8>>bF8WbiMKI@4IW(N@{P4w(ObjJAVCCVLf3stSppux z$1NLb!6kYqO7E@3@uR~DGb_JRBOV}t6T4z77itRfIv$2brk?}3%%2;lc{R za$3b>=+~b886gE6$$|DQOM|;lW?mm=d|(j@iJWO4B$dFhtm9jcq3}c(w#|e~%pj%0 z9?lq-vqkzdbhVu?|1q|@Ri*`wPImwKXT}Xf$7z)4nf-M!LgD+%oh<1UqGc z0JIJ=vod={+)yi$fl*INEbLMyP!AL_oUdg|Lg+37T+vt)Q+xVYTcgMJ3;e5vI0RTk zb*q;p9laOichglehDu~QU>+g$;`&uvSe0AB^N%C@Ibr}6m<;fJUVMUfC3HV!;H6YuX;~wV8_1%N zfR+r=FD^xhH&Z56x*$5G(LYjfC6Q4RZ3YjLpguS@cu z#@00*{P_Du(`WOCIC7uIdG{GUP^U9_)L8~w{?vF}ce@-VuI)(1;RG|c~iZXdE) ziWwYZ#=NCSz<%piG2@^tjIzee5}POpCbTA!w=vd0wM_{x1ZJg6Q?>CtH&*Ds)nkmR zJVvepJO2K9hvm4lC|cigzrdpwO!ef`3HDVR^sb~Oa6Rpte~EJVkwUqczh4X(X!a7* z0(RQQY}t6Q(UZ*0N;mJDd(KC$9b@>@pz&*8On_PcvQshFQ60`@%cU!Xu;?e2Bn<*$ zvqw(o;S)xcc1TcM1JyG=>>&D$4hYZlU_j6JW1;&Rag&YSJ|c=(uS=n*0bz!Q5*rz?;%W_%-P+`lZd-bE)W{=`qQ-%h(=;8Z)-M;bAZK!)b!|Yp&xtk zp3SWb$#b{vYfx8O1e@@qDz&|Zl-RMAmoHj|YfmRBp6%Z>)qC|Nm8tdcGp#?&pa8a| z1;Nqan3H&s(_`>%&?5sEj*&16Fq+|IDt|%ZWh3uY9*o9*%kBL;erjV{Q$+K6tTqn* zzaZoo3aYr&^>H!)~ub@Wswk}c$;`NXoaoWSS;NFXsCP-5mJWBR?MGcR#))292bS6&3a-oAZYt&x1XR`WOuj6&E$nr;L}_8 z5J~Xnec2yGAsLw?tbfjx-htz3qWD4ld`M7@I=PhW8|`r+ zscl>W!5nrJu17hXYsm6yAx_@DY4ai>%{S7%CJx$5ar|ghj=Vuk!#w%4zp&GX6HxnJ z`}$Y>AAz(5k?!@JyB{be55F7~#^6^GoMOWtarXU@9S^=79gn~$xJ@d~zk#h#^s)b& zzTx_BsfA4cdum~imSoyiJ96(!-M-=^u4BE!j5NaRH0M7&Gn6jp$RkjZLUO(&u%VKz z**bY(aE0Pwy=A4dd07}L74*MV@CgxZ4-qeGS$*5PpRc*j3{OiDqPy2QV@c~}OfQE- z|ALdf+d5u6pW5{O^z1dVt2@QaM*5%;nHMlCzktR0CzYb)4k2%x^Q!x{zq}r%u4nx1 zsK$v2o{S*qK=~;e(o{L}`j8mH|LOled|>@Y0H=Bat_U)>_~G&pk89+Lm&XT=9yv!+ zt1h~1ZFp#MceGgB>>}keXuOT|lp*hngY{dVVf>>T8d}r0`~d{6vDBnwlMPWl>w^tm zz3|s?YqQzgXE+0kVLnj?l|(l@Y=CXVdry_2YI1D|yGI=t&?OJv4ft7$jV+j5&3a!s#%jM>D+gn^j4aB>$?d|I;5P|5r@(8C749AcL<-CL;$cclWSv6^KFOg9I0^81QK@etA+jN~DXFAB zl5OwKN)}#nPKakzu#e^B++wz0%UI$fTAklH^BiDr(v{bQH6Ylt+r*CCX>w}g%;DG= z!68cvN5mtvXMR@ikrNeNeF`t!uFUg*npt<^iv8Xe8QYgVkr8RXJO>y(`lEfT9o%2MJk7{#rKlqStH^sKwSQe0N6 z<59W&?gE9}4hq#%I zA`@7BeXbE)f?h(5vxf1c^F`%n*rnDyt!sA!sdDryn5ah!DZrLy2cHclt9X$hoq1)P zMd%Qt=cgRT0S+)4ODP9TpJ+hq9U`*oHnL0Kf9Dt%my~X}FM0^u=7(*tu#B4d)^m}? zM8_#m$V?U8IT!u~aChmCEH_YG7I~PBELXh^qF`J>hh`D}rk}fV-^G7F66=UM?Nnd0igDw4oD>IG@vV~_ zLl8WRmI7~UU(%SL{Ub4o{Js|zi8!MMEQ23rNvdH8xZ{EJGw=cmmzW_5Uy>pS?~K=g zpLu+S+uIM3U)6gRTIJUZU6ALd@f2wLVT3uBCrQV=t%UH#17nly~>b@MAnnm(tt=#E<8d#O@9EymGH$SM4nOL4T^?b`>s?u zYIGp55^&u@{HLqOeKr5=&P={p5k86JYDu|>{lFerCitbx{y<~{~QdFK%= z&XdS`;|S-6;}84sOAe+jdcC~1k@YCOH;_vk_k7ppZ3Kc zd9_NFr2|DLK&BmdAtMG`!yHejDy(pKtomDIo+^18LH@a4C~Cj zwa6TFU3;c^YTsWcXHQ`?Jyvoft)DU2d#ARZygv1}Uz#eSyJ*kg!f*#q`Y-<504M*K zr?>#{*@%>53BwfI7x%oc!3~7nZ_=R%>>S@Nx|X^2<-4{?zFoizf_|vD*n#3tm_v~RYHPo@bkrw}?RUPO3ai}uXraqDxv9fpa zZ~O7~R6eweB8(Wcw4Or3nX8LEnRIY^3Wt34oNv4sSptWd5*QZMB;*`@`x+V-feDB- zRbQcPrHbelhAT@FBz1N;Z@UwpAMIaTcLQL12|V6+5Dp0m zguyiOhoPHrV_VFw#S$FFug3K^7ccb3GnKo}b~?czM*K8HMI3fQG%>LU);FNy(8jI$ zU%hQC9SMW3IAt47D!kS zNdUfYgKzs@x8O0ZI@pi*g4s6fD0Tf#ebKGQXh9Qz`<&~GWJ{^h)7+(c6ol-V>7ARa zGYnZWhNCBTiQ$8i1y<8iaY->$DM;#4tq;vsN6|9LUe&ON1cZ zUNaRuY^*d^t|^XHeV^5aJe^@)u3+o*%AC#B`_WjQ-?#62ygNWI+ME*t@=yo}x>^Nq z{O6EAfoQVLA55WO?0|pGuWBjb9UF(t=KRwQO_&q|&$s4u4w!4k?m!Gt_}vss>A}J- z$blh+ya>+8VIwloF_9GTW;961i*{GxH2gjpf!)(A+<^m?Vdkn1>(d6R7^$I$G>) z@}zBiM8;hML{?ZAex`{-MC_=O$09d`asnfk!|E$X3^iDN%YN!@u<0V3X_-CM4d5Kx z^~?6cF?S%Mhe^oit(C3AVPq)6Nns9&2_{{Eya+iWYy)Xg)eNZ z1IVp-p2|!LX){dFYV%KA)c!Q32TzE|1{0Okh=VbEW|d8fr;UWW*s@7WN@gKSdwUm* z^92x4yKDo)UQoyM zmb~-Tbs5*rD>UM;C@>)lGFN!)V*9?y4th7IENQ%PR5CUWzig9b-UD_fYz=@_d{r;q zsq+?PRmb8=)YJ6JoNMRdr|T0S zl*A#^3Z2_rw+Jy5z!!IRMD5`BbFN3D*fe2rMo67q+HpgyQi*9&XhAk|My}{ z=VJdf1#WFvb%gKXgpdByznxoJ!HJz1k=R@3#&;Ffxj}H5Aq|g_`QaHi1K=&gZT=ZC zoq*7M`=6h2++S&sb*={(LRHnFf6@PS%2Lk??}&c-Kdq+$Z7lN{0G6M}8C(JhU9(ce zQpaQQ=6#73Roe>ck4L*{L$%wFSrfB1!#M30^q-~c=Y0V@D3xHOSnKPbVJArSdnA>f z7f%w=ygzH{<>YVk-ge=;Kv=+h1fH+^xzIk!f-nX{nFYS&%k4CB77O25{pZ~=)&7S~ zZs=6l{enhv3Ab2@#5SyJ){IagVc2avxZ&CsXO|3gxkM@|@E%g0z`=wS8^hywi+7d^ z7*qPcZuPUL=0f@K9_=$PcIP5;Duw;qRh&JuYx#QvF}t83Fk;8wOW-&|N0N6ZnZPju zg&$#Ln(&02_Fr%B+317FM}M9XwF-8i@t5RJ1C~vddmf^E%+A3Fw5?cz&vC*`f=8H5ng|@K{fXVjS%o0tNW6S@QPVC8D6Mg?t2s7 z(OLg8oaWlVfMDzF4EcGK={}&->l=A~s_S70dV5pbHao)ChwQ0I!jBhseWKR-h45~; zV@D`J%4t*O&hJ0^p@AnyEdNem;+{lJI-0&BUvJnsmeN0G`q2MO0VLqm^zH!|#``ez zZI)-o5`X7!!{E99FDi_c>A$QJv9NOf&pGfl+P3jOQLwMxzQHxWa?J7$66(Jt>k#X# zmP;fZX;-c8;jK{3t!}?WQgx)|8ecB$!-OS^>AV49Kn*gIL*`}#v#=LWV)3N*k4qy{ zUC~v9C3qur2qKJ~-dGbNHX9N!>5;%?m z6Ks=5W!L~d#au`jXE&}yV!}PSvkMYp7G51Ed!1SgNnNfbAjUc7HjYdvLNJ;j*Wful zKzZ_$#B@l|8MpY|I-&ZKbnU1YHz15uC3O1ennzQ#j_kDnC_TO(sDwk0tONP%Jtdcp zFdK8LgI`ywolEv+%~QxJ_dK#VJ%b~vu=uh!zt@B7F7v7Y zxBfkdJe7p`^BqpvU7bmGH*qmbGt+{y!mGVFepa2kgl>^jb3S6)C>5O<23_1c9rY~f zRjVvfC&<>jBsZk38G1k+F}fjKMpuCh#d9b*Qv4^DfCDsBjLu~(X+g1R?!}lf)#V}$ zNSr1_&3dzllJMLaHj2nh4~x~g8xIUQx*c3Gft49dshJJT3P04N3@e@TJ{<*eS~>A` zSmvd9*^rNbG}chpUT!~}4ho>V3YU)A(riffYPUPRObR8lvhAsX*<=FT+z+0=ko+k5 zXoo?nN0&8{e!wkCthz~$e$7VAi7M2t=RHi7fKgw4U(G&cNm7Eh*J^J~K~o2BnFSF6 zI{IeEUQw^B-S3Q&zI}EoRTWC=Xwgc6w>EaX|8D{hMosh*{PrDoR zQtW<~Di9y*N(IP`)o@|Mu2!81*6J*BvRt(0b7&MbMK=^I6CCSwJV@ojd+=?;HjEID zsi2W^WwcxjMMn-v6>f2aVCLbBs;fBh*zbY%zRBC}=Lftes1%eA-SV z?G>ZFNPChZjkHaKP;*T-U3FDd;b|Bk>#g2Z;Bn34Q%9J#clJBr*G$$L=!-RNCEttbhBFeRHJY09zC(r4M?UfP< zt$JwTS|r0A=u%7WyWEpU66y|Fx2sx$$eOA(xE+^PJLu({2BHg(tW&Z$v3P3RUjeAy zo`9Rvp{+dq-agNG>H9uHzpoE_0T6qihvzeOo*J@(?*v<&hU$UsIO|)vsS@yF%F)~Q_a@U^^o!wB(p{&t zDq8f97J*Uj@10UJC9=K(67i~cX0a+ETS1j8c&jq*jOsKUWt|HB)N(^@EG}s9UjIoK z;`Ol)4(o3_EBePrNx!^AmsjHRxd&fkq=vg7$Tab0dm8`LRvo~44h0`C*qH8YG; z8r@XY)xe$eGRPjAN_(luM?;!%^Tk}x65_mTHJW?;jFtCZ`>EO+{(-jy;KEs5u-A*B zTsJsy*v{CXIp?0a!1{V14y(uLXxXg&p|eSN6sKU6-U;|^IfO%>2|+lUw-e~hD`-$m z^dUwy5@o)Fc1vDHGioT!k6Y+n?hxp9>I_ij;~@duZZ>BSW!523%hI+~c3k9}V5`QR zMT2OURPwy0_>FnH!nw^T^ZKel^x-49RA|JkEYYYoC$AbH92SLSOys_ex_dA9^?zh% zxkirbYG%tbppTp;NzxLBe@Qh*;#HmW&;fFL`d@%&Y)Yyxs}JMfGm5n z_Ny_lVJ>NORqbBBC8ZZi{-!>zrS2(HnU-*{_pqeE%HnGHk7`?Lwf9so`Lq~!%{x~q z9SBlLM9y-`>(N6utyL-f6P!0saK*9;^3|k7-y6itT)|N}0zYxUa;sJ}X{H30FV^@( zi*NrOCi$x>zlVYn`026SUIs=eb1}#Y2y5OKPU4NaYOne>OOGoq<4$<3!Jbuc{3@qI z4N5I9EnQ47M0S`1TrMK9;kEpw>W2Y{y>qn;kGuNUQ5FkJs&uKD*|-?;hi@&Dm==j_ zOkt0qxqhU&PDb`y@;2qW+gqCSnH`>fS0h$G^~uK~t$2>}@W4p6v#SdonhPN^??iWJ z4W-A62I{hs)%(pYm$xGmiNM^?CJj{`x8=u1LKH$R!mte>wrt6L`YQ#ZxCW^)u8XK* zH(xnmg^rR#TU9(u%X{=|m6~WXVzEl`-Erh;hWA2kY2U_E4)1dEWO*0pyn6`^2Ie*WDnu!hd^#3ijtj_PSWhO zs{A0?5sW@UYBv=ThJ^&Fl@7f~U0i(8zc3E2bE`juQ_xadSEy|>^lS*mgA8_@AkOdI z0lYsP2gGqc9yKL^{z*$N1$sTJoSqtcqF2J>U6VdGT~MV6=dF^(P4n^#T20)#nRQ$cXe-F`fH#;U$gJp?u=5EUmA3OM^}BH zj~Xk|N88FF|EKh0W47h!4i1tCcYd#zqE7{=kUedw)ft~+2D`qw_{XkmX_^7zoyKCI z*jI+_K**JFE7FBgB~60h1{sW!DN>xtM9&d{;vZI9O`#!0$-J#i$y_24#Klp*#d&bk zt!S<@k>&UiQAcm%I?Hs}(3#tMe-RW&6=y8GArLkPH!N=c2vUJ1tlx-T*|^LD%S=)w z*B18akRv06a$2x)-tyCrk(^0`!*d8Eh?atX9iCe?eQ->pYlj}_JR#Cy)gv+OBen_~ zS~jN%Ur8bUf~B$e#24Gr)5>aO>)oqCtS-UOr5{?}s4;m!$efAAX9>Q4>Zstj(LlIG zH}bv}vXJit>^lI?FB83X{aCl+py0<=^yNoCb4I?g zyME)zO*;S71IK=qex9%_eT#|&NAz~HO>kq_Z^V`eX@8F_@v?@!@Lq}R67J((6JQST zdHXb`uUX@q8{Es~>%wi*wrv}4veLF)X;#{{ZQHhO+qSJr z`&Q@1IgPLJpNQ35vAgS;v7b4H?JTEnR!rbyt201nSr+u6oegLx&VS1nUW5oNJ&Pvu-VRlQ+x6@h<(k=*J!?3s8KePA>2$vGUh*71+O9I?&R{=mKtH)MXpi?vDPG~iI+u@67tcreEMGMGkx!{Z8YbmIKYlJ7~FZ}hvBpwa=(D?e% zg2k98Kbd}HNG(vWC@|EX@>^ZZ#%Cng7v>rJ2gI9zbs%>3{*!a7U#&Ah1^X%R2k#gE z#+zSWzIRPGg#CP;P;0I}jz!mDz%h~fxBSK1pR9UF`=H4g69m45u3XTcZgkU#n;ZOZ z*I&e!P;k5?SS5bb|F^VJ+nwI@{=oC z_gscDxg^Fg;(qw{GIxey#mqMgdM#iUEdNnsY;gU=?s@apt0nk8*EFk~Gh-X4Y;X#e z?Sv>r#x8fJYiH0u3GO6$XHS#% z>g@qgI*(JbAIIne_Z}6=IY(ju85rQrYYYZhlk|`Q^9OxzQ25qPMYj@6LzHbs`tBW)q-++>h=_PyFLiukr48 zzgsHtjBl*trQ4UnT`K^TbUJJM(g6lthbGHf)8-y#Kk$%FDLTmomQLR-(7=>MAFN+b zIJYEdyLiO@l_eKR8vo%H04)VZ7lr@!^Eo;M4W3hHg1Uzsgj_zV zgCeb9-xO^uj@nIMNYEp|RL&E6yWVJ~?DI2I%eD{ zYk-iRg?lonk+DlBpio7Chk~M`opJQrLi@6tSwv6C?=M%`xsoXGj!7|O82th>yjX77 z0zXE;Y-SUnBjmHw=0Z)*ya$sw~0*A4U{{@DMvGScEJVgTzlf4A3k%zgad9N(*RvT3-kzt>^ zk&HpReNL7nLB1;-ualXgKF?ma;9Urjy@6hW+mNvtm^$OU`9D{V>$kb{y@U7L!-xDW zgL>uU3+HD>O9P*M)iZ&aP)k@=LO+)T4Y7biJx5oyVWatkMZz0qIBR!L)b#$nWm;G? zAF6EcG1v2RxV6_&Labn7M@tK?u|!~o6mZq!VVmtOyneZOXG}`RdQr(re}~RuyNl(X zk}KCl2r$DLEb*L!ln>&bJWwsB@|oW*82^q}YC>Q`;d5V}Qb1ruUe&YThZ*}I=m5P> zC!$6vo#^}2-o6HgcpH!3^xe$uAG~w1q3~^jGjSzKswa7c2%hKPzTd0hE<<%WeL06U zmru*bh=ePcxeU8MARgnVr?!lGyi~17;AIRw7vt5;$ll00+-v?tHIJzBVE4hI0$q2#S zx`~`%?@c@7u>{O>6kTk9kb|x{N!OugG1c}9t&g*7fvdd}oyn&R7K2G9Q7&JmMpmM~ z2a40Cz+kWEc^q3FVB8b|EdI;YOc zF^o@G98g8Z)e;penOB6L+D@xRzsQ23c!h_`q34mom?o!YNQV>e@d(0>63M}{!aJUl zNWo%#S{M7BcB1Kr`(7~HZ>te&DRtYhDvxrbI~WTmw5=$X*3j;)sFkvorgL z+mn2-j`D%YUjD>jYP{>5jH~+H`6&Y8POQSHp*~GK9Z9>FvIrX8Zl#24KW=iHK($j+ ze4$UiZ-IjGsbozygvI^6wDTx_i_bSB8wR8#DJ@K6S39e>qwSpmwAlEQYL-!u{M%=g zP{?IRE7#F3a$)VS+c!cb#?N3E2rXt_+&w8?(Vjg&ZBxqWEvbC-(bxOUwNZG4mjd8N zcg{Z&F?if7Pjo+IJU5RcTT`fjrL-1)Of^>CXOuG0n?{;!J3A_!vLN57MeFp1j>nTc)nx#~y3c+1jF6{J&wi&df; z2Iur;!y0=FLNMtFpR_s~mWl2^yL5bMT3gx|?gAN8Xoe!2ZFiXe;4kBRu~q@UGx^-K z?f|#&mDrUS(DyW-L{C1j{G1HA91?QXE=eTGR zITWmjO#k>=y4I=sX{6t*UQO?)q(KqM5NXzu@?Svbxc6YuNXU2!S-Car%5G*;`Jc3= z@;3DkHAP0CegbSyKl@@mJODek(8wjlWq?v^N)l>nT7hP0VJ~Ax1LwtZI#Lh4C6QG| z=dd}OpoztKW-i9J^GuqP1@>fweBQAaSf1b!21I3K15m`NiYfpUcM= z<;eK-Y(R0Eh-eOPR+Ne>Cmumu3@9|PfnN+JZspE|=REV2^rbo}P5b^!PikIYP@I)> zbG=5)if=MgfWXNfCb7elkh9(mC9#}Dg(}y|%16f?6)w0P1Jh}Lg_o9;-)(G|d(m6b z^K5iIw?=*k8YY%L;&9SL@uph`glovwT`!0JbaexCJigjq9|^$EPSr6H)%i#$MBO4x zYNW*9v}&Y3!~NlrVtiNpfAy&kiGNqJzQM*rYC*65p+Z41isFnpWqcX8_xEb405PEK z!3Wdj(Sx7-4S;r!CQyF&&Cg==|F4MtU#>kC4(9(|5sb6xaM<#+t(Twv?4O}Y+Lm~h z*=Ub*YrI%Ze=D6ZK8MnLLPuXglC1M`>4^XoKqTsUtd)I^3XGKM*bD6RY%XTz%m3kH z|GXV5GzG_;ak*~z&o(HfL1S7z6$UVD(U|s;_38LD@R?bpGjADg_>6}6_rtbfr^~)@ zRaEszcAq-{O6atgaVJ}cVdmR;WDk$qs4;0UC7}qAO;0%E^OZfL#`J9?7S6PO6`B3S zl*k=u%ht*Daf(#PJVDSVYUDfPp;k^tO_Kt$+T1vT@gzDhuk1kmU>ZGb%w$fWH0U+Tu$z#Ioh2V5HmExmdHXG6VyW z3zGs%o5iUzj#O1=gQa?=z-1$naUV~GDk%w_RvaZ0Jx;j|LV+#X3UjYrsw(#X_}VQl zO|sY?vJPf-{o>ng8_Cvdw(WS+n|R)lpXJA=vwE0y)UVZhI?bZ(bBaY1%kW#POTyY8 zJ|WD6p(Gkaza=`7RJP%}uG~7H)kn-zs<*_;-*@eH*(GrWv+Is=BB93pA;k3ARy%I6 zI&}09tKMltCyFFRN{QJRuldvRWC{+{p1x_(J6UN8C85FQO%mo@FUSQ9<02A9Rxp}^ z%{GJqS#_}{w!EZcNyg3jimTd0lslG5U96bJRQ@Yl15@-@K1Ws}9DHPEkc!vex&~02 z=D!zy-7Ptsn^Yv_(Bi94NApQoGo6xtFv8JbCtA2sp10L3OrR9T2S~{%8P1dVu@kK4agQ26(J*yItFr|kacG2u3dr`+p(-As3tAkPUw%sa^34rv&jpgds3c|3o~n4n-5=+;~H z?FewGqJ~6~9em87QqeMuuX_D01H|h>fsph@$+88DhV^8KxQC09;#Evy1US^=@%W~5 zQSk_0Q3>^2Ype#|g;-(PPfspfPzL(SF@-t%so_mQ2G&>YrKo|Ze!-U}0W;=Na2}JS zkA`-3c!XF|0+HL%Lkwr!3di{WLXjeHu<9x%(!{}|!1;nc87${^(-nC;fi?~V>cU!w z2KM6xu-2jhQHOzDftu6$rN9((tftEZ>|7?YNEi@CMNc3>vDlxiH$^WX1Dl zwnN1W=514}Ju1`RQ(QCWq#>K9z;|4#{443^0rCe_-sn$k%d&X+Wn_Mqe$78l;C(97 z3zF&`b_9sbk~rM$B}5?zS+@c4Bx_&rbxYkiI^5}H%bjfMa2l1l;~{&{P&w{iA-$h| z2OT=tsiL8urPobBJsFu=--xkh8=zvkQwIc(&it9!mz8~s$2fEk1>{3N{D<2hh*cf+ zo}E+Zy5>%?TD&q+b$?aF(-4~3N|0{__` zs#DL?oL^7eGn5DKM#DA*Tf;Pz%00e4dP&h_C2K&#uY$eL`|pi(&3n@v zTVQfcp*DqAhNfgbaidF48(BCsNZ)9SNiHO4?*ReDw>weWDH0kzfXvn)TO^~rLWz;2My7^hiqAW33F08=8ac?2J0wFleCio;e!w8V zE1i77^wrLDqsLfP-`!$4t{UP8W!%0yt(%_3ea} zg>jieV9&KaW-{>Z`x!z}vuy{oiqQI~+6a<3eQrr{yMmU#k7S%Xd%!f53t)Xe@txC$ z;~kVz^BUraBsTXMtOwl2eU^vH({derF{W~cAZek1A7osyK^Cr`Pj;Ndv3o3S7c3zq z+uWT0tZ$}7ClKgPz<+AnHMsb<*uP_pX|uE9d6{E@Xc?$K_fC$Kdx|%b`Tw z_1bw;r~P)zCQ{(y{K!WIeXHue88`3n^|NcC9z$+@qKi*w;Cp$t`eEuO3;uI!C&;w* z<1YrZ%bjR~rOnvrUqlNsdTDb6TZ}SdL;zBl6;9=`(Gq`J)caxGqM%7|)N;0Gt7)Yd zb$AMGHmp?UGpYlY>}G<0aP6JP{4w*BMtD>P=QAjhPc}ZKLPGyOCRZ$eG0L}W9tO~N zd8X@dDh1@>={UmM`J?~Vz9Qkdf*ySxPQVW!zm%Z%0`C1Wlf~Ze750l zyXy^VIsEw8I=aWREnyC4l{OE*-MUxrZ}SuQe(a(11XhAdzrHQg&Zo7642W z;^tN`6&O?C-Elb*H4L;hz`B)N5)d6Mh&sBkRa)dt$18S(ZD@)ezknAsgR#Zu^sFv0 zDmp$$Tf*n)^Ng{{5F-1qZ9x}Qiy%%GL^>c7M7j}5N_fh$#9gq8#OU+Z2dSF)x(&qd z#?faqd=%&k>Qdf__)&3p>Dh69Q==J4?0k**5*FYZOAj_enZtIyqq7_B8mTM%YJG>} zUV&r;hpfW?awUY!Fv8JBEz8hbfN_kt>4!LQ%ECeuj^dFdL&{aPXYP#Tc!-*SptwxT zZ7&`jh+M$3enkjl>zaD=66ZrRrF~rOiXGQDT7_q?~8k-}xC1+0$IW ztO?Eh7n*Um>t2_5E+&81Sojyh2S`rk{*!}SyggLbN}N^DRTq6vi+n!?ydw9~{>Ush z5ERrOC0;=7kL4w0*V9KB$C2(sK`QHPI-jK5Bh22<%40q_sIa&=cu%Y&oh=;lbFxdS z$FE!T9H6L18_&qz+pb~0q;UIMhD(=Ni1)iJzFgT2# z8}jLzKv2*1c~Iwi{Av3OEuXlYh~upBZ$Yj1_~QFQPrXNRmJ+S$FLWelOw3tDFeYWT z>nXdC_rZgPZ4jyyR`|HbpwY#)nWsCFmi7FLb^WjB%elmCrQI4t5^wRM-hg|u`jYh< zgWW9F+Q}8bW0QbYp#ajgC)IM)IQd2m&78}caJQUkOMh3xnS$8vx#N} z?^{jAI#w2u#iZb==`{~crq_ES+D;#Xr3%4#4A}tB(xf7TvKO1A(0#hc?svf-n&$id z-9sY#pw@JeLemB7C^5i@JceMynz{L z*^RN&3HSDnXR}O4J2Oyl!fD|ahNYD-EoKnGczJYtJE4$YT6EJea_o5_?9ph|nh=G? zX@pV0(cYRmPt{|QRs73Izhwj4P5o$)r3LdQga$srlz9;LY~w_@KTfk<(@GV2rj=K< zUvB3o__w~j9zNhhc3nJQ_P2XmTYG(9Uvt@>yl+oR5qEVbJaI^7fKL9ni|wwASZAAz zwk!&^*BepRyECfNSUjleqeZg%I)^GsXrO2W+W>8V*jc180kyEXO`SAH3*A)$M@er! z0&f{w6i3kfaFh3g)X(aW53)+J(~ITAfL&Y`^_KmCi9pyS6cD-Qm_;9nP-=Btk1V*F znxx@Cd><{aQRKad38xw&JyyQ?AUm-N@w1?iK(pq9qUVjQQkKu~7#T*Lm&}vgIm74O0 z+>clUbG|tOulLks7qinzEqQ<~>7k0$esqAAVx<)$O3TOm{RZh5;7X?j`?;1W%z8<$ zZ8VGUC)VCeXBsArLKfD!4!t5TW4<6`h9mG9Ninl(ruy|@?u?}9V!i!f^R7?uGWD5tZ~C^w{SCA8SMsKoB2CX;ff86%!aA+pIjDE~3>Zi8Ui=%)mhs zp1Z+pKn-ci@+Aq%+TuC+QIZ1CYdPwhNn3@WOhlBq;L4cM01bh;rr$xNaA>I}^BC0uoJF z(T4!n(H^8nz!mxm=+ShaN(FI89U}9q;D9bA&7#^#Ex2R=b54j$Lby8ipcZ#xBNYAC zJ{=Y&-h@>uCyX15-6eZgI_Y1hgAp^2E} zi4T#fB;;q*xWf~%3h1-6zRJ&Dp5{-iO|);blo+y%0DOnStN4f*hw-14GxsukF6s*K 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�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

6v>Wazd_1(v1IJ@3mV0;s6 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%0A7Gom;noFf{tdY>nDnhg&Tc%9 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π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 z�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

lNd8<@gkM@)2C(ir~{Q> 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� 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ÎtRrZB3&B4D8*JZh0WlO2UjXG>|Lh#=2FN~ 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�fzDsg%bGR1c;O= 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 R5fc#