Difference between revisions of "Nova Wiki: The Place For Nova Documentation"
From Nova Documentation
(→Nova Users Manual) |
(→External Links) |
||
(40 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
==[[Nova Users Manual]]== | ==[[Nova Users Manual]]== | ||
The definitive guide to using Nova. | The definitive guide to using Nova. | ||
+ | ===Quick Links=== | ||
+ | :[http://9c8430c7f682ab7ad2ee-12745785e50d42d2a30c38cc50bb61f7.r63.cf1.rackcdn.com/nova_tut01a_interface.mp4 Tutorial 1: Getting to know the Nova Interface] | ||
+ | :[[Tutorial Index]] | ||
+ | :[[File: Nova_Cheat_Sheet_2014-07-17.pdf]] | ||
+ | :[[Component Guide 1: Overview; Atomic Components |Atomic Components]] | ||
+ | :[[Component Guide 2: Containers|Containers]] | ||
+ | :[[Component Guide 3: Plug-ins|Plug-ins]] | ||
+ | :[[Component Guide 4: CodeChips|CodeChips]] | ||
+ | :[[Component Guide 5: Displays and Controls |Displays and Controls]] | ||
+ | :[[NovaScript Introduction|NovaScript Introduction]] | ||
+ | :[[Primitive Operators and Properties|Primitive Operators and Properties]] | ||
+ | :[[Running Your Model]] | ||
+ | :[[Documenting Your Model | Documenting Your Model]] | ||
+ | |||
===Contents=== | ===Contents=== | ||
;Introduction | ;Introduction | ||
:[[Nova_Users_Manual|What Is Nova?]] | :[[Nova_Users_Manual|What Is Nova?]] | ||
:[[FAQ|Frequently Asked Questions]] | :[[FAQ|Frequently Asked Questions]] | ||
+ | :[[Modeling 101 | Modeling 101]] | ||
:[[Example 1: Simple Population Model|Example 1: Simple Population Model]] | :[[Example 1: Simple Population Model|Example 1: Simple Population Model]] | ||
:[[Example 2: FireSpread|Example 2: FireSpread]] | :[[Example 2: FireSpread|Example 2: FireSpread]] | ||
:[[Example 3: Simple Harmonic Motion|Example 3: Simple Harmonic Motion]] | :[[Example 3: Simple Harmonic Motion|Example 3: Simple Harmonic Motion]] | ||
:[[Example 4: Agent SIR|Example 4: Agent SIR]] | :[[Example 4: Agent SIR|Example 4: Agent SIR]] | ||
− | + | :[[Example 5: NetDiffuse| Example 5: NetDiffuse]] | |
− | + | :[[Example 6: Damped Spring| Example 6: Damped Spring]] | |
− | + | ;Tutorials | |
− | + | :[[Tutorial Index | Tutorial Index]] | |
− | + | :[[Using_Chips:_Example | Chip Tutorial]] | |
− | + | :[[NodeNetwork:_Example | NodeNetwork Tutorial]] | |
− | : | + | :[[Cascade:_Example | Cascade Tutorial]] |
− | : | + | :[[Cascade:_Example | Spy Tutorial]] |
− | + | :[[Tableau:_Example | Tableau Tutorial]] | |
− | : | + | |
− | : | + | |
− | + | ||
− | + | ||
;Nova Concepts | ;Nova Concepts | ||
:[[Operational Semantics | Operational Semantics]] | :[[Operational Semantics | Operational Semantics]] | ||
:[[Javascript Light | Javascript Light]] | :[[Javascript Light | Javascript Light]] | ||
+ | :[[NovaScript Introduction | NovaScript Introduction]] | ||
;User Guide: | ;User Guide: | ||
:;Interface | :;Interface | ||
:[[Frames, Menus, Toolbars, Pallets | Frames, Menus, Toolbars, Pallets]] | :[[Frames, Menus, Toolbars, Pallets | Frames, Menus, Toolbars, Pallets]] | ||
+ | :[[Running Your Model]] | ||
:;Component Guide | :;Component Guide | ||
::[[Component Guide 1: Overview; Atomic Components | Overview; Atomic Components]] | ::[[Component Guide 1: Overview; Atomic Components | Overview; Atomic Components]] | ||
::[[Component Guide 2: Containers|Containers]] | ::[[Component Guide 2: Containers|Containers]] | ||
::[[Component Guide 3: Plug-ins|Plug-ins]] | ::[[Component Guide 3: Plug-ins|Plug-ins]] | ||
+ | ::[[Component Guide 4: CodeChips|CodeChips]] | ||
+ | ::[[Component Guide 5: Displays and Controls|Displays and Controls]] | ||
+ | :[[Documenting Your Model | Documenting Your Model]] | ||
;Reference | ;Reference | ||
:[[Primitive Operators and Properties|Primitive Operators and Properties]] | :[[Primitive Operators and Properties|Primitive Operators and Properties]] | ||
:[[Glossary|Glossary]] | :[[Glossary|Glossary]] | ||
+ | |||
+ | ==Nova Workshop 2015== | ||
+ | |||
+ | Models built during the 2015 workshop at Oberlin College. | ||
+ | |||
+ | * A modification of Lotka-Volterra using pesticides | ||
+ | ::[[Nova_Workshop2015:_Insecticide|Insecticide Model]] | ||
+ | * The Insecticide model with movement between two rooms in a greenhouse | ||
+ | ::[[Nova_Workshop2015:_Greenhouse|Greenhouse Model]] | ||
+ | * The Greenhouse model with three vertical layers in each room | ||
+ | ::[[Nova_Workshop2015:_Vertical_Greenhouse|Vertical Greenhouse Model]] | ||
==Supplementary Material== | ==Supplementary Material== | ||
Line 40: | Line 67: | ||
==External Links== | ==External Links== | ||
− | |||
*[https://developer.mozilla.org/en-US/docs/Web/JavaScript JavaScript Reference] | *[https://developer.mozilla.org/en-US/docs/Web/JavaScript JavaScript Reference] | ||
*[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math JavaScript Math Object] | *[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math JavaScript Math Object] | ||
*[http://underscorejs.org/ Underscore.js] | *[http://underscorejs.org/ Underscore.js] | ||
+ | <p> | ||
+ | </p> | ||
+ | [[File:nsfetc.png|400xpx|left]] | ||
+ | <div> | ||
+ | <font size="-2"> | ||
+ | This material is based upon work supported by the National Science Foundation under Grant | ||
+ | No. CNS-0939153. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation. | ||
+ | </font> | ||
+ | </div> |
Latest revision as of 21:16, 11 August 2015
Contents
Nova Users Manual
The definitive guide to using Nova.
Quick Links
- Tutorial 1: Getting to know the Nova Interface
- Tutorial Index
- File:Nova Cheat Sheet 2014-07-17.pdf
- Atomic Components
- Containers
- Plug-ins
- CodeChips
- Displays and Controls
- NovaScript Introduction
- Primitive Operators and Properties
- Running Your Model
- Documenting Your Model
Contents
- Introduction
- What Is Nova?
- Frequently Asked Questions
- Modeling 101
- Example 1: Simple Population Model
- Example 2: FireSpread
- Example 3: Simple Harmonic Motion
- Example 4: Agent SIR
- Example 5: NetDiffuse
- Example 6: Damped Spring
- Tutorials
- Tutorial Index
- Chip Tutorial
- NodeNetwork Tutorial
- Cascade Tutorial
- Spy Tutorial
- Tableau Tutorial
- Nova Concepts
- Operational Semantics
- Javascript Light
- NovaScript Introduction
- User Guide
-
- Interface
- Frames, Menus, Toolbars, Pallets
- Running Your Model
- Component Guide
- Overview; Atomic Components
- Containers
- Plug-ins
- CodeChips
- Displays and Controls
- Documenting Your Model
- Reference
- Primitive Operators and Properties
- Glossary
Nova Workshop 2015
Models built during the 2015 workshop at Oberlin College.
- A modification of Lotka-Volterra using pesticides
- The Insecticide model with movement between two rooms in a greenhouse
- The Greenhouse model with three vertical layers in each room
Supplementary Material
Coming soon
External Links
Error creating thumbnail: File missing
This material is based upon work supported by the National Science Foundation under Grant No. CNS-0939153. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.