New Mexico Computer Science For All Interface Input in NetLogo Maureen Psaila-Dombrowski.

Slides:



Advertisements
Similar presentations
Intro to Office 2007 Instructor: Lynn Lee How to make the transition from 2003 to 2007.
Advertisements

Using EBSCOs Search Box Builder Tool Tutorial. Would you like to promote your EBSCOhost resources by adding an easy-to-use search box to your website?
Chapter 9 Working with Tabs and Tables. Chapter Objectives Work with tabs Create and format a table Format text in a table Place graphics in a table.
Google Forms King William County Schools.  Google Forms is a free tool from Google that allows you to do the following: ● Create forms, surveys, quizzes,
Developing a PowerPoint Presentation
A Short Course on How to Manage SLOs with TracDat.
Lesson 15: Editing, Viewing, and Printing Worksheets.
1. In the Activity Builder, you can use the Content Editor tools to create the content for activities and stimuli one at a time. Form-Based Content Editors:
COMPREHENSIVE Word Tutorial 9 Creating On-Screen Forms Using Advanced Table Techniques.
New Mexico Computer Science For All Designing and Running Simulations Maureen Psaila-Dombrowski.
XP Tutorial 4 New Perspectives on Microsoft Windows XP 1 Microsoft Windows XP Personalizing Your Windows Environment Tutorial 4.
New Mexico Computer Science For All Local Variables in Netlogo Maureen Psaila-Dombrowski.
Chapter 5 Creating, Sorting, and Querying a Table
By Hrishikesh Gadre Session II Department of Mechanical Engineering Louisiana State University Engineering Equation Solver Tutorials.
A Simple Guide to Using SPSS© for Windows
SPSS Statistical Package for the Social Sciences is a statistical analysis and data management software package. SPSS can take data from almost any type.
Introduction to SPSS Short Courses Last created (Feb, 2008) Kentaka Aruga.
New Mexico Computer Science For All More Looping in NetLogo Maureen Psaila-Dombrowski.
1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2010 Introductory Pasewark & Pasewark.
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Guided Lesson.  In this lesson, you will learn how to modify existing bullets, insert new bulleted and numbered lists, select symbols as bullets, and.
1 ADVANCED MICROSOFT WORD Lesson 15 – Creating Forms and Working with Web Documents Microsoft Office 2003: Advanced.
Learning Microsoft Power Point Getting Started  There are three features that you should remember as you work within PowerPoint 2007: the Microsoft.
Pasewark & Pasewark 1 Word Lesson 1 Word Basics Microsoft Office 2007: Introductory.
Lesson 1: Getting Started
Learning Microsoft Excel Getting Started  There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office.
Just Enough AutoCAD Chapter 9 Creating Text Adding and Formatting Text in AutoCAD Understanding Text and Scale Using Styles to Organize Your Fonts Adding.
1 ADVANCED MICROSOFT EXCEL Lesson 9 Applying Advanced Worksheets and Charts Options.
Designing Interface Components. Components Navigation components - the user uses these components to give instructions. Input – Components that are used.
GUI development with Matlab: GUI Front Panel Components 1 GUI front panel components In this section, we will look at -GUI front panel components -Programming.
New Mexico Computer Science For All Interface Output in NetLogo (Part 1) Maureen Psaila-Dombrowski.
Basic Instructions on how to use One Drive and share files. ONE Drive Your LogoYour own footer.
Creating Buttons – Lesson 51 Creating Buttons Lesson 5.
Social Science Research Design and Statistics, 2/e Alfred P. Rovai, Jason D. Baker, and Michael K. Ponton Recoding Variables PowerPoint Prepared by Alfred.
How to Create a Document in Google Drive By Tressa Beckler.
1. Chapter 6 Formatting Pages 3 Formatting Changes in Word You can use views other than the default Print Layout view when working with page design.
® Microsoft Office 2013 Access Creating a Database.
New Mexico Computer Science For All Variables and Scope Maureen Psaila-Dombrowski.
New Mexico Computer Science For All Creating Turtles Maureen Psaila-Dombrowski.
FrontPage Tutorial Part 2 Creating a Course Web Site.
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design Second Edition by Tony Gaddis.
New Mexico Computer Science For All Patches and Agent/Environment Interactions Maureen Psaila-Dombrowski.
Introduction to EBSCOhost Tutorial support.ebsco.com.
Chapter 3 Device Monitor Screen Otasuke GP-EX! Chapter 3 Device Monitor Screen Chapter 3 Device Monitor Screen.
Web Page-Chapter 6 Forms. Inserting a Form  Display the Insert bar  Click the arrow to the right of the display category on the Insert bar and then.
Computer Literacy for IC 3 Unit 2: Using Productivity Software Chapter 10: Enhancing a Presentation © 2010 Pearson Education, Inc. | Publishing as Prentice.
Techniques for List Creation (2) Data formatting and control level processing Basics for Interactive Lists Detail lists The Program Interface Interactive.
Labcheck Next Generation Quick Start Guide Distributions.
IENG-385 Statistical Methods for Engineers SPSS (Statistical package for social science) LAB # 1 (An Introduction to SPSS)
Working with Tables A table is a grid of cells arranged in rows and columns. Tables can be customized and are useful for various tasks such as presenting.
1 Agent-Based Tools: focus on NetLogo Ing. Cristina Ponsiglione University of Naples Federico II Laboratorio di Simulazione ad Agenti.
Word Lesson 1 Word Basics
Manage Call Handling Profiles
Tabs, Line & Paragraph Spacing, and working with lists
Access Creating a Database
DEPARTMENT OF COMPUTER SCIENCE
Lecturer: Dalia Mirghani
Access Creating a Database
Tutorial Introduction to support.ebsco.com.
ArcView_module_7 May 14, 9:00 AM
Finding Magazine and Journal Articles in
Download: Vensim Download:
Microsoft Excel 101.
Excel 2010 Functions A function is a predefined formula that performs a calculation using specific values in a particular order. Functions save you time.
Chapter 15: GUI Applications & Event-Driven Programming
How to submit preferences in TAMS as a Faculty member
Topic 9 – Exploring Scenarios Lesson 1 - Computational Forms
Tutorial Introduction to help.ebsco.com.
Welcome To Microsoft Word 2016
Microsoft Office Power Point
Presentation transcript:

New Mexico Computer Science For All Interface Input in NetLogo Maureen Psaila-Dombrowski

Interface Input Can input Global Variables from the Interface tab of NetLogo A quick way to change variable value No recoding Four ways: ▫Sliders ▫Switches ▫Choosers ▫Input Boxes

Sliders Slider sets a global variable value to a NUMBER Slider has a range of values  minimum value  maximum value. Move the slider to the desired value  Increase by moving the slider to the right  Decrease by moving to the left The current value of the variable is given on the right below the sliders

Create a Slider Select slider in the drop down menu. Add it to the Interface tab The edit dialog box automatically opens requiring ▫Global variable name ▫Minimum value of the variable ▫Maximum value of the variable ▫Increment ▫Initial value

Sample program – input a slider

Switch Switches are used to set the global variable to a boolean value  On/Off To Create  Select switch in the drop down menu. Add it to the interface.  The edit dialog box automatically opens requiring the Boolean Global variables name

Sample program – input a Switch

Chooser Can set the Global variable to be any data type: strings, numbers, booleans, etc. Lets you choose from a list of choices. List is in a drop down menu.

Chooser To Create ▫Select switch in the drop down menu. Add it to the interface. ▫Input the Global Variable Name ▫Input the list of choices

Sample program – input a chooser

Input Box Input Boxes are used to enter global variables that contain strings, numbers or colors. ▫Strings can be  simple strings  commands/reporters (checks syntax) ▫Any type of number can be entered (more variety than sliders) ▫Color input boxes offer a color chooser using the NetLogo color table.

Input Box To Create ▫Select switch in the drop down menu. Add it to the interface. ▫Enter Global Variable name ▫Choose variable type

Sample program – input a input box

Summary Can input Global Variable values from the Interface tab of NetLogo Can set the value in Four ways: ▫Sliders  Choose from a range of numbers ▫Switches  Boolean value ▫Choosers  Choose from a list of any data type ▫Input Boxes  Can be a number, string or color.