Skip to content

Commit

Permalink
tooling bumps, example code, eslint stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Sep 4, 2017
1 parent 3e34c40 commit e87f48c
Show file tree
Hide file tree
Showing 15 changed files with 248 additions and 122 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,3 +1,4 @@
* [[`3e34c40ce4`](https://github.com/StoneCypher/jssm/commit/3e34c40ce4)] - update tests (John Haugeland)
* [[`b31b7b3a89`](https://github.com/StoneCypher/jssm/commit/b31b7b3a89)] - fsl version, author contributor comment definition license, license types, urls, filename changes (John Haugeland)
* [[`b96cda04cc`](https://github.com/StoneCypher/jssm/commit/b96cda04cc)] - rename fsl files (John Haugeland)
* [[`ad162ed3d3`](https://github.com/StoneCypher/jssm/commit/ad162ed3d3)] - put experimentation link at the top of the readme (John Haugeland)
Expand Down
2 changes: 1 addition & 1 deletion build/jssm.es5.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/jssm.es5.cjs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/jssm.es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions build/tests/comment.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 35 additions & 35 deletions build/tests/general.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/tests/sample_select.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/tests/stop light.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/lib/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<title>jssm 5.4.0 | Documentation</title>
<title>jssm 5.5.0 | Documentation</title>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
<link href='assets/style.css' type='text/css' rel='stylesheet' />
Expand All @@ -14,7 +14,7 @@
<div class='fixed xs-hide fix-3 overflow-auto max-height-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>jssm</h3>
<div class='mb1'><code>5.4.0</code></div>
<div class='mb1'><code>5.5.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
123 changes: 115 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "5.4.0",
"version": "5.5.0",
"engines": {
"node": ">=6.0.0"
},
Expand Down Expand Up @@ -86,15 +86,15 @@
"del-cli": "^1.1.0",
"documentation": "^4.0.0",
"eslint": "^4.3.0",
"eslint-config-stonecypher": "^1.13.1",
"eslint-config-stonecypher": "^1.14.4",
"eslint-plugin-ava": "^4.2.1",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-jsdoc": "^3.1.2",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-new-with-error": "^1.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-unicorn": "^2.1.2",
"flow-bin": "^0.49.1",
"gulp-string-replace": "^0.4.0",
Expand Down
48 changes: 48 additions & 0 deletions src/machines/extensive states of matter.fsl
@@ -0,0 +1,48 @@
machine_name : "Extensive states of matter";
machine_version : 1.0.0;
machine_author : "John Haugeland <stonecypher@gmail.com>"
machine_license : MIT

jssm_version : >= 5.0.0;
graph_layout : dot;

// see also `extensive states of matter.jssm`



// normal states of matter
&BasicStates: ["Bose-Einstein condensate" Solid Liquid Gas Plasma "Quark gluon plasma"];
(|-1|) <= 'Cool' &BasicStates 'Heat' => (|+1|);

Solid 'Sublimate' <-> 'Deposit' Gas;

Solid 'Zero-field cooling' <-~> 'Heat' "Type I superconductor";
Solid 'Mixed-state cooling' <-~> 'Heat' "Type II superconductor";

Solid 'Magnetic exposure' -> "Magnetic material" 'Negative potential' -> Ferromagnet 'Heat' -> Solid;
"Magnetic material" 'Positive potential' -> Paramagnet 'Heat' -> Solid;
"Magnetic material" 'Opposed potential' -> Antiferromagnet 'Heat' -> Solid;
"Magnetic material" 'Composite potential' -> Ferrimagnet 'Heat' -> Solid;

Solid 'Magnetic application' <-> 'Heat' Metamagnetism;
Solid 'Geometric frustration' <-~> 'Heat' "Quantum spin liquid";

Liquid 'Pressure cool' <-~> 'Heat' Superfluid 'Spin' <-> 'Agitation' "Quantized Vortex" 'Heat' -> Liquid;
Liquid 'Pressure heat' <-~> 'Cool' "Supercritical fluid";
Liquid 'Fast quench' <-> 'Heat' Glass;
Liquid 'Magnetic quench' <-> 'Heat' "Magnetic spin glass";
Liquid 'Rotary order' <-> 'Heat' "Plastic crystal" 'Fast quench' -> "Orientational glass" 'Heat' -> Liquid;
Liquid 'Charge' <-> 'Heat' "Liquid crystal";

[Solid Liquid] 'Covalent arrangement' <-> 'Heat' Copolymer;

&BasicStates 'Pressure' <-~> 'Release' "Degenerate matter" 'Pressure' ~> Singularity;
"Quark gluon plasma" 'Pressure' <-~> 'Release' "Quark liquid" 'Heat' -> Liquid;

&BasicStates 'Accelerate' <-~> 'Slow' "Color-glass condensate";

"Quark gluon plasma" 'Chiral condensation' -> "Fermionic condensate" 'Time' -> "Superfluid";

Plasma 'Wire' <-> 'Expansion' "Tomonaga-Luttinger liquid";

[Solid "Bose-Einstein condensate"] 'Low-energy ordering' <-~> 'Heat' "Time crystal";

0 comments on commit e87f48c

Please sign in to comment.