Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AI-CogSci-Group
ACT-R_Phi
Commits
b56a992e
Commit
b56a992e
authored
Mar 15, 2020
by
CD
Browse files
Some cleaning up of Hormone structure files in ACTH
parent
4cf920b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
user-loads/Structure/ACTH/ACTH.DES
View file @
b56a992e
...
...
@@ -36,8 +36,8 @@ By : University of Mississippi Medical Center
<var><name> [ANP]Effect </name></var>
<var><name> [ADH]Effect </name></var>
<!-- Block
Modifi
ed by Chris Dancy -->
<var><name> Circa
r
dianCRFEffect </name><val> 1 </val></var>
<!-- Block
Add
ed by Chris Dancy -->
<var><name> CircadianCRFEffect </name><val> 1 </val></var>
<!-- -->
<parm><name> Secretion-Basic </name><val> 28.0 </val></parm>
...
...
@@ -139,8 +139,8 @@ By : University of Mississippi Medical Center
<!-- Block Added by Chris Dancy -->
<def>
<name> Circa
r
dianCRFEffect </name>
<val> [CRF]Effect * ( ( 0.7 * ( SIN ( (
3.14
* System.X / 720 ) - 0.1 ) )
+ 0.25
) + ( 0.22 * ( SIN ( ( 2 *
3.14
* System.X / 720 ) - 0.1 ) )
+ 0.25
) + ( 0.07 * ( SIN ( ( 3 *
3.14
* System.X / 720 ) - 0.1 ) )
+ 0.25
) + ( 0.03 * ( SIN ( ( 4 *
3.14
* System.X / 720 ) - 0.1 ) )
+ 0.25 )
) </val>
<name> CircadianCRFEffect </name>
<val> [CRF]Effect * ( ( 0.
9
7 * ( SIN ( (
System.Pi
* System.X / 720 ) - 0.1 ) ) ) + ( 0.22 * ( SIN ( ( 2 *
System.Pi
* System.X / 720 ) - 0.1 ) ) ) + ( 0.07 * ( SIN ( ( 3 *
System.Pi
* System.X / 720 ) - 0.1 ) ) ) + ( 0.03 * ( SIN ( ( 4 *
System.Pi
* System.X / 720 ) - 0.1 ) )
) + 1
) </val>
</def>
<!-- -->
...
...
@@ -157,12 +157,12 @@ By : University of Mississippi Medical Center
<val> [ADH]Effect [ ADHPool.Log10Conc ] </val>
</def>
<!-- Block Modified by Chris Dancy to include Circa
r
dianCRFEffect (which replaced normal [CRF]Effect) -->
<!-- Block Modified by Chris Dancy to include CircadianCRFEffect (which replaced normal [CRF]Effect) -->
<def>
<name> Secretion </name>
<val>
Secretion-Basic
* Circa
r
dianCRFEffect
* CircadianCRFEffect
* [ANP]Effect
* Brain-Function.Effect
</val> <!-- * [ADH]Effect -->
...
...
user-loads/Structure/Cortisol/Cortisol.DES
View file @
b56a992e
...
...
@@ -41,12 +41,14 @@ By : University of Mississippi Medical Center
<!-- Block added by Chris Dancy -->
<var><name> Secretion-Sleep-Hom </name><val> 0 </val></var>
<var><name> Sleep-allostatic-mag </name><val> 3.6 </val></var>
<var><name> Sleep-allostatic-rate </name><val> 0.9 </val></var>
<var><name> Wake-allostatic-mag </name><val> 1.6 </val></var>
<var><name> Wake-allostatic-rate </name><val> 0.9 </val></var>
<var><name> Sleep-Secretion-Sleep-Hom </name></var>
<var><name> Wake-Secretion-Sleep-Hom </name></var>
<parm><name> Sleep-allostatic-mag </name><val> 3.6 </val></parm>
<parm><name> Sleep-allostatic-rate </name><val> 0.9 </val></parm>
<!-- Using mag from Thorsley paper -->
<parm><name> Wake-allostatic-mag </name><val> 70.8 </val></parm>
<!-- <parm><name> Wake-allostatic-mag </name><val> 1.6 </val></parm> -->
<parm><name> Wake-allostatic-rate </name><val> 0.9 </val></parm>
<var><name> Sleep-Secretion-Sleep-Hom </name><val> 0 </val></var>
<var><name> Wake-Secretion-Sleep-Hom </name><val> 0 </val></var>
<!-- -->
</variables>
...
...
user-loads/Structure/DailyPlanner/DailyPlannerControl.DES
View file @
b56a992e
...
...
@@ -146,11 +146,15 @@ By : University of Mississippi Medical Center
</block>
<!-- Block modified by Chris Dancy to include initial setting of Status.LastAwake & Status.LastAsleep -->
<block><name> Start </name>
<!-- <message> Daily planner is starting. </message>-->
<def><name> Status </name><val> 2 </val></def>
<def><name> Status.LastAwake </name><val> System.x </val></def>
<def><name> Status.LastAsleep </name><val> System.x </val></def>
<call> NewTask </call>
</block>
<!-- -->
<block><name> Stop </name>
<def><name> Status </name><val> 0 </val></def>
...
...
@@ -168,7 +172,7 @@ By : University of Mississippi Medical Center
<name> PostureControl.Request </name>
<val> PostureControl.LYING </val>
</def>
<call> PostureControl.RequestChange </call>
<call> PostureControl.RequestChange </call>
<def><name> Status.Nutrition </name><val> 2 </val></def>
</block>
...
...
@@ -346,7 +350,7 @@ By : University of Mississippi Medical Center
<name> PostureControl.Request </name>
<val> PostureControl.LYING </val>
</def>
<call> PostureControl.RequestChange </call>
<call> PostureControl.RequestChange </call>
<def><name> Status.Nutrition </name><val> 1 </val></def>
</block>
...
...
@@ -369,7 +373,7 @@ By : University of Mississippi Medical Center
<name> PostureControl.Request </name>
<val> PostureControl.STANDING </val>
</def>
<call> PostureControl.RequestChange </call>
<call> PostureControl.RequestChange </call>
<def><name> Status.Nutrition </name><val> 1 </val></def>
...
...
@@ -389,7 +393,7 @@ By : University of Mississippi Medical Center
<name> PostureControl.Request </name>
<val> PostureControl.STANDING </val>
</def>
<call> PostureControl.RequestChange </call>
<call> PostureControl.RequestChange </call>
<def><name> Status.Nutrition </name><val> 1 </val></def>
</block>
...
...
@@ -408,7 +412,7 @@ By : University of Mississippi Medical Center
<name> PostureControl.Request </name>
<val> PostureControl.SITTING </val>
</def>
<call> PostureControl.RequestChange </call>
<call> PostureControl.RequestChange </call>
<def><name> Status.Nutrition </name><val> 0 </val></def>
</block>
...
...
@@ -425,7 +429,7 @@ By : University of Mississippi Medical Center
<name> PostureControl.Request </name>
<val> PostureControl.SITTING </val>
</def>
<call> PostureControl.RequestChange </call>
<call> PostureControl.RequestChange </call>
<def><name> Status.Nutrition </name><val> 1 </val></def>
</block>
...
...
@@ -433,4 +437,4 @@ By : University of Mississippi Medical Center
</definitions>
</structure>
End
\ No newline at end of file
End
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment