<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.makeict.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kip</id>
	<title>MakeICT Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.makeict.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kip"/>
	<link rel="alternate" type="text/html" href="https://wiki.makeict.org/wiki/Special:Contributions/Kip"/>
	<updated>2026-06-05T22:28:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Foam_Cutter&amp;diff=8538</id>
		<title>Foam Cutter</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Foam_Cutter&amp;diff=8538"/>
		<updated>2022-10-20T00:20:25Z</updated>

		<summary type="html">&lt;p&gt;Kip: Updated instructions on how to use the foam cutter with current software.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:FabLab Equipment]]&lt;br /&gt;
= About =&lt;br /&gt;
[[File:Foam-Cutter.jpg|480px|right]]&lt;br /&gt;
This device allows users to draw designs on a computer to be cut out of low-cost foam. Designs are made using [http://www.inkscape.org Inkscape], an open-source vector graphics editor (other editors, such as Adobe Illustrator, can be used as well).&lt;br /&gt;
&lt;br /&gt;
Foam cutting is a great way to rapidly prototype work before committing to more expensive materials! MakeICT&#039;s foam cutting machine was built and contributed by [[User:Tom McGuire|Tom McGuire]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Machine Access Policy =&lt;br /&gt;
Use of the Foam Cutter requires authorization from an approved peer-authorizor or attendance in a Foam Cutter workshop that includes authorization.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Any member who has been authorized to use the foam cutter may peer-certify other members&lt;br /&gt;
* Authorization instruction must at least include&lt;br /&gt;
** Fundamental knowledge of foam cutter&#039;s working principles&lt;br /&gt;
** Proper use and control of foam cutter&lt;br /&gt;
** Software workflow&lt;br /&gt;
* Authorization must be documented (&#039;&#039;link to instructions or form&#039;&#039;) prior to use&lt;br /&gt;
* List of Foam Cutter authorized users is listed below&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== New foam cutter - Updated info (2022-10-19) ==&lt;br /&gt;
Due to the Inkscape extension previously used to run the foam cutter being incompatible with current versions of Inkscape, the MakeICT foam cutter has received some updates that make it more compatible with more typically gcode senders. Namely:&lt;br /&gt;
* Switching from custom Arduino code to a fork of GRBL, [https://github.com/vankesteren/grbl-servo.git grbl-servo]&lt;br /&gt;
* Switching from a custom stepper shield to a standard GRBL shield. Specifically, [https://blog.protoneer.co.nz/arduino-cnc-shield/ this one]&lt;br /&gt;
&lt;br /&gt;
These changes preserve the variable cut depth functionality, but alter the workflow. Unfortunately, the new workflow isn&#039;t quite as simple and straight-forward as the previous workflow, but we expect it to be more durable.&lt;br /&gt;
&lt;br /&gt;
The cut depth is now set on a per-layer basis when going through the gcode generation steps, rather than interpretted from line opacity. All paths in a layer will have the same cut depth, so if your design has three different cut depths, you&#039;ll need three layers.&lt;br /&gt;
&lt;br /&gt;
# Prepare your design&lt;br /&gt;
## Download and install [http://inkscape.org inkscape]&lt;br /&gt;
## Create your design using paths and objects (if you want an image, you must trace it)&lt;br /&gt;
## Make sure your design is in the bottom left corner and that patterns use space efficiently&lt;br /&gt;
# Prepare your gcode&lt;br /&gt;
## Convert all objects to paths&lt;br /&gt;
### Select all (Drag to selcet, or Ctrl+A)&lt;br /&gt;
### Path &amp;gt; Object to Path (Shift+Ctrl+C)&lt;br /&gt;
## For each layer, create a Gcodetools Tool definition&lt;br /&gt;
### Make the desired layer active (select it in the Layers and Objects menu)&lt;br /&gt;
### Navigate to Extensions &amp;gt; Gcodetools &amp;gt; Tools library...&lt;br /&gt;
### Select MakeICT Foam Cutter, then click Apply&lt;br /&gt;
### Set the cut depth for this layer&lt;br /&gt;
#### In the &amp;quot;MakeICT Foam Cutter&amp;quot; text box, edit the S value in the &amp;quot;gcode before path&amp;quot; section&lt;br /&gt;
##### That&#039;s the &amp;quot;255&amp;quot; in &amp;quot;M3 S255&amp;quot;&lt;br /&gt;
##### The default S value is 255, which is full cut depth&lt;br /&gt;
##### An S value of 0 is full retraction&lt;br /&gt;
##### &#039;&#039;&#039;Note&#039;&#039;&#039;: An S value of 127 or 128 does not equate to &amp;quot;halfway through,&amp;quot; so you&#039;ll need to experiment with values to find your desired cut depth!&lt;br /&gt;
## Generate the gcode&lt;br /&gt;
### Navigate to Extensions &amp;gt; Gcodetools &amp;gt; Path to Gcode...&lt;br /&gt;
### In the pop-up window, make sure the &amp;quot;Path to Gcode&amp;quot; tab is active&lt;br /&gt;
### Click Apply&lt;br /&gt;
# Locate your gcode file&lt;br /&gt;
## Your gcode file should save to the &amp;quot;Foam Cutter gcode&amp;quot; folder&lt;br /&gt;
### This is located at C:\Users\Maker\Documents\Foam Cutter gcode&lt;br /&gt;
### There is a shortcut to this folder on the Desktop&lt;br /&gt;
### This folder is also pinned in the Favorites in the left pane of the file explorer&lt;br /&gt;
## Your gcode file should be named &amp;quot;output####.ngc&amp;quot;&lt;br /&gt;
### The greatest four-digit value should be the newest gcode file&lt;br /&gt;
### Please remove all of your output####.ngc files when you&#039;re finished using the foam cutter&lt;br /&gt;
### If the person before you didn&#039;t remove their output files, yours may have a number higher than 0001&lt;br /&gt;
## If you cannot find your gcode...&lt;br /&gt;
### In Inkscape, navigate to Extensions &amp;gt; Gcodetools &amp;gt; Path to Gcode...&lt;br /&gt;
### Select the Preferences tab&lt;br /&gt;
### The &amp;quot;File:&amp;quot; field contains the base name of your gcode file&lt;br /&gt;
#### If you change this value to something other than &amp;quot;output.ngc&amp;quot;, please please please change it back. If you don&#039;t, you&#039;re the reason this part of the instructions were even necessary. Do NOT be &#039;&#039;that guy.&#039;&#039;&lt;br /&gt;
### The &amp;quot;Directory:&amp;quot; field contains the folder location where your gcode can be found&lt;br /&gt;
#### If you change this value to something other than &amp;quot;C:\Users\Maker\Documents\Foam Cutter gcode&amp;quot;, please please please change it back. If you don&#039;t, you&#039;re the reason this part of the instructions were even necessary. Do NOT be &#039;&#039;that guy.&#039;&#039;&lt;br /&gt;
# Prepare the foam cutter&lt;br /&gt;
## Find a piece of foam large enough to accommodate your piece&lt;br /&gt;
## Attach the foam to the cutter using masking tape&lt;br /&gt;
## Foam should be loaded with the thin film (print side) facing you. The blue foam has film on both sides&lt;br /&gt;
## Make sure the foam cutter is powered&lt;br /&gt;
## Make sure the foam cutter USB is connected&lt;br /&gt;
# Connect to the foam cutter&lt;br /&gt;
## Launch CNCjs&lt;br /&gt;
## Select the appropriate Port&lt;br /&gt;
### At the time of this writing, that&#039;s COM9&lt;br /&gt;
### The Manufacturer should be listed as Arduino LLC&lt;br /&gt;
## Set Baud Rate to 115200 if it&#039;s not already&lt;br /&gt;
## Click the blue &amp;quot;Open&amp;quot; button&lt;br /&gt;
# Cut your design&lt;br /&gt;
## In CNCjs...&lt;br /&gt;
### Load your gcode file by either&lt;br /&gt;
#### Clicking the blue Upload G-code button in the upper left of the preview pane&lt;br /&gt;
#### Drag-n-drop-ing the file into the preview pane&lt;br /&gt;
### Make sure the preview shows the correct image&lt;br /&gt;
### In the Axes pane&lt;br /&gt;
#### Use the X and Y step controls to position the cuthead at the bottom-left of the foam sheet&lt;br /&gt;
#### Zero each axis&#039; Work Position&lt;br /&gt;
### Cut your design by clicking the Run button to the right of the blue Upload G-code button in the upper left of the preview pane&lt;br /&gt;
&lt;br /&gt;
== New foam cutter ==&lt;br /&gt;
&#039;&#039;&#039;New feature&#039;&#039;&#039; - the new foam cutter has cutting depth support. When creating your design, the opacity of a shape will control it&#039;s cutting depth. The more opaque, the deeper the cut. More transparent, more shallow.&lt;br /&gt;
&lt;br /&gt;
# Prepare your design&lt;br /&gt;
## Download and install [http://inkscape.org inkscape]&lt;br /&gt;
## Create your design using paths and objects (if you want an image, you must trace it)&lt;br /&gt;
## Make sure your design is in the bottom left corner, and that patterns use space efficiently&lt;br /&gt;
# Prepare the foam cutter&lt;br /&gt;
## Find a piece of foam large enough to accommodate your piece&lt;br /&gt;
## Attach the foam to the cutter using masking tape&lt;br /&gt;
## Foam should be loaded with the thin film (print side) facing you. The blue foam has film on both sides&lt;br /&gt;
# Cut your design&lt;br /&gt;
## In Inkscape, select &#039;&#039;Extensions &amp;gt; Export &amp;gt; MakeICT Foam Cutter&#039;&#039;&lt;br /&gt;
## Using the CNC manual controls, move the perforator until it is positioned at the bottom left corner of the mounted foam&lt;br /&gt;
## Press the &#039;&#039;Set home&#039;&#039; button&lt;br /&gt;
## Press the &#039;&#039;Send drawing&#039;&#039; button&lt;br /&gt;
&lt;br /&gt;
== Old foam cutter ==&lt;br /&gt;
#Prepare your design&lt;br /&gt;
## Download and install [http://inkscape.org inkscape]&lt;br /&gt;
## Create your design using paths and objects (if you want an image, you must trace it)&lt;br /&gt;
## Make sure your design is in the bottom left corner, and that patterns use space efficiently&lt;br /&gt;
## Convert all objects to paths&lt;br /&gt;
### Edit &amp;gt; Select all&lt;br /&gt;
### Path &amp;gt; Object to Path&lt;br /&gt;
## Save your file as an Inkscape SVG (the default format)&lt;br /&gt;
## On a flash drive, save a copy of your file using the HP Graphics Language file type (hpgl)&lt;br /&gt;
### Make sure Mirror Y Axis is checked&lt;br /&gt;
### Leave everything else alone&lt;br /&gt;
#Prepare the foam cutter&lt;br /&gt;
## If the PC isn’t on, turn it on&lt;br /&gt;
## Find a piece of foam large enough to accommodate your piece&lt;br /&gt;
## Attach the foam to the cutter using masking tape (Use the 1/4 in. pink foam)&lt;br /&gt;
## Foam should be loaded with the thin film (print side) facing you&lt;br /&gt;
## Find the power toggle on the top-left corner of the machine, and flip it UP (a light should come on indicating the foam cutter has power)&lt;br /&gt;
#Cut your design&lt;br /&gt;
## Find KCAM on the desktop and launch it&lt;br /&gt;
## Open the CNC controls from the View menu&lt;br /&gt;
## If the foam cutter is making a loud noise, press the up arrow button (Z-axis)&lt;br /&gt;
## Load your file&lt;br /&gt;
### Open the File menu&lt;br /&gt;
### Select Import &amp;gt; HPGL File&lt;br /&gt;
### Change the File type to display All files&lt;br /&gt;
### Find your HPGL file and open it&lt;br /&gt;
## Using the CNC manual controls, move the perforator until it is positioned at the bottom left corner of the mounted foam&lt;br /&gt;
## Press the Zero button next to each axis (x, y, and z)&lt;br /&gt;
## From the automatic tab in the CNC Controls window, hit the Play button&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== If something goes wrong during your cut ==&lt;br /&gt;
# Hit the PAUSE button in the automatic controls (the pause button will allow you to resume from where it pauses. The STOP button will force the machine to restart from the beginning)&lt;br /&gt;
# If the perforator is still running hit the up arrow button (Z-axis)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Foam Cutter Authorized Users =&lt;br /&gt;
To see authorized users expand this section ---&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Authorization Date !! Certified By&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Audrey Barba|Audrey Barba]] || 2015-October-01 || [[User:Dominic Canare|Dominic Canare]]&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Bryan Barr|Bryan Barr]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Christian Kindel|Christian Kindel]] || || [[User:Tom McGuire|Tom McGuire]]&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Dominic Canare|Dominic Canare]] (Foam cutter programmer) ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Jess Bechtelheimer|Jess Bechtelheimer]] || 2013-July-20 || [[User:Tom McGuire|Tom McGuire]]&lt;br /&gt;
|-&lt;br /&gt;
| [[User:John Harrison|John Harrison]] || || [[User:Tom McGuire|Tom McGuire]]&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Paul Rattana|Paul Rattana]] || 2013-July-20 || [[User:Tom McGuire|Tom McGuire]]&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Rustin Atkeisson|Rustin Atkeisson]] || 2013-Jan-30 || [[User:Christian Kindel|Christian Kindel]]&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Jeremiah Burian|Jeremiah Burian]] || 2015-Aug-17 || [[User:Christian Kindel|Christian Kindel]]&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Kip|Kip Landwehr]] || || [[User:Dominic Canare|Dominic Canare]]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[User:Tom McGuire|Tom McGuire]] (Foam cutter inventor) || ||&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=MakeICT_Leadership_Training&amp;diff=7175</id>
		<title>MakeICT Leadership Training</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=MakeICT_Leadership_Training&amp;diff=7175"/>
		<updated>2021-09-09T20:28:59Z</updated>

		<summary type="html">&lt;p&gt;Kip: Removed dangling character. Completed incomplete statement in yearly requirements.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This is a page that collects resources for the use and training of Board Members, Area Leads and Committee Leads.&lt;br /&gt;
&lt;br /&gt;
There is also a printable [https://docs.google.com/presentation/d/1pmQkrHNp_a-XUDgDA6gVMNajMFcX8A0CU86s9eGjdxQ/edit?usp=sharing Cheat Sheet].&lt;br /&gt;
&lt;br /&gt;
===How to Become a Leader===&lt;br /&gt;
&lt;br /&gt;
*Board Member (Election at the Annual Meeting in June -  see calendar for dates)&lt;br /&gt;
*Area Lead (Appointed by the board - Reviewed in September)&lt;br /&gt;
*Committee Lead&lt;br /&gt;
&lt;br /&gt;
===Who to Contact===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!I want to...&lt;br /&gt;
!email&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Be able to edit the wiki&lt;br /&gt;
|IT@makeict.org&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Be able to see and edit google drive pages&lt;br /&gt;
|IT@makeict.org&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
[[Contact Information|Full List of Leadership Contacts]]&lt;br /&gt;
&lt;br /&gt;
===Committee Leads/Group Leads===&lt;br /&gt;
&lt;br /&gt;
====Monthly====&lt;br /&gt;
&lt;br /&gt;
*Attend Group Leads meeting&lt;br /&gt;
*Represent committee at board meeting (3rd Thursday of the Month)&lt;br /&gt;
*Hold at least one meeting/publish notes&lt;br /&gt;
*Update wiki (if needed)&lt;br /&gt;
&lt;br /&gt;
====Yearly====&lt;br /&gt;
&lt;br /&gt;
*Prepare the committee/group&#039;s budget for the next year to be reviewed during the November/December board meeting&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Meeting Notes ==&lt;br /&gt;
[https://jamboard.google.com/d/1lriGtT9tT4mFmpf43yIiAkNQaiEgoXRGt4HjLAl2BpY/viewer?f=0 Jamboard 7/21]&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2019_Annual_Meeting&amp;diff=6358</id>
		<title>2019 Annual Meeting</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2019_Annual_Meeting&amp;diff=6358"/>
		<updated>2019-06-11T16:04:04Z</updated>

		<summary type="html">&lt;p&gt;Kip: Cleaned up a couple formatting issues, and added a link to the &amp;quot;ballot&amp;quot; page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Date of meeting: 2019 June 9 at 5pm&lt;br /&gt;
&lt;br /&gt;
==Attendance==&lt;br /&gt;
=== Board Members ===&lt;br /&gt;
* President - Kim Burton&lt;br /&gt;
* Vice President - LaDeana Dockery (absent)&lt;br /&gt;
* Treasurer - David Springs&lt;br /&gt;
* Secretary - Ken Steadman &lt;br /&gt;
* At Large Director - Barb Davis (absent)&lt;br /&gt;
* At Large Director - Rustin Atkeisson &lt;br /&gt;
* At Large Director - Malissa Long &lt;br /&gt;
* At Large Director - James Lancaster &lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
Mark Satoria&lt;br /&gt;
Jens Torell &lt;br /&gt;
Patrick Hutcheson&lt;br /&gt;
Jeff Eck&lt;br /&gt;
Eric Dorsey&lt;br /&gt;
Richard Harris&lt;br /&gt;
Dean Day&lt;br /&gt;
Mary Day&lt;br /&gt;
Nalini Fraser&lt;br /&gt;
Philip Fraser&lt;br /&gt;
Marj Lujan&lt;br /&gt;
Everette Price&lt;br /&gt;
Michelle Price&lt;br /&gt;
Mike Bennett&lt;br /&gt;
Carrie Griffith&lt;br /&gt;
Angel Mejia&lt;br /&gt;
Jace Francis&lt;br /&gt;
Laura Scholl&lt;br /&gt;
Emily Ediger&lt;br /&gt;
Olive Lujan&lt;br /&gt;
Jo-Jo Lujan&lt;br /&gt;
Lena Brewer&lt;br /&gt;
Mike Clough&lt;br /&gt;
John Cody&lt;br /&gt;
Logan Pajunen&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 5:00 - Eating of food ==&lt;br /&gt;
&lt;br /&gt;
== 5:30 - Call to order and reading of Annual Report ==&lt;br /&gt;
Kim Burton, President&lt;br /&gt;
*Recognised Eric Dorsey, Mark Santoria and James Lancaster, for their assistance setting up projector&lt;br /&gt;
*Photos in review - Craft Exchange, Magic Wheel Chair Fire Engine, 2nd Annual Art Auction, Screen Jam, Riverfest STEAM City&lt;br /&gt;
*411 active members, up from 390 last year...the majority of membership is newer than one year&lt;br /&gt;
*Nov/Dec/Jan - when most members join&lt;br /&gt;
*Most people leave after completing a project&lt;br /&gt;
*Need to learn how to utilize volunteers&lt;br /&gt;
*Since June 2018, we have had 41 different teachers lead classes&lt;br /&gt;
**1400 unique students&lt;br /&gt;
**Continue to see an increase in classes taught&lt;br /&gt;
*Started using Discord at the end of 2017&lt;br /&gt;
**458 Users&lt;br /&gt;
**Need to work on posting photos of completed projects on forums&lt;br /&gt;
*There have been a lot of volunteer activities in Wichita this past year&lt;br /&gt;
*Review annual calendar for volunteer opportunities&lt;br /&gt;
*New Location Hunt&lt;br /&gt;
**Still on the hunt&lt;br /&gt;
**Had a huge learning lesson with the school&lt;br /&gt;
**Have a list of other properties for incoming board to review&lt;br /&gt;
***Jens made a significant effort in pursuit of new facility and is recognised for his hard work&lt;br /&gt;
***Really need to keep to a SINGLE point of contact when dealing with a seller&lt;br /&gt;
&lt;br /&gt;
== 5:45 Financial Report ==&lt;br /&gt;
* David Springs&lt;br /&gt;
**June 1 2018-May 30, 2019--$146,563 gross receipts from membership and classes&lt;br /&gt;
**Membership: ~$21k/month&lt;br /&gt;
**Classes: ~$1700/month&lt;br /&gt;
**Haven’t had many major grants or donations this past year &lt;br /&gt;
***Current Balances $121,153&lt;br /&gt;
*Classes drive new members&lt;br /&gt;
**More classes brings in more interests&lt;br /&gt;
*Growth continues at a steady pace&lt;br /&gt;
*Primary challenge for the treasurer - check and cash (manual) payments&lt;br /&gt;
**Lack of accountability with dropbox payments&lt;br /&gt;
***Kiosk Project in-process&lt;br /&gt;
***immediate payment registration and accountability&lt;br /&gt;
 &lt;br /&gt;
== 6:00 - New Business ==&lt;br /&gt;
&lt;br /&gt;
== 6:15 - Candidate Introductions ==&lt;br /&gt;
President&lt;br /&gt;
*David Spring&lt;br /&gt;
**Has been treasurer for 2yrs&lt;br /&gt;
&lt;br /&gt;
Vice-President&lt;br /&gt;
*Alysa Bumgarner&lt;br /&gt;
*Josh Robinson&lt;br /&gt;
*Ken Steadman&lt;br /&gt;
**member for almost 3yrs&lt;br /&gt;
**Security Lead for over a year&lt;br /&gt;
**Secretary since September&lt;br /&gt;
**A lot of experience from Military and Private Sector&lt;br /&gt;
**Thinks we can work harder on the communication side&lt;br /&gt;
*Scott Sullivan&lt;br /&gt;
&lt;br /&gt;
Secretary&lt;br /&gt;
*Josh Robinson&lt;br /&gt;
*Ken Steadman&lt;br /&gt;
*Rustin Atkeissonor&lt;br /&gt;
**Been on board a secretary and as a Director at Large, this would be the third year on the board&lt;br /&gt;
&lt;br /&gt;
Treasurer&lt;br /&gt;
*David Springs&lt;br /&gt;
*Devin Halsey&lt;br /&gt;
&lt;br /&gt;
Member at Large&lt;br /&gt;
*Malissa Long&lt;br /&gt;
**3rd year running for board&lt;br /&gt;
**Will still be around to help with MakeICT regardless&lt;br /&gt;
*Mark Santoria&lt;br /&gt;
**Prepared a speech but his dog ate it&lt;br /&gt;
**Glad all 10 of the members could show up this year&lt;br /&gt;
**Is here quite often in late hours&lt;br /&gt;
**Thought about the nomination for a while, and decided to accept**&lt;br /&gt;
**Wants to insure that MakeICT is here for the long term&lt;br /&gt;
**Wants to see MakeICT prosper&lt;br /&gt;
*Jeff Eck&lt;br /&gt;
**Been a member for a while, helped move from Blue Bird&lt;br /&gt;
**Helped in the metal shop and wood shop&lt;br /&gt;
**Will help out some more if people vote for him&lt;br /&gt;
**he’s easy to talk to&lt;br /&gt;
See [[2019 Board Nominations|ballot]] for full candidate list&lt;br /&gt;
*Check your spam folder for Survey Monkey Voting Invite&lt;br /&gt;
&lt;br /&gt;
== 6:45 - Adjourn ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Annual Meetings]]&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=August_16_2018&amp;diff=6063</id>
		<title>August 16 2018</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=August_16_2018&amp;diff=6063"/>
		<updated>2018-08-17T03:25:37Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* Committee Lead Assignments */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2018 August 16&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=AGENDA=&lt;br /&gt;
== Roll Call ==&lt;br /&gt;
=== Board Members ===&lt;br /&gt;
* President - Kim Burton&lt;br /&gt;
* Vice President - LaDeana Dockery&lt;br /&gt;
* Treasurer - David Springs&lt;br /&gt;
* Secretary - Kez Cook&lt;br /&gt;
* At Large Director - Paul Maseberg&lt;br /&gt;
* At Large Director - Needs replaced&lt;br /&gt;
* At Large Director - Malissa Long&lt;br /&gt;
* At Large Director - James Lancaster&lt;br /&gt;
=== Members ===&lt;br /&gt;
* Jens Torell&lt;br /&gt;
* Mike Barushok&lt;br /&gt;
* Tom Bloom&lt;br /&gt;
* Scott Sullivan&lt;br /&gt;
* Patrick Hutchison&lt;br /&gt;
* Curt Gridley&lt;br /&gt;
* Devin Halsey&lt;br /&gt;
* Christian Kindel&lt;br /&gt;
== Standing Items ==&lt;br /&gt;
* [https://drive.google.com/drive/folders/1A0Mqx5fR0pDBKwJruORF7ACzzGM4fZxl?usp=sharing| Treasurer&#039;s report]&lt;br /&gt;
** Account balances&lt;br /&gt;
*** Paypal &lt;br /&gt;
****July 1-July 31 3295.03.&lt;br /&gt;
*** Investments&lt;br /&gt;
**** 70,420.03.&lt;br /&gt;
**** We have not put any additional funds. We just let it hover. &lt;br /&gt;
**Accountant update&lt;br /&gt;
*** will hope to pick an accountant by next week. Hope to get started on the audit and setting up our systems by next week. &lt;br /&gt;
*** Bank&lt;br /&gt;
**** 17,968.99&lt;br /&gt;
*** Cash summary&lt;br /&gt;
**** Total: 95,089.18 &lt;br /&gt;
*** Bus account:&lt;br /&gt;
**** 1158.19&lt;br /&gt;
** Question: Patrick Hutchison: how much to do we have to spend?&lt;br /&gt;
*** As of last month, you had 751.64. You spent about $300 on clay this month. You’re in the $400 range of what you have left for this year. &lt;br /&gt;
** Question: Scott: How are our donations versus outgoing.&lt;br /&gt;
*** Don’t have a good way to track it, therefore we don’t have an answer. &lt;br /&gt;
** Question: Scott: is there an amount that just the ceramics area brings in?&lt;br /&gt;
*** We don’t know. It’s not separated out like that. The reason for switching to quickbooks was to track this stuff, but we’re still in the setting up stage. &lt;br /&gt;
** Question: Patrick: should we be doing something different so that we can track that. &lt;br /&gt;
*** Maybe. We should work something out. &lt;br /&gt;
** LaDeana moves to accept the Treasurer’s report, Malissa seconds.&lt;br /&gt;
*** Discussion: none.&lt;br /&gt;
*** Count: 7 in favor&lt;br /&gt;
** {{decision|The Treasurer’s report is accepted.}}&lt;br /&gt;
&lt;br /&gt;
* [[July 12 2018|Previous minutes]]&lt;br /&gt;
** LaDeana moves to accept last month’s minutes, David seconds.&lt;br /&gt;
*** Discussion: Wants links to the previous minutes more often. Really like that.&lt;br /&gt;
*** Count: 7 in favor&lt;br /&gt;
** {{decision| The minutes for July 12, 2018 are approved.}}&lt;br /&gt;
&lt;br /&gt;
* Safety &amp;amp; security&lt;br /&gt;
** The front door was propped open earlier today. The people in the front area had no clue why it was open. &lt;br /&gt;
** Report: Mark has resigned from Security and Devin has been added to the Security team. &lt;br /&gt;
** We need to track our keys better. Talk to Ken about tracking keys. &lt;br /&gt;
** Possibly rekey everything since we don’t know who all has keys. Possibly not a problem, as doors here don’t really need keys. &lt;br /&gt;
&lt;br /&gt;
* Meetings with Score update: &lt;br /&gt;
** We need a very clear record of all equipment that we have donated, purchased, sold, or given away. &lt;br /&gt;
** We don’t currently have an accurate tracker. ( [https://docs.google.com/spreadsheets/d/1VkXnT4PGLghCPkzMrf1oeFlw3DrtFaB1OilWdpbp-vY/edit?usp=sharing Donation Log]) → bring this up at the Area Leads meeting. &lt;br /&gt;
** donation means receipt was given. Purchase means receipt exists. &lt;br /&gt;
** would we put this in quickbooks or spreadsheet? &lt;br /&gt;
*** Not a good thing for quickbooks. Definitely need a process in place. Doesn’t need to be a policy, just a general process that we all follow. Could add a tab in the Donations Log for Purchased Assets. &lt;br /&gt;
**** Each Area Lead would need to go through their area and document the assets in their area that are MakeICT’s. Document on the appropriate tab in the [https://docs.google.com/spreadsheets/d/1VkXnT4PGLghCPkzMrf1oeFlw3DrtFaB1OilWdpbp-vY/edit?usp=sharing Donation Log]. {{todo|who=Area Leads|what=Document assets.|done=0}} &lt;br /&gt;
&lt;br /&gt;
* Thanks &amp;amp; recognition&lt;br /&gt;
** Everyone who helped move the laser cutter - Paul, Curt, Zac, David for offering moral support, Ken, Omar, Terrence, Christian, &amp;amp; others&lt;br /&gt;
** Devin for stopping Paul from falling off a ladder&lt;br /&gt;
** New laser setup - Tom Bloom, Zac, Christian, &lt;br /&gt;
** Cleanup day - Shannon and all the cool people who showed up. :) &lt;br /&gt;
** James and Kirk Lancaster for taking in Joel Leonard&lt;br /&gt;
** Rusty spent two days weed eating and spraying weeds&lt;br /&gt;
&lt;br /&gt;
* David would like to discuss donor recognition&lt;br /&gt;
** We should absolutely recognize all those who have given to MakeICT. &lt;br /&gt;
** Do we have a good list of donors some place? &lt;br /&gt;
*** Donation Log - cash tab. &lt;br /&gt;
**** Donation Log is not currently up to date. &lt;br /&gt;
** {{todo|who=LaDeana|what=Make donor wall happen. One way or another.|done=0}}&lt;br /&gt;
&lt;br /&gt;
== New Business == &lt;br /&gt;
&lt;br /&gt;
=== Review meeting goals and ground rules ===&lt;br /&gt;
* Good ideas from [[January 22 Strategic Planning Meeting|2016]] &lt;br /&gt;
* Volunteer health check&lt;br /&gt;
* Procedure note we&#039;ve learned: To avoid ties, president should abstain from voting except to settle a tie. Another good strategy is to have an odd number of board members.&lt;br /&gt;
&lt;br /&gt;
=== Vacancy Filling ===&lt;br /&gt;
* Vote on interim board member, or hold new election for the open spot. -- Jeremiah quit. &lt;br /&gt;
* Area lead vacancies?&lt;br /&gt;
&lt;br /&gt;
* Ideas:&lt;br /&gt;
** Next up from the election.&lt;br /&gt;
** Appoint someone.&lt;br /&gt;
** Hold a new election. &lt;br /&gt;
** Leave vacant - cannot, per the bylaws&lt;br /&gt;
** Ask for volunteers?&lt;br /&gt;
&lt;br /&gt;
* Need a decision by August. &lt;br /&gt;
** Kim: wants to do an election. &lt;br /&gt;
** Paul: concerns based on last election that we don’t already have an election committee in place, this might be as big of a fiasco. &lt;br /&gt;
** Zac: worried that an election would confuse members. &lt;br /&gt;
** Devin: election is a good idea. &lt;br /&gt;
** Patrick: if the bylaws were more clear, that would be nice. We need to figure out how to do elections properly. &lt;br /&gt;
** Curt: Interim until election is a bad idea. Either appoint someone or hold an election in September. If you’re going to hold an election, you better do it right. &lt;br /&gt;
** Mike B: Questions about the wording of the bylaws. The ‘regular meeting’ probably doesn&#039;t mean membership meeting, it probably means the next board meeting. &lt;br /&gt;
** LaDeana moves to take this offline so that the board can do the homework so we know if we appoint someone or elect someone. No second. Motion fails. &lt;br /&gt;
&lt;br /&gt;
** Kez moves that we appoint Dominic Canare for the remainder of the term to end June 2019. Kim seconds the motion.&lt;br /&gt;
*** Count: 1 in favor, 5 opposed. &lt;br /&gt;
&lt;br /&gt;
** David moves that we appoint an interim board member from the people who were voted upon already from those who ran in June 2018 in order of count. Malissa seconds.&lt;br /&gt;
*** Discussion: Wants to start with Rustin and then go down the list on number of votes. This is an appointment.&lt;br /&gt;
*** Count: 4 in favor, 1 opposed, 2 abstained. &lt;br /&gt;
** {{decision|The method for deciding who to appoint to the vacant position will be to appoint the person with the next greatest number of votes received during the annual election.}}&lt;br /&gt;
&lt;br /&gt;
** David moves to appoint Rusty based on his votes from the previous election, effective this moment. Malissa seconds.&lt;br /&gt;
*** Discussion: none.&lt;br /&gt;
*** Count: 5 in favor, 1 opposed, 1 abstain.&lt;br /&gt;
** {{decision|Rusty is appointed to the vacant Director At Large position.}} &lt;br /&gt;
&lt;br /&gt;
*** David moves that the current term serves as one of the three consecutive terms listed in Article V Section 1 in regards to Rustin’s appointment as an At-Large Director. Malissa seconds.&lt;br /&gt;
*** Discussion: Rustin accepts this.&lt;br /&gt;
*** Count: 6 in favor, 2 abstain.&lt;br /&gt;
** {{decision|Rusty’s appointment will count towards the three term limit specified in the Bylaws.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Finance committee ===&lt;br /&gt;
* Policy proposal: &lt;br /&gt;
** David’s proposed policy: “[https://docs.google.com/document/d/1M2lMyHmOjBIMyEEdD5UKlnVZm_pntYdSAYl0zo3HD8Y/edit Checks and Balances.]” &lt;br /&gt;
** Going over transactions each month with at least one board member. &lt;br /&gt;
** David moves to accept his [https://docs.google.com/document/d/1M2lMyHmOjBIMyEEdD5UKlnVZm_pntYdSAYl0zo3HD8Y/edit proposed policy]. Malissa seconds.&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** Paul: if we’re having an official audit, can we just entrust the finance committee to do this? **** David would prefer that it be a rotating board member.&lt;br /&gt;
**** James: a second check is a great idea.&lt;br /&gt;
**** David: as many eyes on the finances is a good idea.&lt;br /&gt;
*** Count: 7 in favor, 1 abstain.&lt;br /&gt;
**{{decision|David’s proposed “Checks and Balances” policy is adopted.}} &lt;br /&gt;
&lt;br /&gt;
* DevICT/KLF status &lt;br /&gt;
** contacted David about insurance. He pointed them in the right direction.&lt;br /&gt;
** We’re still in the process of helping them get their ducks in a row. Nothing new to report. &lt;br /&gt;
&lt;br /&gt;
=== Quarterly Meeting Planning ===&lt;br /&gt;
* September - need to pick a date&lt;br /&gt;
** {{decision| The September quarterly member meeting shall be held on Sunday, September 16, 2018 at 5pm.}}&lt;br /&gt;
&lt;br /&gt;
=== Magic Wheelchair===&lt;br /&gt;
* Building a wheelchair for Ryan - Highway Patrol Car&lt;br /&gt;
** David - we are the official builders for this build. &lt;br /&gt;
&lt;br /&gt;
=== Education ===&lt;br /&gt;
* Recruiting inkscape teachers - Eric&lt;br /&gt;
** no update.&lt;br /&gt;
&lt;br /&gt;
=== Gun/firearms policy ===&lt;br /&gt;
* Zac to update&lt;br /&gt;
** That has gone to Ken as of two board meetings ago…&lt;br /&gt;
** {{todo|who=Ken|what=Propose a guns/firearms policy.|done=0}}&lt;br /&gt;
&lt;br /&gt;
=== Elections ===&lt;br /&gt;
* [https://drive.google.com/drive/u/0/folders/1XZH3g3Lgvmw9H7qfu3w12pneAHmrdzmB Voting policy proposal] &lt;br /&gt;
** Discussion: none.&lt;br /&gt;
** David motions to accept the policy as presented. LaDeana seconds.&lt;br /&gt;
*** Discussion: Paul asks to table this till next month. David rescinds his motion.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Scholarship Committee ===&lt;br /&gt;
* [https://docs.google.com/document/d/1g9Q4jOpQRPOSLnYfKIEh4LUsI5zg8AfgHuOA2iNWm0Q/edit?usp=sharing Scholarship policy proposal]&lt;br /&gt;
** Discussion: &lt;br /&gt;
*** Zac: have we determined a working definition for “financial need”?&lt;br /&gt;
**** Anyone who states that they need financial need. &lt;br /&gt;
**** No one is on a free ride. Everyone is on a reduced rate. There are 5 people on scholarship right now. &lt;br /&gt;
*** Zac proposes that we have a working definition for financial need. &lt;br /&gt;
**** David: those who ask, need. &lt;br /&gt;
*** Patrick: if you’re chasing the greedy, you’re missing the needy. Add a couple sentences to address an abuse of policy, rather, that allows for review of a scholarship in case of potential abuse. &lt;br /&gt;
*** Mike: we should have a policy, but this one makes significant changes. The significant changes that haven’t been discussed: people can only get a scholarship once, for 6 months. &lt;br /&gt;
*** Rustin: there’s an alternate avenue -- sponsorships.&lt;br /&gt;
*** Curt: ask Score to give an interpretation of the issue: as a 501c3 are we required do do charity?&lt;br /&gt;
**** {{todo|who=Kim|what=Ask Score to give and interpretation on whether or not we are required, as a 501c3, to do charity.|done=0}} &lt;br /&gt;
** David motions to table the vote on this policy and keep the current scholarships in place till it’s settled. Malissa seconds.&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** Paul: were people ever notified that their scholarships were going away?&lt;br /&gt;
**** David: I don’t think so.&lt;br /&gt;
**** James: this overrides the decision made July 12, 2018.&lt;br /&gt;
*** Count: 4 in favor, 2 opposed, 1 abstain.&lt;br /&gt;
** {{decision|The decision to table the vote to make a decision about a scholarship policy was decided.}} &lt;br /&gt;
&lt;br /&gt;
=== Committee Lead Assignments ===&lt;br /&gt;
* Need to pick new committee leads&lt;br /&gt;
** This is just discussion in preparation for picking committee leads at the September Board Meeting. &lt;br /&gt;
** Paul: it would make sense to keep the committees as is until the bylaws are fixed.&lt;br /&gt;
** Zac: we don’t have enough people to fill sub and sub sub committees. &lt;br /&gt;
** Paul motions that we keep the current committees and staff the current committees in September. David seconds.&lt;br /&gt;
*** Discussion: none&lt;br /&gt;
*** Count: 5 in favor, 2 abstain.&lt;br /&gt;
** {{decision|The current committees will be kept. They will be staffed in September.}}&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** James L.: suggestion -- open it up at the annual meeting.&lt;br /&gt;
**** Malissa: we still don’t have a strategic plan, and the board has not dealt with that, because the people wanted the board to deal with that.&lt;br /&gt;
**** Rustin: has a call for nominees been put out? No. All committees should be used.&lt;br /&gt;
**** Kez: we should use the committee lead sign up form again.&lt;br /&gt;
**** James L.: we need to have very well defined objectives for the committee. &lt;br /&gt;
&lt;br /&gt;
* Current committees&lt;br /&gt;
# New Building&lt;br /&gt;
# Outreach&lt;br /&gt;
# Finance&lt;br /&gt;
# Scholarships&lt;br /&gt;
# Makerfaire&lt;br /&gt;
# Membership Community Events Onboarding (seems to be one?)&lt;br /&gt;
# Fundraising&lt;br /&gt;
# Communications&lt;br /&gt;
# IT&lt;br /&gt;
# Security&lt;br /&gt;
# Safety&lt;br /&gt;
# Creator Showroom&lt;br /&gt;
# Special Projects&lt;br /&gt;
# Wikibrarian&lt;br /&gt;
&lt;br /&gt;
* New committee structure proposal from LaDeana:&lt;br /&gt;
** Typical board standing committees are&lt;br /&gt;
*** Finance&lt;br /&gt;
*** Fundraising &lt;br /&gt;
*** Board development and governance &lt;br /&gt;
*** communications/marketing&lt;br /&gt;
*** There is also an Executive committee consisting of pres, vp, treasurer &lt;br /&gt;
** Typical Ad Hoc committees are&lt;br /&gt;
*** outreach/membership &lt;br /&gt;
*** strategic planning&lt;br /&gt;
&lt;br /&gt;
* From James S:&lt;br /&gt;
** Finance&lt;br /&gt;
*** Scholarships&lt;br /&gt;
*** Fundraising&lt;br /&gt;
** Membership Community Events.  &lt;br /&gt;
*** Onboarding  &lt;br /&gt;
*** Creator Showroom&lt;br /&gt;
*** Communications&lt;br /&gt;
*** Special Projects&lt;br /&gt;
*** Outreach&lt;br /&gt;
*** Makerfaire&lt;br /&gt;
** Security&lt;br /&gt;
*** IT&lt;br /&gt;
*** Safety&lt;br /&gt;
&lt;br /&gt;
* Method to select committee leads - sign up form again? Yes.&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
* Has membership form been updated per our last resolution? IT - have not had time to finish it&lt;br /&gt;
** Christian reports yes. The membership application now has a check box for yes/no.&lt;br /&gt;
&lt;br /&gt;
== Committee Reports ==&lt;br /&gt;
* Committee signup is at http://bit.ly/makeict11&lt;br /&gt;
* Kim challenged committee leads to make a wiki page for their committees, refer to [[Contact Information]] for links&lt;br /&gt;
&lt;br /&gt;
=== Committees ===&lt;br /&gt;
* Finance (David) &lt;br /&gt;
** See update above in Treasurer’s report.&lt;br /&gt;
&lt;br /&gt;
* New Building&lt;br /&gt;
** Jens: there is a building solution. Curt has put an offer on a building. He has offered us a portion of it. The hope is that the board is going to give a yes or no to move forward to take this to the membership at the September meeting.&lt;br /&gt;
*** Mike B says that we should go into executive session.&lt;br /&gt;
*** Curt has no strong opinion about how the board discusses it at this point. &lt;br /&gt;
** Discussion:&lt;br /&gt;
*** Curt and Tracy decided to move forward with the building regardless of what MakeICT does; they would like us to be a part of it.&lt;br /&gt;
*** The building in discussion is the old Printer’s Inc Building.&lt;br /&gt;
*** Curt’s intention is to develop this as a tech center.&lt;br /&gt;
*** It’s somewhere between 13,000-18,000sq ft.&lt;br /&gt;
*** He plans to have us pay $5/sq foot, others in the building will be paying $10/square foot.&lt;br /&gt;
*** This is a lease option, not a buy option.&lt;br /&gt;
*** He thinks we would have to raise dues or increase membership. &lt;br /&gt;
*** Curt would pay an architect to plan out our space so it’s not willy nilly. &lt;br /&gt;
*** There might be a sticking point with the 24/7 access -- Wants to be able to afford someone to sit at a desk 8a-5p and monitor/control access to the building. &lt;br /&gt;
*** James L: access to the MakeICT space would be controlled by the building, not MakeICT.&lt;br /&gt;
*** Curt: would have to adhere to reasonable things to ensure that it’s secure. &lt;br /&gt;
*** Scott: Maker Monday and stuff, there is access to the public.&lt;br /&gt;
*** Curt: is aware, would have to figure that out. The door might be open from 8a-5p and locked after dark. It would be different from here where MakeICT controls the outer and inner entrance.&lt;br /&gt;
*** Curt would like to see a vote that empowers the board to move forward with interesting buildings. &lt;br /&gt;
*** Curt would cover the cost of trash. &lt;br /&gt;
*** Malissa: on average, a makerspace loses 20% of their membership to a move.  &lt;br /&gt;
*** Zac: If we lose 20% of the move, and if we raise dues, we would still be ahead in the numbers. &lt;br /&gt;
*** Jens: same format as what we used when we moved into the current building. This is the same projection in that we do expect to be negative the first year. This is a conservative projection. &lt;br /&gt;
*** Curt would like to see the membership raise dues. Or else he doesn’t think that the membership is willing to commit to this endeavor. &lt;br /&gt;
*** James L. that can only be done at an annual meeting. &lt;br /&gt;
*** David: one thing that has been discussed is educating the members that they can donate $10 extra dollars a month to the “new building fund” (that doesn’t exist yet, but we could make it a thing). &lt;br /&gt;
** David moves to take this proposal to the members at the September meeting. Malissa seconds. &lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** Curt: based on your current funding, you can’t afford this. So if you don’t raise dues, then at the end of the year, you might have to leave and then he’s taken a huge hit.&lt;br /&gt;
**** Paul: first year: we pay $5/sqft, second year $5.50/sqft, third year $6/sqft. &lt;br /&gt;
**** Kez: concerns about security of the Printer’s Inc building location, including the tent city on Santa Fe, the lack of general auto and foot traffic. &lt;br /&gt;
**** Rustin: can someone pull up the crime rate map? &lt;br /&gt;
**** Paul: obviously it is a step up, but the $25,000 build out is a lot. Also, how are we going to facilitate the entire move, because we need to figure out how to do all this better than we have historically. &lt;br /&gt;
**** Mike B.: people haven’t seen how quickly the Douglas building came together. &lt;br /&gt;
**** Malissa wants to amend the motion - we need a plan before we go before the membership. And we need to have an actionable plan.&lt;br /&gt;
*** Count: 1 opposed, 2 abstain, 4 in favor.&lt;br /&gt;
** {{decision|The board will take a proposal to move into Curt’s building to the membership for a vote at the September meeting.}}&lt;br /&gt;
&lt;br /&gt;
Rustin motioned to end the meeting, Paul seconded. 4 in favor, 1 opposed,  2 abstain. Motion carries.&lt;br /&gt;
&lt;br /&gt;
== Decision Summary ==&lt;br /&gt;
{{decision-summary}}&lt;br /&gt;
&lt;br /&gt;
== Task Summary ==&lt;br /&gt;
{{todo-summary}}&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=August_16_2018&amp;diff=6060</id>
		<title>August 16 2018</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=August_16_2018&amp;diff=6060"/>
		<updated>2018-08-17T03:22:04Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* Standing Items */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2018 August 16&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=AGENDA=&lt;br /&gt;
== Roll Call ==&lt;br /&gt;
=== Board Members ===&lt;br /&gt;
* President - Kim Burton&lt;br /&gt;
* Vice President - LaDeana Dockery&lt;br /&gt;
* Treasurer - David Springs&lt;br /&gt;
* Secretary - Kez Cook&lt;br /&gt;
* At Large Director - Paul Maseberg&lt;br /&gt;
* At Large Director - Needs replaced&lt;br /&gt;
* At Large Director - Malissa Long&lt;br /&gt;
* At Large Director - James Lancaster&lt;br /&gt;
=== Members ===&lt;br /&gt;
* Jens Torell&lt;br /&gt;
* Mike Barushok&lt;br /&gt;
* Tom Bloom&lt;br /&gt;
* Scott Sullivan&lt;br /&gt;
* Patrick Hutchison&lt;br /&gt;
* Curt Gridley&lt;br /&gt;
* Devin Halsey&lt;br /&gt;
* Christian Kindel&lt;br /&gt;
== Standing Items ==&lt;br /&gt;
* [https://drive.google.com/drive/folders/1A0Mqx5fR0pDBKwJruORF7ACzzGM4fZxl?usp=sharing| Treasurer&#039;s report]&lt;br /&gt;
** Account balances&lt;br /&gt;
*** Paypal &lt;br /&gt;
****July 1-July 31 3295.03.&lt;br /&gt;
*** Investments&lt;br /&gt;
**** 70,420.03.&lt;br /&gt;
**** We have not put any additional funds. We just let it hover. &lt;br /&gt;
**Accountant update&lt;br /&gt;
*** will hope to pick an accountant by next week. Hope to get started on the audit and setting up our systems by next week. &lt;br /&gt;
*** Bank&lt;br /&gt;
**** 17,968.99&lt;br /&gt;
*** Cash summary&lt;br /&gt;
**** Total: 95,089.18 &lt;br /&gt;
*** Bus account:&lt;br /&gt;
**** 1158.19&lt;br /&gt;
** Question: Patrick Hutchison: how much to do we have to spend?&lt;br /&gt;
*** As of last month, you had 751.64. You spent about $300 on clay this month. You’re in the $400 range of what you have left for this year. &lt;br /&gt;
** Question: Scott: How are our donations versus outgoing.&lt;br /&gt;
*** Don’t have a good way to track it, therefore we don’t have an answer. &lt;br /&gt;
** Question: Scott: is there an amount that just the ceramics area brings in?&lt;br /&gt;
*** We don’t know. It’s not separated out like that. The reason for switching to quickbooks was to track this stuff, but we’re still in the setting up stage. &lt;br /&gt;
** Question: Patrick: should we be doing something different so that we can track that. &lt;br /&gt;
*** Maybe. We should work something out. &lt;br /&gt;
** LaDeana moves to accept the Treasurer’s report, Malissa seconds.&lt;br /&gt;
*** Discussion: none.&lt;br /&gt;
*** Count: 7 in favor&lt;br /&gt;
** {{decision|The Treasurer’s report is accepted.}}&lt;br /&gt;
&lt;br /&gt;
* [[July 12 2018|Previous minutes]]&lt;br /&gt;
** LaDeana moves to accept last month’s minutes, David seconds.&lt;br /&gt;
*** Discussion: Wants links to the previous minutes more often. Really like that.&lt;br /&gt;
*** Count: 7 in favor&lt;br /&gt;
** {{decision| The minutes for July 12, 2018 are approved.}}&lt;br /&gt;
&lt;br /&gt;
* Safety &amp;amp; security&lt;br /&gt;
** The front door was propped open earlier today. The people in the front area had no clue why it was open. &lt;br /&gt;
** Report: Mark has resigned from Security and Devin has been added to the Security team. &lt;br /&gt;
** We need to track our keys better. Talk to Ken about tracking keys. &lt;br /&gt;
** Possibly rekey everything since we don’t know who all has keys. Possibly not a problem, as doors here don’t really need keys. &lt;br /&gt;
&lt;br /&gt;
* Meetings with Score update: &lt;br /&gt;
** We need a very clear record of all equipment that we have donated, purchased, sold, or given away. &lt;br /&gt;
** We don’t currently have an accurate tracker. ( [https://docs.google.com/spreadsheets/d/1VkXnT4PGLghCPkzMrf1oeFlw3DrtFaB1OilWdpbp-vY/edit?usp=sharing Donation Log]) → bring this up at the Area Leads meeting. &lt;br /&gt;
** donation means receipt was given. Purchase means receipt exists. &lt;br /&gt;
** would we put this in quickbooks or spreadsheet? &lt;br /&gt;
*** Not a good thing for quickbooks. Definitely need a process in place. Doesn’t need to be a policy, just a general process that we all follow. Could add a tab in the Donations Log for Purchased Assets. &lt;br /&gt;
**** Each Area Lead would need to go through their area and document the assets in their area that are MakeICT’s. Document on the appropriate tab in the [https://docs.google.com/spreadsheets/d/1VkXnT4PGLghCPkzMrf1oeFlw3DrtFaB1OilWdpbp-vY/edit?usp=sharing Donation Log]. &lt;br /&gt;
&lt;br /&gt;
* Thanks &amp;amp; recognition&lt;br /&gt;
** Everyone who helped move the laser cutter - Paul, Curt, Zac, David for offering moral support, Ken, Omar, Terrence, Christian, &amp;amp; others&lt;br /&gt;
** Devin for stopping Paul from falling off a ladder&lt;br /&gt;
** New laser setup - Tom Bloom, Zac, Christian, &lt;br /&gt;
** Cleanup day - Shannon and all the cool people who showed up. :) &lt;br /&gt;
** James and Kirk Lancaster for taking in Joel Leonard&lt;br /&gt;
** Rusty spent two days weed eating and spraying weeds&lt;br /&gt;
&lt;br /&gt;
* David would like to discuss donor recognition&lt;br /&gt;
** We should absolutely recognize all those who have given to MakeICT. &lt;br /&gt;
** Do we have a good list of donors some place? &lt;br /&gt;
*** Donation Log - cash tab. &lt;br /&gt;
**** Donation Log is not currently up to date. &lt;br /&gt;
** {{todo|who=LaDeana|what=Make donor wall happen. One way or another.|done=0}}&lt;br /&gt;
&lt;br /&gt;
== New Business == &lt;br /&gt;
&lt;br /&gt;
=== Review meeting goals and ground rules ===&lt;br /&gt;
* Good ideas from [[January 22 Strategic Planning Meeting|2016]] &lt;br /&gt;
* Volunteer health check&lt;br /&gt;
* Procedure note we&#039;ve learned: To avoid ties, president should abstain from voting except to settle a tie. Another good strategy is to have an odd number of board members.&lt;br /&gt;
&lt;br /&gt;
=== Vacancy Filling ===&lt;br /&gt;
* Vote on interim board member, or hold new election for the open spot. -- Jeremiah quit. &lt;br /&gt;
* Area lead vacancies?&lt;br /&gt;
&lt;br /&gt;
* Ideas:&lt;br /&gt;
** Next up from the election.&lt;br /&gt;
** Appoint someone.&lt;br /&gt;
** Hold a new election. &lt;br /&gt;
** Leave vacant - cannot, per the bylaws&lt;br /&gt;
** Ask for volunteers?&lt;br /&gt;
&lt;br /&gt;
* Need a decision by August. &lt;br /&gt;
** Kim: wants to do an election. &lt;br /&gt;
** Paul: concerns based on last election that we don’t already have an election committee in place, this might be as big of a fiasco. &lt;br /&gt;
** Zac: worried that an election would confuse members. &lt;br /&gt;
** Devin: election is a good idea. &lt;br /&gt;
** Patrick: if the bylaws were more clear, that would be nice. We need to figure out how to do elections properly. &lt;br /&gt;
** Curt: Interim until election is a bad idea. Either appoint someone or hold an election in September. If you’re going to hold an election, you better do it right. &lt;br /&gt;
** Mike B: Questions about the wording of the bylaws. The ‘regular meeting’ probably doesn&#039;t mean membership meeting, it probably means the next board meeting. &lt;br /&gt;
** LaDeana moves to take this offline so that the board can do the homework so we know if we appoint someone or elect someone. No second. Motion fails. &lt;br /&gt;
&lt;br /&gt;
** Kez moves that we appoint Dominic Canare for the remainder of the term to end June 2019. Kim seconds the motion.&lt;br /&gt;
*** Count: 1 in favor, 5 opposed. &lt;br /&gt;
&lt;br /&gt;
** David moves that we appoint an interim board member from the people who were voted upon already from those who ran in June 2018 in order of count. Malissa seconds.&lt;br /&gt;
*** Discussion: Wants to start with Rustin and then go down the list on number of votes. This is an appointment.&lt;br /&gt;
*** Count: 4 in favor, 1 opposed, 2 abstained. &lt;br /&gt;
** {{decision|The method for deciding who to appoint to the vacant position will be to appoint the person with the next greatest number of votes received during the annual election.}}&lt;br /&gt;
&lt;br /&gt;
** David moves to appoint Rusty based on his votes from the previous election, effective this moment. Malissa seconds.&lt;br /&gt;
*** Discussion: none.&lt;br /&gt;
*** Count: 5 in favor, 1 opposed, 1 abstain.&lt;br /&gt;
** {{decision|Rusty is appointed to the vacant Director At Large position.}} &lt;br /&gt;
&lt;br /&gt;
*** David moves that the current term serves as one of the three consecutive terms listed in Article V Section 1 in regards to Rustin’s appointment as an At-Large Director. Malissa seconds.&lt;br /&gt;
*** Discussion: Rustin accepts this.&lt;br /&gt;
*** Count: 6 in favor, 2 abstain.&lt;br /&gt;
** {{decision|Rusty’s appointment will count towards the three term limit specified in the Bylaws.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Finance committee ===&lt;br /&gt;
* Policy proposal: &lt;br /&gt;
** David’s proposed policy: “[https://docs.google.com/document/d/1M2lMyHmOjBIMyEEdD5UKlnVZm_pntYdSAYl0zo3HD8Y/edit Checks and Balances.]” &lt;br /&gt;
** Going over transactions each month with at least one board member. &lt;br /&gt;
** David moves to accept his [https://docs.google.com/document/d/1M2lMyHmOjBIMyEEdD5UKlnVZm_pntYdSAYl0zo3HD8Y/edit proposed policy]. Malissa seconds.&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** Paul: if we’re having an official audit, can we just entrust the finance committee to do this? **** David would prefer that it be a rotating board member.&lt;br /&gt;
**** James: a second check is a great idea.&lt;br /&gt;
**** David: as many eyes on the finances is a good idea.&lt;br /&gt;
*** Count: 7 in favor, 1 abstain.&lt;br /&gt;
**{{decision|David’s proposed “Checks and Balances” policy is adopted.}} &lt;br /&gt;
&lt;br /&gt;
* DevICT/KLF status &lt;br /&gt;
** contacted David about insurance. He pointed them in the right direction.&lt;br /&gt;
** We’re still in the process of helping them get their ducks in a row. Nothing new to report. &lt;br /&gt;
&lt;br /&gt;
=== Quarterly Meeting Planning ===&lt;br /&gt;
* September - need to pick a date&lt;br /&gt;
** {{decision| The September quarterly member meeting shall be held on Sunday, September 16, 2018 at 5pm.}}&lt;br /&gt;
&lt;br /&gt;
=== Magic Wheelchair===&lt;br /&gt;
* Building a wheelchair for Ryan - Highway Patrol Car&lt;br /&gt;
** David - we are the official builders for this build. &lt;br /&gt;
&lt;br /&gt;
=== Education ===&lt;br /&gt;
* Recruiting inkscape teachers - Eric&lt;br /&gt;
** no update.&lt;br /&gt;
&lt;br /&gt;
=== Gun/firearms policy ===&lt;br /&gt;
* Zac to update&lt;br /&gt;
** That has gone to Ken as of two board meetings ago…&lt;br /&gt;
** {{todo|who=Ken|what=Propose a guns/firearms policy.|done=0}}&lt;br /&gt;
&lt;br /&gt;
=== Elections ===&lt;br /&gt;
* [https://drive.google.com/drive/u/0/folders/1XZH3g3Lgvmw9H7qfu3w12pneAHmrdzmB Voting policy proposal] &lt;br /&gt;
** Discussion: none.&lt;br /&gt;
** David motions to accept the policy as presented. LaDeana seconds.&lt;br /&gt;
*** Discussion: Paul asks to table this till next month. David rescinds his motion.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Scholarship Committee ===&lt;br /&gt;
* [https://docs.google.com/document/d/1g9Q4jOpQRPOSLnYfKIEh4LUsI5zg8AfgHuOA2iNWm0Q/edit?usp=sharing Scholarship policy proposal]&lt;br /&gt;
** Discussion: &lt;br /&gt;
*** Zac: have we determined a working definition for “financial need”?&lt;br /&gt;
**** Anyone who states that they need financial need. &lt;br /&gt;
**** No one is on a free ride. Everyone is on a reduced rate. There are 5 people on scholarship right now. &lt;br /&gt;
*** Zac proposes that we have a working definition for financial need. &lt;br /&gt;
**** David: those who ask, need. &lt;br /&gt;
*** Patrick: if you’re chasing the greedy, you’re missing the needy. Add a couple sentences to address an abuse of policy, rather, that allows for review of a scholarship in case of potential abuse. &lt;br /&gt;
*** Mike: we should have a policy, but this one makes significant changes. The significant changes that haven’t been discussed: people can only get a scholarship once, for 6 months. &lt;br /&gt;
*** Rustin: there’s an alternate avenue -- sponsorships.&lt;br /&gt;
*** Curt: ask Score to give an interpretation of the issue: as a 501c3 are we required do do charity?&lt;br /&gt;
**** {{todo|who=Kim|what=Ask Score to give and interpretation on whether or not we are required, as a 501c3, to do charity.|done=0}} &lt;br /&gt;
** David motions to table the vote on this policy and keep the current scholarships in place till it’s settled. Malissa seconds.&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** Paul: were people ever notified that their scholarships were going away?&lt;br /&gt;
**** David: I don’t think so.&lt;br /&gt;
**** James: this overrides the decision made July 12, 2018.&lt;br /&gt;
*** Count: 4 in favor, 2 opposed, 1 abstain.&lt;br /&gt;
** {{decision|The decision to table the vote to make a decision about a scholarship policy was decided.}} &lt;br /&gt;
&lt;br /&gt;
=== Committee Lead Assignments ===&lt;br /&gt;
* Need to pick new committee leads&lt;br /&gt;
** This is just discussion in preparation for picking committee leads at the September Board Meeting. &lt;br /&gt;
** Paul: it would make sense to keep the committees as is until the bylaws are fixed.&lt;br /&gt;
** Zac: we don’t have enough people to fill sub and sub sub committees. &lt;br /&gt;
** Paul motions that we keep the current committees and staff the current committees in September. David seconds.&lt;br /&gt;
*** Discussion: none&lt;br /&gt;
*** Count: 5 in favor, 2 abstain.&lt;br /&gt;
** {{decision|The current committees will be kept. They will be staffed in September.}}&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** James L.: suggestion -- open it up at the annual meeting.&lt;br /&gt;
**** Malissa: we still don’t have a strategic plan, and the board has not dealt with that, because the people wanted the board to deal with that.&lt;br /&gt;
**** Rustin: has a call for nominees been put out? No. All committees should be used.&lt;br /&gt;
**** Kez: we should use the committee lead sign up form again.&lt;br /&gt;
**** James L.: we need to have very well defined objectives for the committee. &lt;br /&gt;
&lt;br /&gt;
* Current committees&lt;br /&gt;
# New Building&lt;br /&gt;
# Outreach&lt;br /&gt;
# Finance&lt;br /&gt;
# Scholarships&lt;br /&gt;
# Makerfaire&lt;br /&gt;
# Membership Community Events Onboarding (seems to be one?)&lt;br /&gt;
# Fundraising&lt;br /&gt;
# Communications&lt;br /&gt;
# IT&lt;br /&gt;
# Security&lt;br /&gt;
# Safety&lt;br /&gt;
# Creator Showroom&lt;br /&gt;
# Special Projects&lt;br /&gt;
# Wikibrarian&lt;br /&gt;
&lt;br /&gt;
** New committee structure proposal from LaDeana:&lt;br /&gt;
*** Typical board standing committees are&lt;br /&gt;
**** Finance&lt;br /&gt;
**** Fundraising &lt;br /&gt;
**** Board development and governance &lt;br /&gt;
**** communications/marketing&lt;br /&gt;
**** There is also an Executive committee consisting of pres, vp, treasurer &lt;br /&gt;
*** Typical Ad Hoc committees are&lt;br /&gt;
**** outreach/membership &lt;br /&gt;
**** strategic planning&lt;br /&gt;
&lt;br /&gt;
** From James S:&lt;br /&gt;
*** Finance&lt;br /&gt;
**** Scholarships&lt;br /&gt;
**** Fundraising&lt;br /&gt;
*** Membership Community Events.  &lt;br /&gt;
**** Onboarding  &lt;br /&gt;
**** Creator Showroom&lt;br /&gt;
**** Communications&lt;br /&gt;
**** Special Projects&lt;br /&gt;
**** Outreach&lt;br /&gt;
**** Makerfaire&lt;br /&gt;
*** Security&lt;br /&gt;
**** IT&lt;br /&gt;
**** Safety&lt;br /&gt;
&lt;br /&gt;
* Method to select committee leads - sign up form again? Yes. &lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
* Has membership form been updated per our last resolution? IT - have not had time to finish it&lt;br /&gt;
** Christian reports yes. The membership application now has a check box for yes/no.&lt;br /&gt;
&lt;br /&gt;
== Committee Reports ==&lt;br /&gt;
* Committee signup is at http://bit.ly/makeict11&lt;br /&gt;
* Kim challenged committee leads to make a wiki page for their committees, refer to [[Contact Information]] for links&lt;br /&gt;
&lt;br /&gt;
=== Committees ===&lt;br /&gt;
* Finance (David) &lt;br /&gt;
** See update above in Treasurer’s report.&lt;br /&gt;
&lt;br /&gt;
* New Building&lt;br /&gt;
** Jens: there is a building solution. Curt has put an offer on a building. He has offered us a portion of it. The hope is that the board is going to give a yes or no to move forward to take this to the membership at the September meeting.&lt;br /&gt;
*** Mike B says that we should go into executive session.&lt;br /&gt;
*** Curt has no strong opinion about how the board discusses it at this point. &lt;br /&gt;
** Discussion:&lt;br /&gt;
*** Curt and Tracy decided to move forward with the building regardless of what MakeICT does; they would like us to be a part of it.&lt;br /&gt;
*** The building in discussion is the old Printer’s Inc Building.&lt;br /&gt;
*** Curt’s intention is to develop this as a tech center.&lt;br /&gt;
*** It’s somewhere between 13,000-18,000sq ft.&lt;br /&gt;
*** He plans to have us pay $5/sq foot, others in the building will be paying $10/square foot.&lt;br /&gt;
*** This is a lease option, not a buy option.&lt;br /&gt;
*** He thinks we would have to raise dues or increase membership. &lt;br /&gt;
*** Curt would pay an architect to plan out our space so it’s not willy nilly. &lt;br /&gt;
*** There might be a sticking point with the 24/7 access -- Wants to be able to afford someone to sit at a desk 8a-5p and monitor/control access to the building. &lt;br /&gt;
*** James L: access to the MakeICT space would be controlled by the building, not MakeICT.&lt;br /&gt;
*** Curt: would have to adhere to reasonable things to ensure that it’s secure. &lt;br /&gt;
*** Scott: Maker Monday and stuff, there is access to the public.&lt;br /&gt;
*** Curt: is aware, would have to figure that out. The door might be open from 8a-5p and locked after dark. It would be different from here where MakeICT controls the outer and inner entrance.&lt;br /&gt;
*** Curt would like to see a vote that empowers the board to move forward with interesting buildings. &lt;br /&gt;
*** Curt would cover the cost of trash. &lt;br /&gt;
*** Malissa: on average, a makerspace loses 20% of their membership to a move.  &lt;br /&gt;
*** Zac: If we lose 20% of the move, and if we raise dues, we would still be ahead in the numbers. &lt;br /&gt;
*** Jens: same format as what we used when we moved into the current building. This is the same projection in that we do expect to be negative the first year. This is a conservative projection. &lt;br /&gt;
*** Curt would like to see the membership raise dues. Or else he doesn’t think that the membership is willing to commit to this endeavor. &lt;br /&gt;
*** James L. that can only be done at an annual meeting. &lt;br /&gt;
*** David: one thing that has been discussed is educating the members that they can donate $10 extra dollars a month to the “new building fund” (that doesn’t exist yet, but we could make it a thing). &lt;br /&gt;
** David moves to take this proposal to the members at the September meeting. Malissa seconds. &lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** Curt: based on your current funding, you can’t afford this. So if you don’t raise dues, then at the end of the year, you might have to leave and then he’s taken a huge hit.&lt;br /&gt;
**** Paul: first year: we pay $5/sqft, second year $5.50/sqft, third year $6/sqft. &lt;br /&gt;
**** Kez: concerns about security of the Printer’s Inc building location, including the tent city on Santa Fe, the lack of general auto and foot traffic. &lt;br /&gt;
**** Rustin: can someone pull up the crime rate map? &lt;br /&gt;
**** Paul: obviously it is a step up, but the $25,000 build out is a lot. Also, how are we going to facilitate the entire move, because we need to figure out how to do all this better than we have historically. &lt;br /&gt;
**** Mike B.: people haven’t seen how quickly the Douglas building came together. &lt;br /&gt;
**** Malissa wants to amend the motion - we need a plan before we go before the membership. And we need to have an actionable plan.&lt;br /&gt;
*** Count: 1 opposed, 2 abstain, 4 in favor.&lt;br /&gt;
** {{decision|The board will take a proposal to move into Curt’s building to the membership for a vote at the September meeting.}}&lt;br /&gt;
&lt;br /&gt;
Rustin motioned to end the meeting, Paul seconded 4 in favor, 1 opposed,  2 abstain. Motion carries. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Decision Summary ==&lt;br /&gt;
{{decision-summary}}&lt;br /&gt;
&lt;br /&gt;
== Task Summary ==&lt;br /&gt;
{{todo-summary}}&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=August_16_2018&amp;diff=6059</id>
		<title>August 16 2018</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=August_16_2018&amp;diff=6059"/>
		<updated>2018-08-17T03:21:11Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* Standing Items */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2018 August 16&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=AGENDA=&lt;br /&gt;
== Roll Call ==&lt;br /&gt;
=== Board Members ===&lt;br /&gt;
* President - Kim Burton&lt;br /&gt;
* Vice President - LaDeana Dockery&lt;br /&gt;
* Treasurer - David Springs&lt;br /&gt;
* Secretary - Kez Cook&lt;br /&gt;
* At Large Director - Paul Maseberg&lt;br /&gt;
* At Large Director - Needs replaced&lt;br /&gt;
* At Large Director - Malissa Long&lt;br /&gt;
* At Large Director - James Lancaster&lt;br /&gt;
=== Members ===&lt;br /&gt;
* Jens Torell&lt;br /&gt;
* Mike Barushok&lt;br /&gt;
* Tom Bloom&lt;br /&gt;
* Scott Sullivan&lt;br /&gt;
* Patrick Hutchison&lt;br /&gt;
* Curt Gridley&lt;br /&gt;
* Devin Halsey&lt;br /&gt;
* Christian Kindel&lt;br /&gt;
== Standing Items ==&lt;br /&gt;
* [https://drive.google.com/drive/folders/1A0Mqx5fR0pDBKwJruORF7ACzzGM4fZxl?usp=sharing| Treasurer&#039;s report]&lt;br /&gt;
** Account balances&lt;br /&gt;
*** Paypal &lt;br /&gt;
****July 1-July 31 3295.03.&lt;br /&gt;
*** Investments&lt;br /&gt;
**** 70,420.03.&lt;br /&gt;
**** We have not put any additional funds. We just let it hover. &lt;br /&gt;
**Accountant update&lt;br /&gt;
*** will hope to pick an accountant by next week. Hope to get started on the audit and setting up our systems by next week. &lt;br /&gt;
*** Bank&lt;br /&gt;
**** 17,968.99&lt;br /&gt;
*** Cash summary&lt;br /&gt;
**** Total: 95,089.18 &lt;br /&gt;
*** Bus account:&lt;br /&gt;
**** 1158.19&lt;br /&gt;
** Question:Patrick Hutchison: how much to do we have to spend?&lt;br /&gt;
*** As of last month, you had 751.64. You spent about $300 on clay this month. You’re in the $400 range of what you have left for this year. &lt;br /&gt;
** Question: Scott: How are our donations versus outgoing.&lt;br /&gt;
*** Don’t have a good way to track it, therefore we don’t have an answer. &lt;br /&gt;
** Question: Scott: is there an amount that just the ceramics area brings in?&lt;br /&gt;
*** We don’t know. It’s not separated out like that. The reason for switching to quickbooks was to track this stuff, but we’re still in the setting up stage. &lt;br /&gt;
** Question: Patrick: should we be doing something different so that we can track that. &lt;br /&gt;
*** Maybe. We should work something out. &lt;br /&gt;
** LaDeana moves to accept the Treasurer’s report, Malissa seconds.&lt;br /&gt;
*** Discussion: none.&lt;br /&gt;
*** Count: 7 in favor&lt;br /&gt;
** {{decision|The Treasurer’s report is accepted.}}&lt;br /&gt;
&lt;br /&gt;
* [[July 12 2018|Previous minutes]]&lt;br /&gt;
** LaDeana moves to accept last month’s minutes, David seconds.&lt;br /&gt;
*** Discussion: Wants links to the previous minutes more often. Really like that.&lt;br /&gt;
*** Count: 7 in favor&lt;br /&gt;
** {{decision| The minutes for July 12, 2018 are approved.}}&lt;br /&gt;
&lt;br /&gt;
* Safety &amp;amp; security&lt;br /&gt;
** The front door was propped open earlier today. The people in the front area had no clue why it was open. &lt;br /&gt;
** Report: Mark has resigned from Security and Devin has been added to the Security team. &lt;br /&gt;
** We need to track our keys better. Talk to Ken about tracking keys. &lt;br /&gt;
** Possibly rekey everything since we don’t know who all has keys. Possibly not a problem, as doors here don’t really need keys. &lt;br /&gt;
&lt;br /&gt;
* Meetings with Score update: &lt;br /&gt;
** We need a very clear record of all equipment that we have donated, purchased, sold, or given away. &lt;br /&gt;
** We don’t currently have an accurate tracker. ( [https://docs.google.com/spreadsheets/d/1VkXnT4PGLghCPkzMrf1oeFlw3DrtFaB1OilWdpbp-vY/edit?usp=sharing Donation Log]) → bring this up at the Area Leads meeting. &lt;br /&gt;
** donation means receipt was given. Purchase means receipt exists. &lt;br /&gt;
** would we put this in quickbooks or spreadsheet? &lt;br /&gt;
*** Not a good thing for quickbooks. Definitely need a process in place. Doesn’t need to be a policy, just a general process that we all follow. Could add a tab in the Donations Log for Purchased Assets. &lt;br /&gt;
**** Each Area Lead would need to go through their area and document the assets in their area that are MakeICT’s. Document on the appropriate tab in the [https://docs.google.com/spreadsheets/d/1VkXnT4PGLghCPkzMrf1oeFlw3DrtFaB1OilWdpbp-vY/edit?usp=sharing Donation Log]. &lt;br /&gt;
&lt;br /&gt;
* Thanks &amp;amp; recognition&lt;br /&gt;
** Everyone who helped move the laser cutter - Paul, Curt, Zac, David for offering moral support, Ken, Omar, Terrence, Christian, &amp;amp; others&lt;br /&gt;
** Devin for stopping Paul from falling off a ladder&lt;br /&gt;
** New laser setup - Tom Bloom, Zac, Christian, &lt;br /&gt;
** Cleanup day - Shannon and all the cool people who showed up. :) &lt;br /&gt;
** James and Kirk Lancaster for taking in Joel Leonard&lt;br /&gt;
** Rusty spent two days weed eating and spraying weeds&lt;br /&gt;
&lt;br /&gt;
* David would like to discuss donor recognition&lt;br /&gt;
** We should absolutely recognize all those who have given to MakeICT. &lt;br /&gt;
** Do we have a good list of donors some place? &lt;br /&gt;
*** Donation Log - cash tab. &lt;br /&gt;
**** Donation Log is not currently up to date. &lt;br /&gt;
** {{todo|who=LaDeana|what=Make donor wall happen. One way or another.|done=0}}&lt;br /&gt;
&lt;br /&gt;
== New Business == &lt;br /&gt;
&lt;br /&gt;
=== Review meeting goals and ground rules ===&lt;br /&gt;
* Good ideas from [[January 22 Strategic Planning Meeting|2016]] &lt;br /&gt;
* Volunteer health check&lt;br /&gt;
* Procedure note we&#039;ve learned: To avoid ties, president should abstain from voting except to settle a tie. Another good strategy is to have an odd number of board members.&lt;br /&gt;
&lt;br /&gt;
=== Vacancy Filling ===&lt;br /&gt;
* Vote on interim board member, or hold new election for the open spot. -- Jeremiah quit. &lt;br /&gt;
* Area lead vacancies?&lt;br /&gt;
&lt;br /&gt;
* Ideas:&lt;br /&gt;
** Next up from the election.&lt;br /&gt;
** Appoint someone.&lt;br /&gt;
** Hold a new election. &lt;br /&gt;
** Leave vacant - cannot, per the bylaws&lt;br /&gt;
** Ask for volunteers?&lt;br /&gt;
&lt;br /&gt;
* Need a decision by August. &lt;br /&gt;
** Kim: wants to do an election. &lt;br /&gt;
** Paul: concerns based on last election that we don’t already have an election committee in place, this might be as big of a fiasco. &lt;br /&gt;
** Zac: worried that an election would confuse members. &lt;br /&gt;
** Devin: election is a good idea. &lt;br /&gt;
** Patrick: if the bylaws were more clear, that would be nice. We need to figure out how to do elections properly. &lt;br /&gt;
** Curt: Interim until election is a bad idea. Either appoint someone or hold an election in September. If you’re going to hold an election, you better do it right. &lt;br /&gt;
** Mike B: Questions about the wording of the bylaws. The ‘regular meeting’ probably doesn&#039;t mean membership meeting, it probably means the next board meeting. &lt;br /&gt;
** LaDeana moves to take this offline so that the board can do the homework so we know if we appoint someone or elect someone. No second. Motion fails. &lt;br /&gt;
&lt;br /&gt;
** Kez moves that we appoint Dominic Canare for the remainder of the term to end June 2019. Kim seconds the motion.&lt;br /&gt;
*** Count: 1 in favor, 5 opposed. &lt;br /&gt;
&lt;br /&gt;
** David moves that we appoint an interim board member from the people who were voted upon already from those who ran in June 2018 in order of count. Malissa seconds.&lt;br /&gt;
*** Discussion: Wants to start with Rustin and then go down the list on number of votes. This is an appointment.&lt;br /&gt;
*** Count: 4 in favor, 1 opposed, 2 abstained. &lt;br /&gt;
** {{decision|The method for deciding who to appoint to the vacant position will be to appoint the person with the next greatest number of votes received during the annual election.}}&lt;br /&gt;
&lt;br /&gt;
** David moves to appoint Rusty based on his votes from the previous election, effective this moment. Malissa seconds.&lt;br /&gt;
*** Discussion: none.&lt;br /&gt;
*** Count: 5 in favor, 1 opposed, 1 abstain.&lt;br /&gt;
** {{decision|Rusty is appointed to the vacant Director At Large position.}} &lt;br /&gt;
&lt;br /&gt;
*** David moves that the current term serves as one of the three consecutive terms listed in Article V Section 1 in regards to Rustin’s appointment as an At-Large Director. Malissa seconds.&lt;br /&gt;
*** Discussion: Rustin accepts this.&lt;br /&gt;
*** Count: 6 in favor, 2 abstain.&lt;br /&gt;
** {{decision|Rusty’s appointment will count towards the three term limit specified in the Bylaws.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Finance committee ===&lt;br /&gt;
* Policy proposal: &lt;br /&gt;
** David’s proposed policy: “[https://docs.google.com/document/d/1M2lMyHmOjBIMyEEdD5UKlnVZm_pntYdSAYl0zo3HD8Y/edit Checks and Balances.]” &lt;br /&gt;
** Going over transactions each month with at least one board member. &lt;br /&gt;
** David moves to accept his [https://docs.google.com/document/d/1M2lMyHmOjBIMyEEdD5UKlnVZm_pntYdSAYl0zo3HD8Y/edit proposed policy]. Malissa seconds.&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** Paul: if we’re having an official audit, can we just entrust the finance committee to do this? **** David would prefer that it be a rotating board member.&lt;br /&gt;
**** James: a second check is a great idea.&lt;br /&gt;
**** David: as many eyes on the finances is a good idea.&lt;br /&gt;
*** Count: 7 in favor, 1 abstain.&lt;br /&gt;
**{{decision|David’s proposed “Checks and Balances” policy is adopted.}} &lt;br /&gt;
&lt;br /&gt;
* DevICT/KLF status &lt;br /&gt;
** contacted David about insurance. He pointed them in the right direction.&lt;br /&gt;
** We’re still in the process of helping them get their ducks in a row. Nothing new to report. &lt;br /&gt;
&lt;br /&gt;
=== Quarterly Meeting Planning ===&lt;br /&gt;
* September - need to pick a date&lt;br /&gt;
** {{decision| The September quarterly member meeting shall be held on Sunday, September 16, 2018 at 5pm.}}&lt;br /&gt;
&lt;br /&gt;
=== Magic Wheelchair===&lt;br /&gt;
* Building a wheelchair for Ryan - Highway Patrol Car&lt;br /&gt;
** David - we are the official builders for this build. &lt;br /&gt;
&lt;br /&gt;
=== Education ===&lt;br /&gt;
* Recruiting inkscape teachers - Eric&lt;br /&gt;
** no update.&lt;br /&gt;
&lt;br /&gt;
=== Gun/firearms policy ===&lt;br /&gt;
* Zac to update&lt;br /&gt;
** That has gone to Ken as of two board meetings ago…&lt;br /&gt;
** {{todo|who=Ken|what=Propose a guns/firearms policy.|done=0}}&lt;br /&gt;
&lt;br /&gt;
=== Elections ===&lt;br /&gt;
* [https://drive.google.com/drive/u/0/folders/1XZH3g3Lgvmw9H7qfu3w12pneAHmrdzmB Voting policy proposal] &lt;br /&gt;
** Discussion: none.&lt;br /&gt;
** David motions to accept the policy as presented. LaDeana seconds.&lt;br /&gt;
*** Discussion: Paul asks to table this till next month. David rescinds his motion.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Scholarship Committee ===&lt;br /&gt;
* [https://docs.google.com/document/d/1g9Q4jOpQRPOSLnYfKIEh4LUsI5zg8AfgHuOA2iNWm0Q/edit?usp=sharing Scholarship policy proposal]&lt;br /&gt;
** Discussion: &lt;br /&gt;
*** Zac: have we determined a working definition for “financial need”?&lt;br /&gt;
**** Anyone who states that they need financial need. &lt;br /&gt;
**** No one is on a free ride. Everyone is on a reduced rate. There are 5 people on scholarship right now. &lt;br /&gt;
*** Zac proposes that we have a working definition for financial need. &lt;br /&gt;
**** David: those who ask, need. &lt;br /&gt;
*** Patrick: if you’re chasing the greedy, you’re missing the needy. Add a couple sentences to address an abuse of policy, rather, that allows for review of a scholarship in case of potential abuse. &lt;br /&gt;
*** Mike: we should have a policy, but this one makes significant changes. The significant changes that haven’t been discussed: people can only get a scholarship once, for 6 months. &lt;br /&gt;
*** Rustin: there’s an alternate avenue -- sponsorships.&lt;br /&gt;
*** Curt: ask Score to give an interpretation of the issue: as a 501c3 are we required do do charity?&lt;br /&gt;
**** {{todo|who=Kim|what=Ask Score to give and interpretation on whether or not we are required, as a 501c3, to do charity.|done=0}} &lt;br /&gt;
** David motions to table the vote on this policy and keep the current scholarships in place till it’s settled. Malissa seconds.&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** Paul: were people ever notified that their scholarships were going away?&lt;br /&gt;
**** David: I don’t think so.&lt;br /&gt;
**** James: this overrides the decision made July 12, 2018.&lt;br /&gt;
*** Count: 4 in favor, 2 opposed, 1 abstain.&lt;br /&gt;
** {{decision|The decision to table the vote to make a decision about a scholarship policy was decided.}} &lt;br /&gt;
&lt;br /&gt;
=== Committee Lead Assignments ===&lt;br /&gt;
* Need to pick new committee leads&lt;br /&gt;
** This is just discussion in preparation for picking committee leads at the September Board Meeting. &lt;br /&gt;
** Paul: it would make sense to keep the committees as is until the bylaws are fixed.&lt;br /&gt;
** Zac: we don’t have enough people to fill sub and sub sub committees. &lt;br /&gt;
** Paul motions that we keep the current committees and staff the current committees in September. David seconds.&lt;br /&gt;
*** Discussion: none&lt;br /&gt;
*** Count: 5 in favor, 2 abstain.&lt;br /&gt;
** {{decision|The current committees will be kept. They will be staffed in September.}}&lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** James L.: suggestion -- open it up at the annual meeting.&lt;br /&gt;
**** Malissa: we still don’t have a strategic plan, and the board has not dealt with that, because the people wanted the board to deal with that.&lt;br /&gt;
**** Rustin: has a call for nominees been put out? No. All committees should be used.&lt;br /&gt;
**** Kez: we should use the committee lead sign up form again.&lt;br /&gt;
**** James L.: we need to have very well defined objectives for the committee. &lt;br /&gt;
&lt;br /&gt;
* Current committees&lt;br /&gt;
# New Building&lt;br /&gt;
# Outreach&lt;br /&gt;
# Finance&lt;br /&gt;
# Scholarships&lt;br /&gt;
# Makerfaire&lt;br /&gt;
# Membership Community Events Onboarding (seems to be one?)&lt;br /&gt;
# Fundraising&lt;br /&gt;
# Communications&lt;br /&gt;
# IT&lt;br /&gt;
# Security&lt;br /&gt;
# Safety&lt;br /&gt;
# Creator Showroom&lt;br /&gt;
# Special Projects&lt;br /&gt;
# Wikibrarian&lt;br /&gt;
&lt;br /&gt;
** New committee structure proposal from LaDeana:&lt;br /&gt;
*** Typical board standing committees are&lt;br /&gt;
**** Finance&lt;br /&gt;
**** Fundraising &lt;br /&gt;
**** Board development and governance &lt;br /&gt;
**** communications/marketing&lt;br /&gt;
**** There is also an Executive committee consisting of pres, vp, treasurer &lt;br /&gt;
*** Typical Ad Hoc committees are&lt;br /&gt;
**** outreach/membership &lt;br /&gt;
**** strategic planning&lt;br /&gt;
&lt;br /&gt;
** From James S:&lt;br /&gt;
*** Finance&lt;br /&gt;
**** Scholarships&lt;br /&gt;
**** Fundraising&lt;br /&gt;
*** Membership Community Events.  &lt;br /&gt;
**** Onboarding  &lt;br /&gt;
**** Creator Showroom&lt;br /&gt;
**** Communications&lt;br /&gt;
**** Special Projects&lt;br /&gt;
**** Outreach&lt;br /&gt;
**** Makerfaire&lt;br /&gt;
*** Security&lt;br /&gt;
**** IT&lt;br /&gt;
**** Safety&lt;br /&gt;
&lt;br /&gt;
* Method to select committee leads - sign up form again? Yes. &lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
* Has membership form been updated per our last resolution? IT - have not had time to finish it&lt;br /&gt;
** Christian reports yes. The membership application now has a check box for yes/no.&lt;br /&gt;
&lt;br /&gt;
== Committee Reports ==&lt;br /&gt;
* Committee signup is at http://bit.ly/makeict11&lt;br /&gt;
* Kim challenged committee leads to make a wiki page for their committees, refer to [[Contact Information]] for links&lt;br /&gt;
&lt;br /&gt;
=== Committees ===&lt;br /&gt;
* Finance (David) &lt;br /&gt;
** See update above in Treasurer’s report.&lt;br /&gt;
&lt;br /&gt;
* New Building&lt;br /&gt;
** Jens: there is a building solution. Curt has put an offer on a building. He has offered us a portion of it. The hope is that the board is going to give a yes or no to move forward to take this to the membership at the September meeting.&lt;br /&gt;
*** Mike B says that we should go into executive session.&lt;br /&gt;
*** Curt has no strong opinion about how the board discusses it at this point. &lt;br /&gt;
** Discussion:&lt;br /&gt;
*** Curt and Tracy decided to move forward with the building regardless of what MakeICT does; they would like us to be a part of it.&lt;br /&gt;
*** The building in discussion is the old Printer’s Inc Building.&lt;br /&gt;
*** Curt’s intention is to develop this as a tech center.&lt;br /&gt;
*** It’s somewhere between 13,000-18,000sq ft.&lt;br /&gt;
*** He plans to have us pay $5/sq foot, others in the building will be paying $10/square foot.&lt;br /&gt;
*** This is a lease option, not a buy option.&lt;br /&gt;
*** He thinks we would have to raise dues or increase membership. &lt;br /&gt;
*** Curt would pay an architect to plan out our space so it’s not willy nilly. &lt;br /&gt;
*** There might be a sticking point with the 24/7 access -- Wants to be able to afford someone to sit at a desk 8a-5p and monitor/control access to the building. &lt;br /&gt;
*** James L: access to the MakeICT space would be controlled by the building, not MakeICT.&lt;br /&gt;
*** Curt: would have to adhere to reasonable things to ensure that it’s secure. &lt;br /&gt;
*** Scott: Maker Monday and stuff, there is access to the public.&lt;br /&gt;
*** Curt: is aware, would have to figure that out. The door might be open from 8a-5p and locked after dark. It would be different from here where MakeICT controls the outer and inner entrance.&lt;br /&gt;
*** Curt would like to see a vote that empowers the board to move forward with interesting buildings. &lt;br /&gt;
*** Curt would cover the cost of trash. &lt;br /&gt;
*** Malissa: on average, a makerspace loses 20% of their membership to a move.  &lt;br /&gt;
*** Zac: If we lose 20% of the move, and if we raise dues, we would still be ahead in the numbers. &lt;br /&gt;
*** Jens: same format as what we used when we moved into the current building. This is the same projection in that we do expect to be negative the first year. This is a conservative projection. &lt;br /&gt;
*** Curt would like to see the membership raise dues. Or else he doesn’t think that the membership is willing to commit to this endeavor. &lt;br /&gt;
*** James L. that can only be done at an annual meeting. &lt;br /&gt;
*** David: one thing that has been discussed is educating the members that they can donate $10 extra dollars a month to the “new building fund” (that doesn’t exist yet, but we could make it a thing). &lt;br /&gt;
** David moves to take this proposal to the members at the September meeting. Malissa seconds. &lt;br /&gt;
*** Discussion:&lt;br /&gt;
**** Curt: based on your current funding, you can’t afford this. So if you don’t raise dues, then at the end of the year, you might have to leave and then he’s taken a huge hit.&lt;br /&gt;
**** Paul: first year: we pay $5/sqft, second year $5.50/sqft, third year $6/sqft. &lt;br /&gt;
**** Kez: concerns about security of the Printer’s Inc building location, including the tent city on Santa Fe, the lack of general auto and foot traffic. &lt;br /&gt;
**** Rustin: can someone pull up the crime rate map? &lt;br /&gt;
**** Paul: obviously it is a step up, but the $25,000 build out is a lot. Also, how are we going to facilitate the entire move, because we need to figure out how to do all this better than we have historically. &lt;br /&gt;
**** Mike B.: people haven’t seen how quickly the Douglas building came together. &lt;br /&gt;
**** Malissa wants to amend the motion - we need a plan before we go before the membership. And we need to have an actionable plan.&lt;br /&gt;
*** Count: 1 opposed, 2 abstain, 4 in favor.&lt;br /&gt;
** {{decision|The board will take a proposal to move into Curt’s building to the membership for a vote at the September meeting.}}&lt;br /&gt;
&lt;br /&gt;
Rustin motioned to end the meeting, Paul seconded 4 in favor, 1 opposed,  2 abstain. Motion carries. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Decision Summary ==&lt;br /&gt;
{{decision-summary}}&lt;br /&gt;
&lt;br /&gt;
== Task Summary ==&lt;br /&gt;
{{todo-summary}}&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Classrooms&amp;diff=5999</id>
		<title>Classrooms</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Classrooms&amp;diff=5999"/>
		<updated>2018-07-14T17:58:58Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* Software Wanted to be installed on new images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MakeICT&#039;s classroom is a 750 sq ft area for workshops/classes, events, and shared workspace.  It will provide a modern learning environment with all the tools needed by an instructor or student for teaching or learning.&lt;br /&gt;
&lt;br /&gt;
== Access Policy ==&lt;br /&gt;
===Classroom===&lt;br /&gt;
The classroom is reserved for workshops and classes according to the [http://makeict.org/calendar calendar]. It can also be reserved by members following this policy:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;A keyed-member in good standing may host a private meeting/event at the MakeICT makerspace as long as they are not charging a fee. If any rooms or resources are to be held or if the number of non-member guests exceeds the Guest Policy allowance, a reservation must be submitted and approved 14 days in advanced. The host member is responsible/liable for activities of their guests, and all guests must follow official guest policies. There is no fee for this resource to our members, but a donation is suggested to offset facility costs.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fill out the [http://makeict.org/reservations/ reservation form] to reserve the classroom for private meetings/events.&lt;br /&gt;
&lt;br /&gt;
During times when it hasn&#039;t been reserved, it shall be considered a shared workspace.&lt;br /&gt;
&lt;br /&gt;
===Laptops===&lt;br /&gt;
Members using the laptops agree to return them to the proper shelf and plug them in when finished, and keep them out of dirty and dusty areas such as the metal shop, wood shop, and ceramics room. The laptops are not to be removed from the Makerspace.  To protect your personal information, it is strongly recommended to only access the internet from an Incognito window, and properly log out of all websites when finished browsing.&lt;br /&gt;
&lt;br /&gt;
===Software Installed===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Software&lt;br /&gt;
!Linux&lt;br /&gt;
!Windows&lt;br /&gt;
|-&lt;br /&gt;
| [https://ultimaker.com/en/products/cura-software Cura]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://blender.org Blender]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gimp.org/ Gimp]&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://inkscape.org/en/ Inkscape]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.autodesk.com/products/eagle/overview/ EagleCAD]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://kicad-pcb.org/ KiCAD]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.arduino.cc/ Arduino]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Bitmap to Component Converter&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PCB Calculator&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Slic3r&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Laser Cutter&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fusion 360&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DraftSight&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Visual Studio&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Software Wanted to be installed on new images===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Software&lt;br /&gt;
!Linux&lt;br /&gt;
!Windows&lt;br /&gt;
!Link&lt;br /&gt;
!License&lt;br /&gt;
!Training&lt;br /&gt;
|-&lt;br /&gt;
| Blender&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://blender.org]&lt;br /&gt;
| GPL&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Gimp&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://www.gimp.org/]&lt;br /&gt;
| GPL&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Inkscape&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://inkscape.org/en/]&lt;br /&gt;
| GPL 2&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| KiCAD&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://kicad-pcb.org/]&lt;br /&gt;
| GPL 3&lt;br /&gt;
|-&lt;br /&gt;
| Arduino&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://www.arduino.cc/]&lt;br /&gt;
| GPL&lt;br /&gt;
|-&lt;br /&gt;
| Eclipse IDE&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
| [http://www.eclipse.org/]&lt;br /&gt;
|EPL&lt;br /&gt;
|-&lt;br /&gt;
| Ninja IDE&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
| [http://www.ninja-ide.org/]&lt;br /&gt;
|GPL v3&lt;br /&gt;
|-&lt;br /&gt;
| Kate&lt;br /&gt;
| X&lt;br /&gt;
| &lt;br /&gt;
| [https://kate-editor.org/]&lt;br /&gt;
|GPL&lt;br /&gt;
|-&lt;br /&gt;
| NotePad ++&lt;br /&gt;
|&lt;br /&gt;
|X&lt;br /&gt;
| [https://notepad-plus-plus.org/]&lt;br /&gt;
|GPL&lt;br /&gt;
|-&lt;br /&gt;
| Cura&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://ultimaker.com/en/products/cura-software]&lt;br /&gt;
| GNU AGPL V3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Bitmap to Component Converter&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PCB Calculator&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Slic3r&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://slic3r.org/]&lt;br /&gt;
| GNU AGPL V3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Fusion 360&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 7zip &lt;br /&gt;
| --&lt;br /&gt;
| X&lt;br /&gt;
| [http://www.7-zip.org]&lt;br /&gt;
| GNU LGPL &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Python &lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://www.python.org]&lt;br /&gt;
| PSFL (GPL compatible)&lt;br /&gt;
|-&lt;br /&gt;
| Putty&lt;br /&gt;
| --&lt;br /&gt;
| X&lt;br /&gt;
| [http://www.putty.org]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Firefox&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://www.mozilla.org/en-US/firefox/]&lt;br /&gt;
| MPL 2.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Chrome&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| VNC&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://tigervnc.org]&lt;br /&gt;
| GPL 2&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Kstars&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://edu.kde.org/kstars/]&lt;br /&gt;
| GPL 2&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| LibreOffice&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://www.libreoffice.org/]&lt;br /&gt;
| MPL 2.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Audacity&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://www.audacityteam.org/]&lt;br /&gt;
| GNU GPL 2&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| VideoLan Client (vlc)&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://videolan.org/vlc/]&lt;br /&gt;
| LGPL 2.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Rosegarden&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://www.rosegardenmusic.com/]&lt;br /&gt;
| GPL 2&lt;br /&gt;
|-&lt;br /&gt;
| Mplayer&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://www.mplayerhq.hu]&lt;br /&gt;
| GPL 2&lt;br /&gt;
|-&lt;br /&gt;
| FreeCAD&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://www.freecadweb.org/]&lt;br /&gt;
| LGPL 2.1&lt;br /&gt;
|-&lt;br /&gt;
| OpenSCAD&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://www.openscad.org/]&lt;br /&gt;
| GPL2&lt;br /&gt;
|-&lt;br /&gt;
| Stellarium&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://stellarium.org/]&lt;br /&gt;
| GPL 2+&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Siril&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://free-astro.org/index.php/Siril]&lt;br /&gt;
| GPL 3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Laserweb&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://github.com/LaserWeb/LaserWeb4]&lt;br /&gt;
| GNU AGPL V3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SheetCam&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://www.sheetcam.com/]&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Git&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Equipment List ==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
* 1x [http://www.optomausa.com/projectordetails.aspx?PTypeDB=Business&amp;amp;PC=EH500 Optoma EH500 DLP Projector]&lt;br /&gt;
** Full HD 1080p&lt;br /&gt;
** 4700 Lumens&lt;br /&gt;
** HDMI, DisplayPort, 2xVGA&lt;br /&gt;
* 15x [http://support.toshiba.com/support/modelHome?freeText=1200009402 Toshiba S55T-B5152 Laptops]&lt;br /&gt;
** Dual-boot Debian Stretch (GNU/Linux) / Windows 10&lt;br /&gt;
** Intel i5&lt;br /&gt;
** 4gb RAM&lt;br /&gt;
** 500gb hard drive&lt;br /&gt;
** Intel HD Graphics + 1920x1080 Touchscreen display&lt;br /&gt;
** SD card reader&lt;br /&gt;
* 3x [http://h20564.www2.hp.com/hpsc/doc/public/display?docLocale=en_US&amp;amp;docId=emr_na-c01926406 HP Pro 3005MT Internet-connected desktop PC&#039;s]&lt;br /&gt;
** PC 1: [http://ubuntustudio.org/ Ubuntu Studio] (GNU/Linux), PC2: Windows10/[http://ubuntustudio.org/ Ubuntu Studio] (gNU/Linux),  PC3: Windows 7&lt;br /&gt;
** AMD Athlon II X3 435 (triple-core)&lt;br /&gt;
** 2.7gb RAM&lt;br /&gt;
** 300gb hard drive&lt;br /&gt;
** NVIDIA GeForce 9100&lt;br /&gt;
* 1x [http://support.hp.com/us-en/product/HP-Photosmart-C5200-All-in-One-Printer-series/3204462/model/3204463 HP Photosmart C5280 Scanner] - (it&#039;s actually an all-in-one, but the printer part isn&#039;t working)&lt;br /&gt;
** The scanner is connected to the adjacent PC. To scan a document, open the System Menu and select &#039;&#039;Graphics &amp;gt; Simple Scan&#039;&#039;&lt;br /&gt;
* 1x [[Plotter]] HP Designjet 1050c plus &lt;br /&gt;
** Capable of up to 36 inch wide prints. &lt;br /&gt;
** Due to the cost of ink, designs should use colors instead of blacks.&lt;br /&gt;
* 1x [https://support.hp.com/us-en/product/HP-Deskjet-3510-e-All-in-One-Printer-series/5157460 HP DeskJet 3410]&lt;br /&gt;
** Backup 3in1 for Classroom&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2018_Elections_-_Questions&amp;diff=5794</id>
		<title>2018 Elections - Questions</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2018_Elections_-_Questions&amp;diff=5794"/>
		<updated>2018-05-25T00:32:37Z</updated>

		<summary type="html">&lt;p&gt;Kip: Reverted edits by Kip (talk) to last revision by Mike Barushok&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is to collect all questions for 2018 board candidates. Anyone can edit this page or post suggested questions at https://talk.makeict.org/t/questions-for-the-candidates/885.&lt;br /&gt;
&lt;br /&gt;
Candidates are strongly encouraged to post their answers as new threads at http://talk.makeict.org by &#039;&#039;&#039;June 10 2018&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Candidates will also be given 2-3 minutes each to address the attendees at our [[2018 Annual Meeting]].&lt;br /&gt;
&lt;br /&gt;
== Questions for all candidates ==&lt;br /&gt;
&lt;br /&gt;
=== Tell us about yourself ===&lt;br /&gt;
# What are some favorite things you have already done for MakeICT?&lt;br /&gt;
# What in your opinion qualifies you to be a board member?&lt;br /&gt;
# If you have served on the Board in the past, What do you feel you did right?  What do you think you did wrong, or could have done better?&lt;br /&gt;
# Are you able to be at Board meetings, Maker Mondays and other events for the duration of your term?&lt;br /&gt;
# It is our mission to innovate, learn, and build community at the intersection of art, technology, science, and culture. How would you support our mission as leadership?&lt;br /&gt;
&lt;br /&gt;
=== What should we do next? ===&lt;br /&gt;
# What are your thoughts about MakeICT&#039;s direction in the coming year? &lt;br /&gt;
# What&#039;s your agenda for what you want to accomplish in the coming year?&lt;br /&gt;
# How will you gauge whether we&#039;re successful as an organization?&lt;br /&gt;
# What should our priorities be in terms of trying to find a different space versus extending the lease on our current building?&lt;br /&gt;
# Do you think MakeICT should focus on one space down town or multiple satellite locations in underserved communities?&lt;br /&gt;
&lt;br /&gt;
=== How should we operate? ===&lt;br /&gt;
# Do you believe the Board should deal with day to day issues?  Should area leads have more authority over day to day operations?&lt;br /&gt;
# Do you support an expansion of board terms from 1 year to 2 years?  Why or why not?&lt;br /&gt;
# Would a 2 year term affect your decisions to accept a nomination?&lt;br /&gt;
# Would you support staggered elections June and December for general directors seats? Why or why not?&lt;br /&gt;
# Would you support staggered elections with half the board elected at each Annual meeting?&lt;br /&gt;
# Tell us one thing the Board did in the last 12 months that needs an undo. Be specific.&lt;br /&gt;
# Tell us one thing not done in the last 12 months by the Board that still needs done. Be specific.&lt;br /&gt;
# Do you believe the entire membership should vote each year at the annual meeting on the organizations Standing Rules? Refer to Article III Section 2 of the bylaws.&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2018_Elections_-_Questions&amp;diff=5793</id>
		<title>2018 Elections - Questions</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2018_Elections_-_Questions&amp;diff=5793"/>
		<updated>2018-05-25T00:31:11Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* Tell us about yourself */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is to collect all questions for 2018 board candidates. Anyone can edit this page or post suggested questions at https://talk.makeict.org/t/questions-for-the-candidates/885.&lt;br /&gt;
&lt;br /&gt;
Candidates are strongly encouraged to post their answers as new threads at http://talk.makeict.org by &#039;&#039;&#039;June 10 2018&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Candidates will also be given 2-3 minutes each to address the attendees at our [[2018 Annual Meeting]].&lt;br /&gt;
&lt;br /&gt;
== Questions for all candidates ==&lt;br /&gt;
&lt;br /&gt;
=== Tell us about yourself ===&lt;br /&gt;
# What are some favorite things you have already done for MakeICT?&lt;br /&gt;
# What, in your opinion, qualifies you to be a board member?&lt;br /&gt;
# If you have served on the Board in the past, What do you feel you did right?  What do you think you did wrong, or could have done better?&lt;br /&gt;
# Are you able to be at Board meetings, Maker Mondays and other events for the duration of your term?&lt;br /&gt;
# It is our mission to innovate, learn, and build community at the intersection of art, technology, science, and culture. How would you support our mission as leadership?&lt;br /&gt;
# As a member of the Board, you may occasionally be subject to personal attacks. How would you handle that kind of situation? Can you provide a specific example of a time where you&#039;ve been in that kind of situation and how you handled it?&lt;br /&gt;
&lt;br /&gt;
=== What should we do next? ===&lt;br /&gt;
# What are your thoughts about MakeICT&#039;s direction in the coming year? &lt;br /&gt;
# What&#039;s your agenda for what you want to accomplish in the coming year?&lt;br /&gt;
# How will you gauge whether we&#039;re successful as an organization?&lt;br /&gt;
# What should our priorities be in terms of trying to find a different space versus extending the lease on our current building?&lt;br /&gt;
# Do you think MakeICT should focus on one space down town or multiple satellite locations in underserved communities?&lt;br /&gt;
&lt;br /&gt;
=== How should we operate? ===&lt;br /&gt;
# Do you believe the Board should deal with day to day issues?  Should area leads have more authority over day to day operations?&lt;br /&gt;
# Do you support an expansion of board terms from 1 year to 2 years?  Why or why not?&lt;br /&gt;
# Would a 2 year term affect your decisions to accept a nomination?&lt;br /&gt;
# Would you support staggered elections June and December for general directors seats? Why or why not?&lt;br /&gt;
# Would you support staggered elections with half the board elected at each Annual meeting?&lt;br /&gt;
# Tell us one thing the Board did in the last 12 months that needs an undo. Be specific.&lt;br /&gt;
# Tell us one thing not done in the last 12 months by the Board that still needs done. Be specific.&lt;br /&gt;
# Do you believe the entire membership should vote each year at the annual meeting on the organizations Standing Rules? Refer to Article III Section 2 of the bylaws.&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Bylaws&amp;diff=5766</id>
		<title>Bylaws</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Bylaws&amp;diff=5766"/>
		<updated>2018-05-20T18:27:28Z</updated>

		<summary type="html">&lt;p&gt;Kip: Undo revision 5765 by Kip (talk) oop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Rules and policies]]&lt;br /&gt;
By law, this is the core governing document of ‍MakeICT‍.&lt;br /&gt;
Amendments are handled as specified in Article VII: Amendments&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article I: Why We Exist ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: General Purposes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Said corporation is organized exclusively for charitable, educational, and scientific purposes within the meaning of Section 501(c)(3) of the Internal Revenue Code, or the corresponding section of any future federal tax code. The mission of the corporation is to improve‍ the Wichita area ‍by ‍encouraging exploration, innovation, learning, and growth through collaboration, regardless of the medium, by providing safe, low-cost access to tools and knowledge‍.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Specific Purposes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Subject to and within the limits of Section 1, the corporation shall:&lt;br /&gt;
 - Build and maintain ‍space‍ suitable for technical and social collaboration.&lt;br /&gt;
 - collaborate to bring technology to all forms of art, culture, and craft in new and interesting ways.&lt;br /&gt;
 - Apply the results of its work to specific cultural, artistic, educational, charitable and scientific causes.&lt;br /&gt;
 - Freely share its research and discoveries, using what is learned to teach others.&lt;br /&gt;
 - Recruit and develop talented members dedicated to these purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article II: Who We Are ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: Designation of Membership Class&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
MakeICT has a ‍single membership class‍ with voting rights.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Voting Membership Class Qualifications&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
‍Any person who supports the purposes laid out in Article I of these bylaws is qualified to become a member.‍&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Voting Membership Class Election&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The [[standing rules]] shall specify procedures for inducting new members. For purposes of these bylaws, all persons listed as initial directors on the Articles of Incorporation shall be considered the initial voting members.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Voting Membership Dues&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The amount, payment period, due date and acceptable methods for collection of dues shall be reviewed each year at the annual meeting, and shall be specified in the [[standing rules]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Voting Membership Rights and Responsibilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Each voting member shall have an equal right to voice their opinion and vote their preference or abstain from voting in the affairs of the corporation. Each voting member shall exercise only one vote for each decision before the corporation. Each voting member shall have reasonable inspection rights of corporate records. Each voting member shall be responsible for timely payment of dues, providing their current address, contact information, and preference for electronic receipt of communications. Each voting member is responsible for continuing to support the purposes of the corporation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 6: Voting Membership Resignation and Termination&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Any voting member may resign by filing a resignation with any officer. Resignation shall not relieve a voting member of unpaid dues or other monies owed. ‍Voting membership shall be suspended‍ for non-payment of dues by the Treasurer after a period of three (3) months. Any suspended voting member may restore their membership as shall be specified in the [[standing rules]]. Voting membership may also be terminated for any reason by written petition signed by more than three quarters (3/4ths) of the voting members.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article III: How we meet ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: Regular Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Regular meetings of voting members shall be held as designated in the [[standing rules]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Annual Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An annual meeting of all members shall take place sometime in June. The President shall select the date, time and place no later than May 31 of each year. The date, time and place of the annual meeting must be posted in the registered office and submitted to members electronically at least two weeks prior to the annual meeting. At the annual meeting, the voting members shall elect the Board of Directors, review and vote on the [[standing rules]] and policies of the corporation, receive reports on the activities of the corporation, approve the budget and determine the direction of the corporation in the coming year.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Special Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A petition presented to all voting members and approved by one half (1/2) of voting members may call a special meeting. Such a petition must include the date, time, place and agenda of the special meeting. Notification of the result of the petition shall be presented to all members prior to the meeting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Quorum&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At a duly called meeting, at least 25% (one quarter) of the entire voting membership shall constitute a quorum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Voting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
When a quorum is present, all issues, except when otherwise specified in these bylaws, shall be decided by affirmative vote of more than 50% (one half) of the voting members present.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article IV: The Officers ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: Role, Number, Qualification, Term and Compensation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There shall be four officers, a President, a Vice President, a Secretary and a Treasurer. Each officer must be a voting member and each officer shall serve from the time of their election until their successor is elected and qualifies. ‍No officer may serve more than 3 consecutive terms‍. No officer shall be compensated for their service as an officer, though the corporation may provide insurance and indemnity for officers as allowed by law.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Duties of the President&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The President shall preside over all meetings or designate an alternate, attempt to achieve consensus in all decision-making, ensure the membership is informed of all relevant issues, and serve other duties of a President as required by law or custom.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Duties of the Vice President&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Vice President shall be primarily responsible for the information systems and communication processes of the corporation and serve all other duties of a Vice President as required by law or custom, including acting when the President is unable or unwilling to act.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Duties of the Secretary&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Secretary shall be responsible for maintaining membership and corporate records and for serving all other duties of a Secretary as required by law or custom.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Duties of the Treasurer&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Treasurer shall serve as custodian of corporate funds, collect dues, present a financial report at each regular and annual meeting, assist in the preparation of the budget, make financial information available to members and the public, and serve all other duties of a Treasurer as required by law or custom.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 6: Duties of the Officers as whole to provide an Annual Report&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Officers must provide an annual report at the annual meeting. The report shall chronicle the activities of the corporation, including specific narratives on the corporation&#039;s work, the corporation&#039;s annual financial statements, relevant legal filings, and relevant copies of the organization&#039;s state and federal tax returns.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 7: Officers are Directors&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Officers shall also serve as bona-fide directors on the Board of Directors. Election, resignation, removal and vacancies of the Officers are handled in accordance with procedures laid out in Article V.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article V: The Board of Directors ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: Role, Size, Term and Compensation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The board of directors shall consist of the four elected Officers as defined in Article IV, four elected at-large directors, and the immediate Past-President, all of whom are considered directors for the purposes of this article. All directors must be voting members of the corporation. Each elected director shall serve from the time of their election at the annual meeting until the following annual meeting (1 year), and the Past-President will serve 1 term immediately following the end of their elected term(s). ‍No elected director may serve more than 3 consecutive terms‍ on the board of directors. No director may be compensated for their service as a board member, though the corporation may provide insurance and indemnity for board members as allowed by law. Each person on the board of directors can only fill one position, and each director will have only one vote in board decisions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Board of Directors shall meet when necessary. All voting members may attend a meeting of the board of directors. The notice shall give the time, place, reason for calling the meeting. Notices shall be electronically distributed to all members at least five business days prior to a meeting. Minutes shall follow the [[standing rules]] for meetings as approved at an annual meeting. Minutes of each board meeting shall be available electronically to members.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Elections&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Each member present shall be given an opportunity to be a candidate for any elected position on the board. If there is more than one candidate for an officer position, the candidate which obtains the highest number votes from voting members present shall be elected. In the event of a tie, the election is decided by coin flip. If there are no candidates for an officer position, the outgoing officeholder may, if eligible, elect to serve another term. If more than four members are candidates for at-large director, each voting member present shall rank the candidates. The four candidates obtaining the highest preferences from voting members present shall be elected.  In the case of a vacancy on the board, the remainder of the board has the right to appoint an interim member or to hold a special election to elect an interim member to fill the position for the remainder of the term.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Quorum&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Two-thirds of board members at a duly called board member meeting shall constitute a quorum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Voting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
All issues, except when otherwise specified in these bylaws, shall be decided by affirmative vote of more than half of the directors present at a duly held meeting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 6: Resignation, Termination and Vacancies&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Any officer or director may resign by filing a written or electronic resignation with the Secretary or two other board members. An officer or at-large director may be terminated in their role by written petition signed by more than two-thirds (2/3rds) of the voting membership. Vacancies on the board shall be filled at the next regular meeting using the applicable process outlined in Section 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 7: Conflict of Interest&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Any officer or director who has a financial, personal, or official interest in, or conflict (or appearance of a conflict) with any matter pending before the Board, of such nature that it prevents or may prevent that member from acting on the matter in an impartial manner, will offer to the Board to voluntarily excuse him/herself and will vacate his seat and refrain from discussion and voting on said item.&lt;br /&gt;
&lt;br /&gt;
== Article VI: Financial Matters ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: General&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The corporation may use its funds only to accomplish the purposes specified by these Bylaws.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Fiscal Year&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The fiscal year of the corporation commences on the first day of January and ends on the last day of December.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Purchasing Authority&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No member of the corporation shall be authorized to make purchases in the name of the corporation except as directed by the Board of Directors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Deposits&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
All funds of the corporation will be deposited from time to time to the credit of the corporation in such banks, trust companies or other depositories as the Board of Directors may select.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Checks and Notes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Except as otherwise specifically determined by resolution of the Board of Directors, these Bylaws or as otherwise required by law, checks, drafts, promissory notes, orders for the payment of money, and other evidence of indebtedness of the corporation in excess of an amount as set from time to time by the Board of Directors shall be signed by the Treasurer and countersigned by the President of the corporation except that the Treasurer shall be permitted to pay for routine, regularly occurring expenses as approved by the Board of Directors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 6: Gifts and Donations&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Board of Directors may accept on behalf of the corporation any gift, donation, bequest, or device for the nonprofit purposes of this corporation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 7: Material Property&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Material property that may be obtained from time to time by the corporation in its name will be controlled and the responsibility of the corporation President or other personnel so designated by the Board of Directors.&lt;br /&gt;
All such material property shall be used only for the benefit of the corporation and shall not be used for the personal benefit or gain of the appointed caretaker or any third party. No material property of the corporation may be given to, loaned or placed in the possession of a third party without the expressed permission of the Board of Directors.&lt;br /&gt;
The Board of Directors owns or will own any copyrights, patents, or trademarks, whether fees are or will be charged, how the fees are determined, and how any items are or will be produced, distributed, and marketed will ultimately be the decision of the Board of Directors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 8: Dissolution&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the event of the liquidation or dissolution of the corporation, whether voluntarily or involuntarily, no member will be entitled to any distribution or division of its remaining property nor its proceeds.&lt;br /&gt;
The balance of all money and other property received by the corporation from any source, after the payment of all debts and obligation of the corporation, will be distributed in accordance with the Articles of Incorporation and Section 501(c) of the Internal Revenue Code and the regulations thereunder as the same now exist or as they be hereafter amended from time to time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article VII: Amendments ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These bylaws may be amended only when an amendment proposal petition is approved by an affirmative vote of at least 2/3rds (two thirds) of the members voting.&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Bylaws&amp;diff=5765</id>
		<title>Bylaws</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Bylaws&amp;diff=5765"/>
		<updated>2018-05-20T18:25:20Z</updated>

		<summary type="html">&lt;p&gt;Kip: Reverted edits by Mike Barushok (talk) to last revision by Kim&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Rules and policies]]&lt;br /&gt;
By law, this is the core governing document of ‍MakeICT‍.&lt;br /&gt;
Amendments are handled as specified in Article VII: Amendments&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article I: Why We Exist ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: General Purposes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Said corporation is organized exclusively for charitable, educational, and scientific purposes within the meaning of Section 501(c)(3) of the Internal Revenue Code, or the corresponding section of any future federal tax code. The mission of the corporation is to improve‍ the Wichita area ‍by ‍encouraging exploration, innovation, learning, and growth through collaboration, regardless of the medium, by providing safe, low-cost access to tools and knowledge‍.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Specific Purposes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Subject to and within the limits of Section 1, the corporation shall:&lt;br /&gt;
 - Build and maintain ‍space‍ suitable for technical and social collaboration.&lt;br /&gt;
 - collaborate to bring technology to all forms of art, culture, and craft in new and interesting ways.&lt;br /&gt;
 - Apply the results of its work to specific cultural, artistic, educational, charitable and scientific causes.&lt;br /&gt;
 - Freely share its research and discoveries, using what is learned to teach others.&lt;br /&gt;
 - Recruit and develop talented members dedicated to these purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article II: Who We Are ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: Designation of Membership Class&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
MakeICT has a ‍single membership class‍ with voting rights.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Voting Membership Class Qualifications&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
‍Any person who supports the purposes laid out in Article I of these bylaws is qualified to become a member.‍&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Voting Membership Class Election&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The [[standing rules]] shall specify procedures for inducting new members. For purposes of these bylaws, all persons listed as initial directors on the Articles of Incorporation shall be considered the initial voting members.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Voting Membership Dues&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The amount, payment period, due date and acceptable methods for collection of dues shall be reviewed each year at the annual meeting, and shall be specified in the [[standing rules]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Voting Membership Rights and Responsibilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Each voting member shall have an equal right to voice their opinion and vote their preference or abstain from voting in the affairs of the corporation. Each voting member shall exercise only one vote for each decision before the corporation. Each voting member shall have reasonable inspection rights of corporate records. Each voting member shall be responsible for timely payment of dues, providing their current address, contact information, and preference for electronic receipt of communications. Each voting member is responsible for continuing to support the purposes of the corporation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 6: Voting Membership Resignation and Termination&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Any voting member may resign by filing a resignation with any officer. Resignation shall not relieve a voting member of unpaid dues or other monies owed. ‍Voting membership shall be suspended‍ for non-payment of dues by the Treasurer after a period of three (3) months. Any suspended voting member may restore their membership as shall be specified in the [[standing rules]]. Voting membership may also be terminated for any reason by written petition signed by more than three quarters (3/4ths) of the voting members.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article III: How we meet ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: Regular Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Regular meetings of voting members shall be held as designated in the [[standing rules]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Annual Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An annual meeting of all members shall take place sometime in June. The President shall select the date, time and place no later than May 31 of each year. The date, time and place of the annual meeting must be posted in the registered office and submitted to members electronically at least two weeks prior to the annual meeting. At the annual meeting, the voting members shall elect the Board of Directors, review and vote on the [[standing rules]] and policies of the corporation, receive reports on the activities of the corporation, approve the budget and determine the direction of the corporation in the coming year.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Special Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A petition presented to all voting members and approved by one half (1/2) of voting members may call a special meeting. Such a petition must include the date, time, place and agenda of the special meeting. Notification of the result of the petition shall be presented to all members prior to the meeting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Quorum&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At a duly called meeting, at least 25% (one quarter) of the entire voting membership shall constitute a quorum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Voting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
When a quorum is present, all issues, except when otherwise specified in these bylaws, shall be decided by affirmative vote of more than 50% (one half) of the voting members present.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article IV: The Officers ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: Role, Number, Qualification, Term and Compensation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There shall be four officers, a President, a Vice President, a Secretary and a Treasurer. Each officer must be a voting member and each officer shall serve from the time of their election until their successor is elected and qualifies. ‍No officer may serve more than 3 consecutive terms‍. No officer shall be compensated for their service as an officer, though the corporation may provide insurance and indemnity for officers as allowed by law.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Duties of the President&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The President shall preside over all meetings or designate an alternate, attempt to achieve consensus in all decision-making, ensure the membership is informed of all relevant issues, and serve other duties of a President as required by law or custom.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Duties of the Vice President&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Vice President shall be primarily responsible for the information systems and communication processes of the corporation and serve all other duties of a Vice President as required by law or custom, including acting when the President is unable or unwilling to act.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Duties of the Secretary&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Secretary shall be responsible for maintaining membership and corporate records and for serving all other duties of a Secretary as required by law or custom.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Duties of the Treasurer&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Treasurer shall serve as custodian of corporate funds, collect dues, present a financial report at each regular and annual meeting, assist in the preparation of the budget, make financial information available to members and the public, and serve all other duties of a Treasurer as required by law or custom.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 6: Duties of the Officers as whole to provide an Annual Report&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Officers must provide an annual report. The report shall chronicle the activities of the corporation, including specific narratives on the corporation&#039;s work, the corporation&#039;s annual financial statements, relevant legal filings, and relevant copies of the organization&#039;s district and federal tax returns.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 7: Officers are Directors&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Officers shall also serve as bona-fide directors on the Board of Directors. Election, resignation, removal and vacancies of the Officers are handled in accordance with procedures laid out in Article V.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article V: The Board of Directors ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: Role, Size, Term and Compensation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The board of directors shall consist of the four elected Officers as defined in Article IV, two elected at-large directors, and board-appointed program directors, all of whom are considered directors for the purposes of this article. All directors must be voting members of the corporation. Each director shall serve from the time of their election at the annual meeting until the following annual meeting (1 year). ‍No elected director may serve more than 3 consecutive terms‍ on the board of directors. No director may be compensated for their service as a board member, though the corporation may provide insurance and indemnity for board members as allowed by law. Each person on the board of directors can only fill one position, and each director will have only one vote in board decisions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Board of Directors shall meet when necessary. All voting members may attend a meeting of the board of directors. The notice shall give the time, place, reason for calling the meeting. Notices shall be electronically distributed to all members at least five business days prior to a meeting. Minutes shall follow the [[standing rules]] for meetings as approved at an annual meeting. Minutes of each board meeting shall be available electronically to members.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Elections&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Each member present shall be given an opportunity to be a candidate for each officer position and each at-large director position on the board. If there is more than one candidate for an officer position, the candidate which obtains the highest number votes from voting members present shall be elected. In the event of a tie, the election is decided by coin flip. If there are no candidates for an officer position, the outgoing officeholder may, if eligible, elect to serve another term. If more than two members are candidates for at-large director, each voting member present shall rank the candidates. The two candidates obtaining the highest preferences from voting members present shall be elected.  In the case of a vacancy on the board, the remainder of the board has the right to appoint an interim member or to hold a special election to elect an interim member to fill the position for the remainder of the term.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Quorum&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Two-thirds of board members at a duly called board member meeting shall constitute a quorum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Voting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
All issues, except when otherwise specified in these bylaws, shall be decided by affirmative vote of more than half of the directors present at a duly held meeting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 6: Resignation, Termination and Vacancies&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Any officer or director may resign by filing a written or electronic resignation with the Secretary or two other board members. An officer or at-large director may be terminated in their role by written petition signed by more than two-thirds (2/3rds) of the voting membership. Vacancies on the board shall be filled at the next regular meeting using the applicable process outlined in Section 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 7: Conflict of Interest&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Any officer or director who has a financial, personal, or official interest in, or conflict (or appearance of a conflict) with any matter pending before the Board, of such nature that it prevents or may prevent that member from acting on the matter in an impartial manner, will offer to the Board to voluntarily excuse him/herself and will vacate his seat and refrain from discussion and voting on said item.&lt;br /&gt;
&lt;br /&gt;
== Article VI: Financial Matters ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: General&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The corporation may use its funds only to accomplish the purposes specified by these Bylaws.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Fiscal Year&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The fiscal year of the corporation commences on the first day of November and ends on the last day of October.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Purchasing Authority&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No member of the corporation shall be authorized to make purchases in the name of the corporation except as directed by the Board of Directors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Deposits&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
All funds of the corporation will be deposited from time to time to the credit of the corporation in such banks, trust companies or other depositories as the Board of Directors may select.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Checks and Notes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Except as otherwise specifically determined by resolution of the Board of Directors, these Bylaws or as otherwise required by law, checks, drafts, promissory notes, orders for the payment of money, and other evidence of indebtedness of the corporation in excess of an amount as set from time to time by the Board of Directors shall be signed by the Treasurer and countersigned by the President of the corporation except that the Treasurer shall be permitted to pay for routine, regularly occurring expenses as approved by the Board of Directors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 6: Gifts and Donations&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Board of Directors may accept on behalf of the corporation any gift, donation, bequest, or device for the nonprofit purposes of this corporation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 7: Material Property&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Material property that may be obtained from time to time by the corporation in its name will be controlled and the responsibility of the corporation President or other personnel so designated by the Board of Directors.&lt;br /&gt;
All such material property shall be used only for the benefit of the corporation and shall not be used for the personal benefit or gain of the appointed caretaker or any third party. No material property of the corporation may be given to, loaned or placed in the possession of a third party without the expressed permission of the Board of Directors.&lt;br /&gt;
The Board of Directors owns or will own any copyrights, patents, or trademarks, whether fees are or will be charged, how the fees are determined, and how any items are or will be produced, distributed, and marketed will ultimately be the decision of the Board of Directors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 8: Dissolution&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the event of the liquidation or dissolution of the corporation, whether voluntarily or involuntarily, no member will be entitled to any distribution or division of its remaining property nor its proceeds.&lt;br /&gt;
The balance of all money and other property received by the corporation from any source, after the payment of all debts and obligation of the corporation, will be distributed in accordance with the Articles of Incorporation and Section 501(c) of the Internal Revenue Code and the regulations thereunder as the same now exist or as they be hereafter amended from time to time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article VII: Amendments ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These bylaws may be amended only when an amendment proposal petition is approved at a membership meeting and signed by more than three quarters (3/4ths) of voting members. Notice of such petition must be submitted electronically to all members.&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2016_Annual_Meeting&amp;diff=5751</id>
		<title>2016 Annual Meeting</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2016_Annual_Meeting&amp;diff=5751"/>
		<updated>2018-05-19T06:42:23Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* Bylaw change proposals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
* Date: 2016 June 13&lt;br /&gt;
* Time: 05:30pm&lt;br /&gt;
&lt;br /&gt;
== Activity report ==&lt;br /&gt;
* Active members: 186 (+68%)&lt;br /&gt;
* Classes/workshops:&lt;br /&gt;
** Total of 41 workshops held&lt;br /&gt;
** 3 workshops were hosted on more than one occasion&lt;br /&gt;
* New collaborative partnerships&lt;br /&gt;
** Women Who Code Wichita&lt;br /&gt;
** Society for Creative Anachronism / Barony of Vatavia&lt;br /&gt;
** Tilt Union&lt;br /&gt;
** Harvester Arts&lt;br /&gt;
&lt;br /&gt;
== Financial report ==&lt;br /&gt;
* [https://docs.google.com/a/makeict.org/document/d/1vNzSAQ1hybB4Zh-J8g-sdV5v-xgFS36DPmKIVOXNvVk/edit?usp=sharing Financial report]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Celebrations ==&lt;br /&gt;
* New [[Logo|logo]] launch&lt;br /&gt;
* 3 new collaborative partnerships&lt;br /&gt;
* Wins for Kansas award winner&lt;br /&gt;
* Online facilities&lt;br /&gt;
** Woodshop&lt;br /&gt;
** Electronics&lt;br /&gt;
** Metalshop&lt;br /&gt;
** Ceramics&lt;br /&gt;
** Print studio&lt;br /&gt;
* New BD&#039;s&lt;br /&gt;
** Christian Kindel, Fab Lab&lt;br /&gt;
** Susan de Wit, Ceramics Studio&lt;br /&gt;
** Jeremiah Loder, Metalshop&lt;br /&gt;
* New assistant makerspace director: Logan Pajunen&lt;br /&gt;
* New teams&lt;br /&gt;
** Green Team&lt;br /&gt;
** Onboarding&lt;br /&gt;
** Gamification&lt;br /&gt;
* Immensely successful events&lt;br /&gt;
** 2015 Maker Faire&lt;br /&gt;
** 2015 Game Jam&lt;br /&gt;
** 2016 RiverFest Hackathon&lt;br /&gt;
** 2016 Kansas Linux Fest&lt;br /&gt;
** Biweekly Level Up! events&lt;br /&gt;
&lt;br /&gt;
== Contributors of the year ==&lt;br /&gt;
* [[User:Logan Pajunen|Logan Pajunen]] for his energy and the explosion of productivity he has brought to the makerspace facilities&lt;br /&gt;
* [[User:Mike Barushok|Mike Barushok]] for never turning down an opportunity to help with a project and being diligent in finding ways to contribute without being asked&lt;br /&gt;
* [[User:Paul Wilson|Paul Wilson]] for his diligent assistance in shaping the areas in the back of the makerspace&lt;br /&gt;
* [[User:Christian Kindel|Christian Kindel]] for helping everybody who asks for it and the knowledge and handiness he&#039;s brought to the makerspace&lt;br /&gt;
* [[User:Cindy Conrad|Cindy Conrad]] for stepping up to jobs that most others pass up.&lt;br /&gt;
&lt;br /&gt;
== Matters for discussion and voting ==&lt;br /&gt;
=== Program adoption ===&lt;br /&gt;
# Maker Outreach&lt;br /&gt;
#* Why: Our outreach activities are numerous and give us a direct method for applying our mission and recruitment efforts. Formalizing a program around those activities will allow us to create a clear delineation of responsibilities, while also helping to set a budget and fundraising goals specifically for these efforts and aid in the recruitment of volunteers. A portion of donations/grants can go to the MakeICT umbrella organization.&lt;br /&gt;
#* Potential objective statement: We generate an appreciation for creating and advance the maker culture through hands-on activities and presentations in public spaces.&lt;br /&gt;
#* What fits:&lt;br /&gt;
#** Our presence at fairs, craft shows, and other tabling opportunities.&lt;br /&gt;
#** Other invitations to present MakeICT and its programs to groups&lt;br /&gt;
#* What doesn&#039;t fit:&lt;br /&gt;
#** Activity requests for specific or private groups, regardless of location&lt;br /&gt;
# Maker Academy&lt;br /&gt;
#* Why: Providing learning opportunities is at the core of our nonprofit, but it&#039;s also currently a huge missed-revenue opportunity. Creating a formal program which is separate from the MakeICT Makerspace program will help focus these efforts so that we can ensure that we provide our community with high quality learning opportunities and begin to develop partnerships with other organizations that are constantly seeking such opportunities.&lt;br /&gt;
#* Potential objective statement: We provide opportunities for expanding the knowledge of individuals and communities through teaching and learning.&lt;br /&gt;
#* What fits:&lt;br /&gt;
#** Alternative 1: All instructor-led classes (where an instructor fee is charged) at the makerspace or at a remote site, both public and private&lt;br /&gt;
#** Alternative 2: Only private classes held at the makerspace or at a remote site&lt;br /&gt;
#** {{decision|Use Alternative 1}}&lt;br /&gt;
#* What doesn&#039;t fit:&lt;br /&gt;
#** Free-for-members workshops at the makerspace (these will continue to be part of the makerspace program)&lt;br /&gt;
#** Group sessions to provide equipment/space authorizations to makerspace members (these will continue to be part of the makerspace program)&lt;br /&gt;
#** Outreach activities&lt;br /&gt;
# Open Wichita&lt;br /&gt;
#* Why: Open Wichita was borne of devICT leaders and volunteers, [https://www.codeforamerica.org/ Code for America], the open data movement, and increasing civic engagement. These efforts have spawned numerous activities and projects that serve the public good, rather than private interests. The administrative energy required to keep up with community volunteers&#039; desire to do good is becoming increasingly difficult to manage for devICT leadership.&lt;br /&gt;
#* Potential objective statement: We improve the Wichita community using creative technological solutions and grassroots volunteer efforts.&lt;br /&gt;
# Kansas Linux Fest&lt;br /&gt;
#* Why: MakeICT served as the fiscal agent for the 2016 KLF - the 2nd annual conference to promote open source software in our state. Organized and ran by leadership from MakeICT, WuLUG, and devICT, KLF 2016 brought in speakers and attendees from both in and out of state. The Midwest thirsts for more tech conferences, and Wichita is especially in need of hosting more regional events that serve this community and relevant industries.&lt;br /&gt;
#* Potential objective statement: We promote education and the adoption of Linux and Free and Open Source software.&lt;br /&gt;
#* 5% of donations/grants from the 2016 KLF ($183.95) will come to the MakeICT umbrella organization&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* {{decision|All program adoption proposals listed above were voted on via SurveyMonkey and have been approved.}}&lt;br /&gt;
&lt;br /&gt;
=== Bylaw change proposals ===&lt;br /&gt;
# Change board voting to general board, rather than specific positions ([[Bylaws#Article_V:_The_Board_of_Directors|Article V, Section 3]])&lt;br /&gt;
#* Individuals with the most votes are elected on the board&lt;br /&gt;
#* Individuals in the newly elected board meet and decide among themselves for specific officer and at-large positions.&lt;br /&gt;
# Increase at-large director positions from 2 to 4 ([[Bylaws#Article_V:_The_Board_of_Directors|Article V, Section 1]])&lt;br /&gt;
#* Growth of the makerspace and organization as a whole should needs adequate leadership to support it&lt;br /&gt;
#* A larger board of directors can help distribute workload/responsibilities&lt;br /&gt;
#* A larger board will better represent our members&#039; increasingly diverse interests and backgrounds&lt;br /&gt;
# Add a new board position for &amp;quot;Past President&amp;quot; ([[Bylaws#Article_IV:_The_Officers|Article IV]] or [[Bylaws#Article_V:_The_Board_of_Directors|Article V, Section 1]])&lt;br /&gt;
#* Most recent available board president automatically assumes this role upon election of a new president&lt;br /&gt;
#* This type of position is common to provide continuity and capture as much of the experience and relationships generated by the past president&lt;br /&gt;
#* Should have a vote on the board? If so, is that incompatible with term limits (Article V, Section 1)?&lt;br /&gt;
#* What specific responsibilities will be held by the Past President?&lt;br /&gt;
#* Director emeritus?&lt;br /&gt;
# Presently, program directors are appointed by the board of directors and have a vote on the board&lt;br /&gt;
#* Does this present a potential conflict (wherein a portion of the decision-making body is not directly elected by members)?&lt;br /&gt;
#* Should program directors be elected instead?&lt;br /&gt;
#* Should program directors not be given voting rights on the board?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* An amendment to Article VII was proposed during the meeting&lt;br /&gt;
** The proposed amendment would change the three-fourths requirement to change the Bylaws to a two-thirds requirement&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Voting options sent out via SurveyMonkey were decided based on discussion at the meeting.&lt;br /&gt;
&lt;br /&gt;
* Options given:&lt;br /&gt;
** Amendment to Article VII (If passed, the proposed amendment will take effect immediately.)&lt;br /&gt;
*** &#039;&#039;&#039;Option 1 (2/3rds of the quorum)&#039;&#039;&#039;: These bylaws may be amended only when an amendment proposal petition is approved by an affirmative vote of at least 2/3rds (two thirds) of the members voting.&lt;br /&gt;
*** Option 2 (no changes): These bylaws may be amended only when an amendment proposal petition is approved at a membership meeting and signed by more than three quarters (3/4ths) of voting members. Notice of such petition must be submitted electronically to all members.&lt;br /&gt;
** Amendment to Article V, Section 1 (If passed, the proposed amendment will take effect immediately and 4 at-large directors will be voted in for the current election.)&lt;br /&gt;
*** &#039;&#039;&#039;Option 1 (add 2 at-large directors, add past-president, remove program directors)&#039;&#039;&#039;: The board of directors shall consist of the four elected Officers as defined in Article IV, four elected at-large directors, and the immediate Past-President, all of whom are considered directors for the purposes of this article. All directors must be voting members of the corporation. Each elected director shall serve from the time of their election at the annual meeting until the following annual meeting (1 year), and the Past-President will serve 1 term immediately following the end of their elected term(s).. ‍No elected director may serve more than 3 consecutive terms‍ on the board of directors. No director may be compensated for their service as a board member, though the corporation may provide insurance and indemnity for board members as allowed by law. Each person on the board of directors can only fill one position, and each director will have only one vote in board decisions.&lt;br /&gt;
*** Option 2 (no changes): The board of directors shall consist of the four elected Officers as defined in Article IV, two elected at-large directors, and board-appointed program directors, all of whom are considered directors for the purposes of this article. All directors must be voting members of the corporation. Each director shall serve from the time of their election at the annual meeting until the following annual meeting (1 year). ‍No elected director may serve more than 3 consecutive terms‍ on the board of directors. No director may be compensated for their service as a board member, though the corporation may provide insurance and indemnity for board members as allowed by law. Each person on the board of directors can only fill one position, and each director will have only one vote in board decisions.&lt;br /&gt;
** Amendment to Article V, Section 3 (If passed, the proposed amendment will not take effect until next year&#039;s election.)&lt;br /&gt;
*** Option 1 (candidates are elected to the general board, which then decides its own roles): Each member present shall be given an opportunity to be a candidate for each director position on the board. Each member voting shall rank the candidates. The candidates obtaining the highest preferences from members voting shall be elected. The newly elected board shall, upon its first meeting, determine its officers and at-large directors. In the event of a tie, the election is decided by coin flip. In the case of a vacancy on the board, the remainder of the board may appoint an interim member or to hold a special election to elect an interim member to fill the position for the remainder of the term.&lt;br /&gt;
*** &#039;&#039;&#039;Option 2 (no change)&#039;&#039;&#039;: Each member present shall be given an opportunity to be a candidate for each officer position and each at-large director position on the board. If there is more than one candidate for an officer position, the candidate which obtains the highest number votes from voting members present shall be elected. In the event of a tie, the election is decided by coin flip. If there are no candidates for an officer position, the outgoing officeholder may, if eligible, elect to serve another term. If more than two members are candidates for at-large director, each voting member present shall rank the candidates. The two candidates obtaining the highest preferences from voting members present shall be elected. In the case of a vacancy on the board, the remainder of the board has the right to appoint an interim member or to hold a special election to elect an interim member to fill the position for the remainder of the term.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Bolded options indicate the option that was elected.&lt;br /&gt;
* Please note that some formatting (namely, newline characters) that was used in the SurveyMonkey poll, and that now exists in the Bylaws, was lost here due to Wiki formatting limitations.&lt;br /&gt;
&lt;br /&gt;
=== Election of the board ===&lt;br /&gt;
* President:&lt;br /&gt;
** &#039;&#039;&#039;Logan Pajunen&#039;&#039;&#039;&lt;br /&gt;
* Vice-president:&lt;br /&gt;
** &#039;&#039;&#039;John Alexander&#039;&#039;&#039;&lt;br /&gt;
** Logan Pajunen&lt;br /&gt;
* Treasurer:&lt;br /&gt;
** &#039;&#039;&#039;Tracy Hoover&#039;&#039;&#039;&lt;br /&gt;
** Weston Vice&lt;br /&gt;
* Secretary:&lt;br /&gt;
** &#039;&#039;&#039;Kip Landwehr&#039;&#039;&#039;&lt;br /&gt;
* Directors at large:&lt;br /&gt;
** &#039;&#039;&#039;Barb Davis&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;Christian Kindel&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;Curt Gridley&#039;&#039;&#039;&lt;br /&gt;
** Dean Day&lt;br /&gt;
** David Springs&lt;br /&gt;
** &#039;&#039;&#039;James Lancaster&#039;&#039;&#039;&lt;br /&gt;
** Logan Pajunen&lt;br /&gt;
** Matt Pogue&lt;br /&gt;
** Mike Barushok&lt;br /&gt;
** Mike Hutton&lt;br /&gt;
** Todd Grant&lt;br /&gt;
&lt;br /&gt;
* Immediate Past President:&lt;br /&gt;
** &#039;&#039;&#039;Dominic Canare&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Bolded names indicate the candidates that were voted into office via SurveyMonkey poll, or took office by running unopposed.&lt;br /&gt;
&lt;br /&gt;
[[Category:Annual Meetings]]&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Annual_Meeting&amp;diff=5750</id>
		<title>2017 Annual Meeting</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Annual_Meeting&amp;diff=5750"/>
		<updated>2018-05-19T06:27:28Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* 5:35 - Proposed Bylaws Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Date of meeting: 2017 June 17&lt;br /&gt;
&lt;br /&gt;
== 5:00 - Call to Order and reading of Annual Report ==&lt;br /&gt;
* Started about 10 minutes late&lt;br /&gt;
* Activities report&lt;br /&gt;
** Logan will post annual report online&lt;br /&gt;
 &lt;br /&gt;
== 5:15 - Financial Report ==&lt;br /&gt;
* Tracy gives an overview of our current financial status&lt;br /&gt;
** The detailed budget is available in the finances folder in the admin drive, but not being discussed at this meeting. It can be made available to any member in good standing who requests access.&lt;br /&gt;
** Member count is 361&lt;br /&gt;
** Financial report is missing numbers from KLF, devICT, Open Wichita, (All programs excluding the makerspace[only the makerspace])&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== 5:35 - Proposed Bylaws Changes ==&lt;br /&gt;
* [https://drive.google.com/open?id=10qV31FEt_QfFIN41DsEGQIAikFVJiBXqSo1_1ntwdKY Link] to public Google Doc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Survey Questions and Results. (Bold indicates the elected option.) ===&lt;br /&gt;
&lt;br /&gt;
* Amendment to Article VI, Section 2 (Vote to change the MakeICT Institute&#039;s fiscal year to match the calendar year.)&lt;br /&gt;
** &#039;&#039;&#039;Option 1 (Change Fiscal Year to match Calendar Year)&#039;&#039;&#039;: The fiscal year of the corporation commences on the first day of January and ends on the last day of December.&lt;br /&gt;
** Option 2 (no change): The fiscal year of the corporation commences on the first day of November and ends on the last day of October.&lt;br /&gt;
&lt;br /&gt;
* Amendment to Article V, Section 3 (This change fixes wording that was not updated last year when we increased the number of At-Large Directors from two [2] to four [4].)&lt;br /&gt;
** &#039;&#039;&#039;Option 1 (changes &amp;quot;two&amp;quot; to &amp;quot;four&amp;quot; in the two bolded locations)&#039;&#039;&#039;: Each member present shall be given an opportunity to be a candidate for each officer position and each at-large director position on the board. If there is more than one candidate for an officer position, the candidate which obtains the highest number votes from voting members present shall be elected. In the event of a tie, the election is decided by coin flip. If there are no candidates for an officer position, the outgoing officeholder may, if eligible, elect to serve another term. If more than &#039;&#039;&#039;four&#039;&#039;&#039; members are candidates for at-large director, each voting member present shall rank the candidates. The &#039;&#039;&#039;four&#039;&#039;&#039; candidates obtaining the highest preferences from voting members present shall be elected. In the case of a vacancy on the board, the remainder of the board has the right to appoint an interim member or to hold a special election to elect an interim member to fill the position for the remainder of the term.&lt;br /&gt;
** Option 2 (no change): Each member present shall be given an opportunity to be a candidate for each officer position and each at-large director position on the board. If there is more than one candidate for an officer position, the candidate which obtains the highest number votes from voting members present shall be elected. In the event of a tie, the election is decided by coin flip. If there are no candidates for an officer position, the outgoing officeholder may, if eligible, elect to serve another term. If more than &#039;&#039;&#039;two&#039;&#039;&#039; members are candidates for at-large director, each voting member present shall rank the candidates. The &#039;&#039;&#039;two&#039;&#039;&#039; candidates obtaining the highest preferences from voting members present shall be elected. In the case of a vacancy on the board, the remainder of the board has the right to appoint an interim member or to hold a special election to elect an interim member to fill the position for the remainder of the term.&lt;br /&gt;
&lt;br /&gt;
* Amendment to Article IV, Section 6 (This change fixes wording that is currently incorrect and does not make sense.)&lt;br /&gt;
** &#039;&#039;&#039;Option 1 (changes &amp;quot;district&amp;quot; to &amp;quot;state&amp;quot; in the bolded location)&#039;&#039;&#039;: The Officers must provide an annual report. The report shall chronicle the activities of the corporation, including specific narratives on the corporation&#039;s work, the corporation&#039;s annual financial statements, relevant legal filings, and relevant copies of the organization&#039;s &#039;&#039;&#039;state&#039;&#039;&#039; and federal tax returns.&lt;br /&gt;
** Option 2 (no change): The Officers must provide an annual report. The report shall chronicle the activities of the corporation, including specific narratives on the corporation&#039;s work, the corporation&#039;s annual financial statements, relevant legal filings, and relevant copies of the organization&#039;s &#039;&#039;&#039;district&#039;&#039;&#039; and federal tax returns.&lt;br /&gt;
&lt;br /&gt;
* Amendment to Article V, Section 3 (This changes the wording used to specify which Board positions a member can run for, but doesn&#039;t change the meaning. Please note that [two/four] is dependent on a previous question in this survey and will reflect the outcome of that vote.)&lt;br /&gt;
** &#039;&#039;&#039;Option 1 (cleans up wording in the bolded location)&#039;&#039;&#039;: Each member present shall be given an opportunity to be a candidate for &#039;&#039;&#039;any elected position&#039;&#039;&#039; on the board. If there is more than one candidate for an officer position, the candidate which obtains the highest number votes from voting members present shall be elected. In the event of a tie, the election is decided by coin flip. If there are no candidates for an officer position, the outgoing officeholder may, if eligible, elect to serve another term. If more than [two/four] members are candidates for at-large director, each voting member present shall rank the candidates. The [two/four] candidates obtaining the highest preferences from voting members present shall be elected. In the case of a vacancy on the board, the remainder of the board has the right to appoint an interim member or to hold a special election to elect an interim member to fill the position for the remainder of the term.&lt;br /&gt;
** Option 2 (no change): Each member present shall be given an opportunity to be a candidate for &#039;&#039;&#039;each officer position and each at-large director position&#039;&#039;&#039; on the board. If there is more than one candidate for an officer position, the candidate which obtains the highest number votes from voting members present shall be elected. In the event of a tie, the election is decided by coin flip. If there are no candidates for an officer position, the outgoing officeholder may, if eligible, elect to serve another term. If more than [two/four] members are candidates for at-large director, each voting member present shall rank the candidates. The [two/four] candidates obtaining the highest preferences from voting members present shall be elected. In the case of a vacancy on the board, the remainder of the board has the right to appoint an interim member or to hold a special election to elect an interim member to fill the position for the remainder of the term.&lt;br /&gt;
&lt;br /&gt;
* Amendment to Article IV, Section 6 (This change specifies when the Officers are to give their annual report. Please note that [district/state] is dependent on a previous question in this survey and will reflect the outcome of that vote.)&lt;br /&gt;
** &#039;&#039;&#039;Option 1 (specifies that the annual report will be given at the annual meeting)&#039;&#039;&#039;: The Officers must provide an annual report &#039;&#039;&#039;at the annual meeting&#039;&#039;&#039;. The report shall chronicle the activities of the corporation, including specific narratives on the corporation&#039;s work, the corporation&#039;s annual financial statements, relevant legal filings, and relevant copies of the organization&#039;s [district/state] and federal tax returns.&lt;br /&gt;
** Option 2 (no change): The Officers must provide an annual report. The report shall chronicle the activities of the corporation, including specific narratives on the corporation&#039;s work, the corporation&#039;s annual financial statements, relevant legal filings, and relevant copies of the organization&#039;s [district/state] and federal tax returns.&lt;br /&gt;
&lt;br /&gt;
== 5:50 - Proposed action on Maker Academy ==&lt;br /&gt;
* &amp;quot;Shall the board of directors have the authority to shut down Maker Academy?&amp;quot;&lt;br /&gt;
** Concern that if we give to board the power to disband this program now, that power could be used to disband any other program later (including the makerspace).&lt;br /&gt;
** Certain people are dumbfounded that the board can’t decide to disband something that isn’t in our Bylaws. They fail to realize that our Bylaws don’t actually mention the makerspace either though.&lt;br /&gt;
** Someone suggests that what should happen is that we should not disband the program and what should happen is that the Board should define what Maker Academy really does, which is a power the board has, and we should define Maker Academy as something that we can really work with.&lt;br /&gt;
** Jacob Walker, devICT director, clarifies that the devICT, OpenWichita, and KLF programs started as their own entities and found a home under the MakeICT umbrella, but that Maker Academy and Maker Outreach were formed within the MakeICT umbrella by membership vote.&lt;br /&gt;
** Laura Scholl, Maker Academy director, speaks about how Maker Academy was created with one definition, then evolved into another definition. She also states that Maker Academy has not cost the membership/organization anything financially. In fact, they made a (very small) profit.&lt;br /&gt;
** John Alexander/Laura Scholl - suggest creating a framework for provisional programs and their graduation&lt;br /&gt;
** There’s a 2 minute recess for Logan&lt;br /&gt;
** Laura Scholl makes a motion that we shut down Maker Academy in its current form&lt;br /&gt;
*** Motion is recognized and seconded&lt;br /&gt;
*** Barb doesn’t feel that a “political movement” is necessary, that we could simply redefine the program and take action with it.&lt;br /&gt;
*** There’s debate about whether or not anything about Maker Academy or Maker Outreach was ever discussed at the board level, as it was painted by Logan&lt;br /&gt;
** Laura withdraws her motion&lt;br /&gt;
** Kim makes a motion that Kirk Lancaster be tasked with defining Maker Academy and reporting back to the board in three months&lt;br /&gt;
*** Kirk volunteered to take on this task&lt;br /&gt;
*** Motion is recognized and seconded&lt;br /&gt;
*** After discussing James’ motion (below) Kim realizes that her motion will be sent to the membership to be voted on via SurveyMonkey. She clarifies that she was trying to create an action item, not a membership vote.&lt;br /&gt;
*** Kim withdraws her motion.&lt;br /&gt;
*** It’s agreed upon that we will not send out a vote to the membership regarding Maker Academy at least until Kirk has reported back to the board.&lt;br /&gt;
** {{todo|who=Kirk Lancaster|what=Define Maker Academy and what it does and report to the board.|when=On or before September 18, 2017|done=0}}&lt;br /&gt;
 &lt;br /&gt;
* James Lancaster proposes that we add regular meetings to the standing rules via a vote from the membership during the vote that will happen following this meeting.&lt;br /&gt;
** What will be voted on:&lt;br /&gt;
*** In connection with the rules in the bylaws for regular membership meetings, this would add one of the following sections to the standing rules:&lt;br /&gt;
*** 1. MakeICT shall have regular meetings every September, December, March, in addition to the annual meeting in June.&lt;br /&gt;
*** 2. MakeICT shall have regular meetings every December, in addition to the annual meeting in June.&lt;br /&gt;
*** These meetings shall be called by the board of directors in resolution, not less than 2 weeks before the meeting, such meeting will be posted in all customary physical and electronic places. They shall include short reports on what MakeICT has been doing through it&#039;s various programs and address any issues that need to be addressed.&lt;br /&gt;
** What the options will be:&lt;br /&gt;
*** No change (No regular meeting except the annual meeting)&lt;br /&gt;
*** Option 1 only (Meetings every 3 months) &lt;br /&gt;
*** Option 2 only (Meetings every 6 months)&lt;br /&gt;
*** Option 1 then 2 (Ok, with either, prefer every 3 months) &lt;br /&gt;
*** Option 2 then 1 (Ok, with either, prefer every 6 months)&lt;br /&gt;
** Motion is seconded and will be voted on by the membership via SurveyMonkey&lt;br /&gt;
 &lt;br /&gt;
== 6:00 - Candidate Introductions ==&lt;br /&gt;
* Actual time is about 6:20&lt;br /&gt;
* &#039;&#039;&#039;Note:&#039;&#039;&#039; Bold names indicate persons that were elected.&lt;br /&gt;
* Presidential Candidates - 4 minutes each&lt;br /&gt;
** &#039;&#039;&#039;Kim Burton&#039;&#039;&#039;&lt;br /&gt;
** James Lancaster&lt;br /&gt;
* Vice Presidential Candidates - 3 minutes each&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** &#039;&#039;&#039;James Lancaster&#039;&#039;&#039;&lt;br /&gt;
** Kip Landwehr&lt;br /&gt;
* Treasurer Candidates - 2 minutes each&lt;br /&gt;
** &#039;&#039;&#039;David Springs&#039;&#039;&#039;&lt;br /&gt;
* Secretary Candidates - 2 minutes each&lt;br /&gt;
** &#039;&#039;&#039;Rustin Atkeisson&#039;&#039;&#039;&lt;br /&gt;
* At-large Officer Candidates - 2 minutes each&lt;br /&gt;
** Thomas Bloom&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** &#039;&#039;&#039;Kez Cook&#039;&#039;&#039;&lt;br /&gt;
** Dean Day&lt;br /&gt;
** &#039;&#039;&#039;LaDeana Dockery&#039;&#039;&#039;&lt;br /&gt;
** James Lancaster&lt;br /&gt;
** &#039;&#039;&#039;Malissa Long&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;Kip Landwehr&#039;&#039;&#039;&lt;br /&gt;
** Matthew Pogue&lt;br /&gt;
** Laura Scholl&lt;br /&gt;
** Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
** Matt Young&lt;br /&gt;
&lt;br /&gt;
== 6:35 - Adjourn ==&lt;br /&gt;
* Actual time is 6:45&lt;br /&gt;
&lt;br /&gt;
[[Category:Annual Meetings]]&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Classrooms&amp;diff=5507</id>
		<title>Classrooms</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Classrooms&amp;diff=5507"/>
		<updated>2018-01-16T22:03:32Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* Software Wanted to be installed on new images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{needs-update|details=remodel status, area lead, equipment list all out of date}}&lt;br /&gt;
&lt;br /&gt;
MakeICT&#039;s classroom is a 750 sq ft area for workshops/classes, events, and shared workspace.  It will provide a modern learning environment with all the tools needed by an instructor or student for teaching or learning.&lt;br /&gt;
&lt;br /&gt;
== Remodel ==&lt;br /&gt;
There are a few improvements planned for the classroom:&lt;br /&gt;
*Hallway wall - to keep the classroom isolated during classes.&lt;br /&gt;
*Carpet, drop ceiling, and west wall - to make the classroom modern and clean&lt;br /&gt;
*A/V system - so that it is plug&#039;n&#039;play for instructors no matter what equipment they have or use.&lt;br /&gt;
*PC Lab - Midrange workstations good for graphics and computation more than the laptops can handle&lt;br /&gt;
&lt;br /&gt;
The first two items are happening right now, so there may be some construction going on at various times. We will attempt to keep out of the way and work around classes, but we apologize in advance for any inconvenience.&lt;br /&gt;
&lt;br /&gt;
== Access Policy ==&lt;br /&gt;
===Classroom===&lt;br /&gt;
The classroom is reserved for workshops and classes according to the [http://makeict.org/calendar calendar]. It can also be reserved by members following this policy:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;A keyed-member in good standing may host a private meeting/event at the MakeICT makerspace as long as they are not charging a fee. If any rooms or resources are to be held or if the number of non-member guests exceeds the Guest Policy allowance, a reservation must be submitted and approved 14 days in advanced. The host member is responsible/liable for activities of their guests, and all guests must follow official guest policies. There is no fee for this resource to our members, but a donation is suggested to offset facility costs.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fill out the [http://makeict.org/reservations/ reservation form] to reserve the classroom for private meetings/events.&lt;br /&gt;
&lt;br /&gt;
During times when it hasn&#039;t been reserved, it shall be considered a shared workspace.&lt;br /&gt;
&lt;br /&gt;
===Laptops===&lt;br /&gt;
Members using the laptops agree to return them to the proper shelf and plug them in when finished, and keep them out of dirty and dusty areas such as the metal shop, wood shop, and ceramics room. The laptops are not to be removed from the Makerspace.  To protect your personal information, it is strongly recommended to only access the internet from an Incognito window, and properly log out of all websites when finished browsing.&lt;br /&gt;
&lt;br /&gt;
===Software Installed===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Software&lt;br /&gt;
!Linux&lt;br /&gt;
!Windows&lt;br /&gt;
|-&lt;br /&gt;
| [https://ultimaker.com/en/products/cura-software Cura]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://blender.org Blender]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gimp.org/ Gimp]&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://inkscape.org/en/ Inkscape]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.autodesk.com/products/eagle/overview/ EagleCAD]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://kicad-pcb.org/ KiCAD]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.arduino.cc/ Arduino]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Bitmap to Component Converter&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PCB Calculator&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Slic3r&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Laser Cutter&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fusion 360&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| DraftSight&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Visual Studio&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Software Wanted to be installed on new images===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Software&lt;br /&gt;
!Linux&lt;br /&gt;
!Windows&lt;br /&gt;
!Link&lt;br /&gt;
!License&lt;br /&gt;
!Training&lt;br /&gt;
|-&lt;br /&gt;
| Blender&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://blender.org]&lt;br /&gt;
| GPL&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Gimp&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://www.gimp.org/]&lt;br /&gt;
| GPL&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Inkscape&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://inkscape.org/en/]&lt;br /&gt;
| GPL 2&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| KiCAD&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://kicad-pcb.org/]&lt;br /&gt;
| GPL 3&lt;br /&gt;
|-&lt;br /&gt;
| Arduino&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://www.arduino.cc/]&lt;br /&gt;
| GPL&lt;br /&gt;
|-&lt;br /&gt;
| Eclipse IDE&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
| [http://www.eclipse.org/]&lt;br /&gt;
|EPL&lt;br /&gt;
|-&lt;br /&gt;
| Ninja IDE&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
| [http://www.ninja-ide.org/]&lt;br /&gt;
|GPL v3&lt;br /&gt;
|-&lt;br /&gt;
| Kate&lt;br /&gt;
| X&lt;br /&gt;
| &lt;br /&gt;
| [https://kate-editor.org/]&lt;br /&gt;
|GPL&lt;br /&gt;
|-&lt;br /&gt;
| NotePad ++&lt;br /&gt;
|&lt;br /&gt;
|X&lt;br /&gt;
| [https://notepad-plus-plus.org/]&lt;br /&gt;
|GPL&lt;br /&gt;
|-&lt;br /&gt;
| Cura&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://ultimaker.com/en/products/cura-software]&lt;br /&gt;
| GNU AGPL V3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Bitmap to Component Converter&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PCB Calculator&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Slic3r&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://slic3r.org/]&lt;br /&gt;
| GNU AGPL V3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Fusion 360&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 7zip &lt;br /&gt;
| --&lt;br /&gt;
| X&lt;br /&gt;
| [http://www.7-zip.org]&lt;br /&gt;
| GNU LGPL &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Python &lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://www.python.org]&lt;br /&gt;
| PSFL (GPL compatible)&lt;br /&gt;
|-&lt;br /&gt;
| Putty&lt;br /&gt;
| --&lt;br /&gt;
| X&lt;br /&gt;
| [http://www.putty.org]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Firefox&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://www.mozilla.org/en-US/firefox/]&lt;br /&gt;
| MPL 2.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Chrome&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| VNC&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://tigervnc.org]&lt;br /&gt;
| GPL 2&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Kstars&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://edu.kde.org/kstars/]&lt;br /&gt;
| GPL 2&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| LibreOffice&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://www.libreoffice.org/]&lt;br /&gt;
| MPL 2.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Audacity&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://www.audacityteam.org/]&lt;br /&gt;
| GNU GPL 2&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| VideoLan Client (vlc)&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://videolan.org/vlc/]&lt;br /&gt;
| LGPL 2.1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Rosegarden&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://www.rosegardenmusic.com/]&lt;br /&gt;
| GPL 2&lt;br /&gt;
|-&lt;br /&gt;
| Mplayer&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://www.mplayerhq.hu]&lt;br /&gt;
| GPL 2&lt;br /&gt;
|-&lt;br /&gt;
| FreeCAD&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://www.freecadweb.org/]&lt;br /&gt;
| LGPL 2.1&lt;br /&gt;
|-&lt;br /&gt;
| OpenSCAD&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://www.openscad.org/]&lt;br /&gt;
| GPL2&lt;br /&gt;
|-&lt;br /&gt;
| Stellarium&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [http://stellarium.org/]&lt;br /&gt;
| GPL 2+&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Siril&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://free-astro.org/index.php/Siril]&lt;br /&gt;
| GPL 3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Laserweb&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://github.com/LaserWeb/LaserWeb4]&lt;br /&gt;
| GNU AGPL V3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SheetCam&lt;br /&gt;
| X&lt;br /&gt;
| X&lt;br /&gt;
| [https://www.sheetcam.com/]&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Equipment List ==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
* 1x [http://www.optomausa.com/projectordetails.aspx?PTypeDB=Business&amp;amp;PC=EH500 Optoma EH500 DLP Projector]&lt;br /&gt;
** Full HD 1080p&lt;br /&gt;
** 4700 Lumens&lt;br /&gt;
** HDMI, DisplayPort, 2xVGA&lt;br /&gt;
* 15x [http://support.toshiba.com/support/modelHome?freeText=1200009402 Toshiba S55T-B5152 Laptops]&lt;br /&gt;
** Dual-boot Debian Stretch (GNU/Linux) / Windows 10&lt;br /&gt;
** Intel i5&lt;br /&gt;
** 4gb RAM&lt;br /&gt;
** 500gb hard drive&lt;br /&gt;
** Intel HD Graphics + 1920x1080 Touchscreen display&lt;br /&gt;
** SD card reader&lt;br /&gt;
* 3x [http://h20564.www2.hp.com/hpsc/doc/public/display?docLocale=en_US&amp;amp;docId=emr_na-c01926406 HP Pro 3005MT Internet-connected desktop PC&#039;s]&lt;br /&gt;
** PC 1: [http://ubuntustudio.org/ Ubuntu Studio] (GNU/Linux), PC2: Windows10/[http://ubuntustudio.org/ Ubuntu Studio] (gNU/Linux),  PC3: Windows 7&lt;br /&gt;
** AMD Athlon II X3 435 (triple-core)&lt;br /&gt;
** 2.7gb RAM&lt;br /&gt;
** 300gb hard drive&lt;br /&gt;
** NVIDIA GeForce 9100&lt;br /&gt;
* 1x [http://www.dell.com/support/home/us/en/19/product-support/product/dell-3000cn/drivers Dell 3000cn Laser Printer]&lt;br /&gt;
** IP 192.168.9.229 port 9100&lt;br /&gt;
* 1x [http://support.hp.com/us-en/product/HP-Photosmart-C5200-All-in-One-Printer-series/3204462/model/3204463 HP Photosmart C5280 Scanner] - (it&#039;s actually an all-in-one, but the printer part isn&#039;t working)&lt;br /&gt;
** The scanner is connected to the adjacent PC. To scan a document, open the System Menu and select &#039;&#039;Graphics &amp;gt; Simple Scan&#039;&#039;&lt;br /&gt;
* 1x [[Plotter]] HP Designjet 1050c plus &lt;br /&gt;
** Capable of up to 36 inch wide prints. &lt;br /&gt;
** Due to the cost of ink, designs should use colors instead of blacks.&lt;br /&gt;
* 1x [https://support.hp.com/us-en/product/HP-Deskjet-3510-e-All-in-One-Printer-series/5157460 HP DeskJet 3410]&lt;br /&gt;
** Backup 3in1 for Classroom&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=FabLab_Area&amp;diff=5447</id>
		<title>FabLab Area</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=FabLab_Area&amp;diff=5447"/>
		<updated>2017-12-02T01:19:07Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* Equipment List */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General Information ==&lt;br /&gt;
MakeICT&#039;s FabLab is an open 300 sq ft area dedicated to fabrication and rapid prototyping. Members can test ideas and concepts before moving on to more expensive materials or processes, or simply enjoy the creative process of making.&lt;br /&gt;
&lt;br /&gt;
If you have any issues with FabLab equipment, please e-mail [mailto:fablab@makeict.org fablab@makeict.org].&lt;br /&gt;
&lt;br /&gt;
== Access Policy ==&lt;br /&gt;
{{:FabLab_Access_Policy}}&lt;br /&gt;
&lt;br /&gt;
==FabLab Area Safety==&lt;br /&gt;
# Do not use any machine you are not trained on and comfortable using. If at any time you are unsure of what you are doing, stop immediately and [http://makeict.org/forum ask for help].&lt;br /&gt;
# Do not use any machine that is not in good working order. Stop, unplug and leave a note on the machine and notify [mailto:fablab@makeict.org FabLab leadership].&lt;br /&gt;
# Never assume a tool is properly adjusted; always check the tool prior to use.&lt;br /&gt;
# Never modify or hack any equipment.&lt;br /&gt;
# If something is wrong, leave a note in an obvious place on the troubled equipment and e-mail [mailto:fablab@makeict.org fablab@makeict.org].&lt;br /&gt;
&lt;br /&gt;
== Equipment List ==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
  ! Picture&lt;br /&gt;
  ! What&lt;br /&gt;
  ! Manufacturer&lt;br /&gt;
  ! Model&lt;br /&gt;
  ! Status&lt;br /&gt;
  ! Resources&lt;br /&gt;
|-&lt;br /&gt;
  | [[File:Rostock_Max_V2.jpeg|200px]]&lt;br /&gt;
  | [[3D Printer]]&lt;br /&gt;
  | SeeMeCNC&lt;br /&gt;
  | [[Rostock Max V2]]&lt;br /&gt;
  | Operational&lt;br /&gt;
  |&lt;br /&gt;
MakeICT resources&lt;br /&gt;
* [[Rostock Max V2]]&lt;br /&gt;
External resources&lt;br /&gt;
|-&lt;br /&gt;
  | [[File:Reprap Mendel Prusa.jpg|200px]]&lt;br /&gt;
  | [[3D Printer]]&lt;br /&gt;
  | [[User:James Lancaster|James Lancaster]]&lt;br /&gt;
  | [[RepRap Prusa Mendel]]&lt;br /&gt;
  | Questionable&lt;br /&gt;
  | &lt;br /&gt;
MakeICT resources&lt;br /&gt;
* [[RepRap Prusa Mendel]]&lt;br /&gt;
External resources&lt;br /&gt;
* [http://reprap.org/wiki/Prusa_Mendel_(iteration_2) RepRap.org source]&lt;br /&gt;
|-&lt;br /&gt;
  | [[File:Ultimaker II.jpeg|200px]]&lt;br /&gt;
  | [[3D Printer]]&lt;br /&gt;
  | Ultimaker&lt;br /&gt;
  | [[Ultimaker 2]]&lt;br /&gt;
  | Operational&lt;br /&gt;
  | &lt;br /&gt;
MakeICT resources&lt;br /&gt;
* [[Ultimaker 2]]&lt;br /&gt;
External resources&lt;br /&gt;
* [https://ultimaker.com/en/support/ultimaker-3d-printers/ultimaker-2 Overview]&lt;br /&gt;
* [https://ultimaker.com/en/products/ultimaker-2#specifications Specs]&lt;br /&gt;
* [http://support.3dverkstan.se/article/23-a-visual-ultimaker-troubleshooting-guide Troubleshooting]&lt;br /&gt;
|-&lt;br /&gt;
  | [[File:Foam-Cutter.jpg|200px]]&lt;br /&gt;
  | [[Foam Cutter]]&lt;br /&gt;
  | [[User:Tom McGuire|Tom McGuire]]&lt;br /&gt;
  | [[Foam Cutting Machine]]&lt;br /&gt;
  | Operational&lt;br /&gt;
  | &lt;br /&gt;
* [[Foam Cutting Machine]]&lt;br /&gt;
|-&lt;br /&gt;
  | [[File:Xbox-kinect.jpg|200px]]&lt;br /&gt;
  | [[Kinect Scanner]]&lt;br /&gt;
  | Microsoft &lt;br /&gt;
  | [[Kinect]]&lt;br /&gt;
  | Operational&lt;br /&gt;
  |&lt;br /&gt;
* [[Kinect Scanner]]&lt;br /&gt;
|-&lt;br /&gt;
  | &lt;br /&gt;
  | [[Turntable for Kinect]]&lt;br /&gt;
  | [[User:James Lancaster|James Lancaster]] &lt;br /&gt;
  | [[Turntable]]&lt;br /&gt;
  | Operational&lt;br /&gt;
  |&lt;br /&gt;
* [[Kinect Scanner]]&lt;br /&gt;
|-&lt;br /&gt;
  | &lt;br /&gt;
  | [[Vinyl Cutting And Plotting|Graphtec Plotter/Vinyl Cutter]]&lt;br /&gt;
  | Graphtec&lt;br /&gt;
  | [[Graphtec_FC2200-90/EX|Graphtec_FC2200-90/EX]]&lt;br /&gt;
  | Setting up&lt;br /&gt;
  |&lt;br /&gt;
* [[Graphtec FC2200-90/EX|Graphtec Plotter]]&lt;br /&gt;
|-&lt;br /&gt;
  | [[File:Laser_cutter.jpg|200px]]&lt;br /&gt;
  | [[Laser Cutter]]&lt;br /&gt;
  | Rabbit Laser&lt;br /&gt;
  | [[Laser Cutter|QX1290]]&lt;br /&gt;
  | Operational&lt;br /&gt;
  | &lt;br /&gt;
MakeICT resources&lt;br /&gt;
* [[Laser Cutter]]&lt;br /&gt;
External resources&lt;br /&gt;
* [http://www.rabbitlaserusa.com/ManualsTutorials.html Manuals]&lt;br /&gt;
* [http://www.rabbitlaserusa.com/laser_RL1290.html QX1290 Specs]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Leadership&amp;diff=5281</id>
		<title>Leadership</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Leadership&amp;diff=5281"/>
		<updated>2017-10-12T14:55:22Z</updated>

		<summary type="html">&lt;p&gt;Kip: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page should duplicate the information shown at makeict.org/leadership/, with additional information, especially assistants and committee members.&lt;br /&gt;
&lt;br /&gt;
== Board Members ==&lt;br /&gt;
*President:	Kim Burton&lt;br /&gt;
*Vice President:	James Lancaster&lt;br /&gt;
*Secretary:	Rustin Atkeisson&lt;br /&gt;
*Treasurer:	David Springs&lt;br /&gt;
*Director-At-Large:	Kez Cook&lt;br /&gt;
*Director-At-Large:	Malissa Long&lt;br /&gt;
*Director-At-Large:	LaDeana Dockery&lt;br /&gt;
*Director-At-Large:	Kip Landwehr&lt;br /&gt;
&lt;br /&gt;
==Committee Leads==&lt;br /&gt;
MakeICT Committee leads are appointed by the board of directors as needed. They attend MakeICT board meetings to report out on their progress and ideas.&lt;br /&gt;
{|&lt;br /&gt;
! Committee&lt;br /&gt;
! Description&lt;br /&gt;
! Lead&lt;br /&gt;
! Assistant(s)&lt;br /&gt;
! Last Updated&lt;br /&gt;
|-&lt;br /&gt;
|Facilities&lt;br /&gt;
|Help improve our building, keep an eye out for the next one&lt;br /&gt;
|Matthew ‘Lewis’ Warren&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Outreach&lt;br /&gt;
|Activities for young makers&lt;br /&gt;
|Barb Davis&lt;br /&gt;
|Kim Burton&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Finance&lt;br /&gt;
|Treasurer assistance &amp;amp; overlook&lt;br /&gt;
|David Springs&lt;br /&gt;
|Tracy Hoover&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Scholarships&lt;br /&gt;
|Review scholarship applications&lt;br /&gt;
|David Springs&lt;br /&gt;
|Kim Burton&amp;lt;br&amp;gt;Tracy Hoover&amp;lt;br&amp;gt;Dominic Canare&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Makerfaire&lt;br /&gt;
|Work with Exploration Place on Wichita&#039;s annual MakerFaire&lt;br /&gt;
|James Seymour&lt;br /&gt;
|Malissa Long&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Membership &amp;amp; Community&lt;br /&gt;
|Plan parties, increase community, improve new member experiences&lt;br /&gt;
|LaDeana Dockery&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Fundraising&lt;br /&gt;
|Explore fundraising opportunities, recognize donors&lt;br /&gt;
|Paul Maceberg&lt;br /&gt;
|Barb Davis&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Communications&lt;br /&gt;
|Advertising, newsletters, social media&lt;br /&gt;
|James Lancaster&lt;br /&gt;
|Leslie Chaffin&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Strategic vision&lt;br /&gt;
|Help shape our 5 and 10 year plans&lt;br /&gt;
|Malissa Long&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|IT&lt;br /&gt;
|Network, website&lt;br /&gt;
|Paul Herrington&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Security&lt;br /&gt;
|Keys and access to the makerspace&lt;br /&gt;
|Matt Pogue&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Special Projects&lt;br /&gt;
|Formal collaborative projects (&amp;quot;we should make...&amp;quot;)&lt;br /&gt;
|Kip Landwehr&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Safety&lt;br /&gt;
|Help us make safely&lt;br /&gt;
|Clark Shultz&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Wikibrarian&lt;br /&gt;
|Document our history and practices&lt;br /&gt;
|Mike Barushok&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Makerspace Area Leads==&lt;br /&gt;
The Makerspace Area Leads are appointed by the MakeICT board of directors each year. They are each responsible for some specific square footage of the makerspace. Area Leads appoint their own area lead assistants. They meet monthly to discuss makerspace issues and ideas.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Area&lt;br /&gt;
! Lead&lt;br /&gt;
! Assistant(s)&lt;br /&gt;
! Last Updated&lt;br /&gt;
|-&lt;br /&gt;
|Ceramics&lt;br /&gt;
|John Cody&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Retail &amp;amp; Consignment&lt;br /&gt;
|Mike Barushok&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Gallery&lt;br /&gt;
|Susan de Wit&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Woodshop&lt;br /&gt;
|Mike Hutton&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Printmaking&lt;br /&gt;
|Tim Collins&lt;br /&gt;
|Marc Lujan&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Textiles&lt;br /&gt;
|Malissa Long&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Classroom Lounge Coworking&lt;br /&gt;
|Matthew ‘Lewis’ Warren&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|CNC&lt;br /&gt;
|Curt Gridley&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Electronics &amp;amp; Rapid Prototyping&lt;br /&gt;
|James Seymour&lt;br /&gt;
|Rustin Atkeisson&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Fab Lab&lt;br /&gt;
|Christian Kindel&lt;br /&gt;
|Kim Burton&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Metalshop&lt;br /&gt;
|Jeremiah Burian&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|-&lt;br /&gt;
|Jewelry&lt;br /&gt;
|David Springs&lt;br /&gt;
|&lt;br /&gt;
|Oct 2017&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=User:James_A_Seymour&amp;diff=5271</id>
		<title>User:James A Seymour</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=User:James_A_Seymour&amp;diff=5271"/>
		<updated>2017-10-05T20:37:16Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* About James */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Area Lead]]&lt;br /&gt;
[[File:Picture of James.jpg]]&lt;br /&gt;
&lt;br /&gt;
= Contact Info =&lt;br /&gt;
Email: james.a.seymour@makeict.org&lt;br /&gt;
&lt;br /&gt;
= About James =&lt;br /&gt;
James crashed on this planet during the cretaceous period due to an accident with a hot cup of coffee. Some believe he was partially responsible for the extinction of the dinosaurs, The evolvement of man, and the invention of time travel (which hasn&#039;t happened yet.) He is one of the few creatures who are actually more dangerous when bored than when threatened and cornered. As of this writing he holds the records for highest voltage measured, and highest voltage electrical shock. However, at different times. This award winning artist and electrical engineer (the normal kind not the award winning kind) is currently the [[Benevolent Dictator]] over the [[Electronics and Rapid Prototyping]]. His shoot from the hip attitude initially seems irresponsible, but generally isn&#039;t. He is quite approachable, however elusive. His interests range from analogue circuits (entire frequency spectrum), programming, optics, lasers, High Voltage, woodworking, and organic chemistry. He won best of show at the WSU photography competition, due to his original style and use of GIMP. He has a blogspot blog [http://hipcatcoolcap.blogspot.com/ Hipcat&#039;s Pad] and goes through occasional bouts of updating it. He quotes a lot of pop culture so you may not have seen that movie. Note: Any pun thread James starts is a direct result of [[User:Dominic Canare|Dominic Canare]], so please place blame accordingly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*MakeICT is not responsible for the validity of the information on this page, nor James&#039; involvement in the evolvement of man.&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Admin_Tools&amp;diff=5111</id>
		<title>Admin Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Admin_Tools&amp;diff=5111"/>
		<updated>2017-07-22T06:00:10Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* Event creation tool */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;toclimit tocshow-1&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Security system ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* https://security.makeict.org&lt;br /&gt;
* Chief Security Officer and delegates&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* https://github.com/makeict/electronic-door/issues?q=is%3Aopen+is%3Aissue+label%3Abug&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* https://github.com/makeict/electronic-door/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement&lt;br /&gt;
&lt;br /&gt;
== Orientation Sign in ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https://script.google.com/macros/s/AKfycbycUxtlhjfHITR_Kp0N-SkzOdpGGVlQEjLNswJ0xkgdmYTswRQ/exec Direct link]&lt;br /&gt;
* Administrators, Onboarding team&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Event checkin tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbzTzHbSwgypihr0zcuwAGafle-AhJn2R0vNflNJWVMPfHrFJf8%2Fexec Direct link]&lt;br /&gt;
* Administrators, Events team&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Click the link above and login with your Google account that is a member of one of the groups with access.&lt;br /&gt;
* Once you&#039;re logged in, give it a minute and it&#039;ll load a list of all of the upcoming classes.&lt;br /&gt;
* Click on the class you&#039;re checking people in for and give it a minute to load the list of registrants.&lt;br /&gt;
* When a registrant shows up for the class, click on the big red &#039;X&#039; button next to their name and it will turn into a green check mark to indicate that they&#039;ve been checked in.&lt;br /&gt;
** If you accidentally click the wrong name, don&#039;t worry; just click it again and it will go back to a red &#039;X&#039; and un-check them in&lt;br /&gt;
* Please make sure that all the registrants are marked as paid and that they all have a waiver filled out.&lt;br /&gt;
** If the checkin tool is showing that the registrant doesn&#039;t have a waiver, or that the waiver is an old waiver, have them fill one out.&lt;br /&gt;
** Blank waivers can usually be found at the front of the makerspace, just below the black payment box on the wall, near the foam cutter.&lt;br /&gt;
** Waivers can also be printed off from [https://drive.google.com/open?id=1VfAQ_1bXtgRWWJTZILMdOUkLEu9e-rOGeBRk6vANEy8 here].&lt;br /&gt;
&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Digital/Online Waivers&lt;br /&gt;
** Add a button to the waiver on file box for any member with no waiver or an old waiver that allows a new one to be filled out and then processed.&lt;br /&gt;
&lt;br /&gt;
== Event creation tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https://drive.google.com/drive/folders/0B6OtvVg0pDT7ZVg1WTV3cmN5NlE Windows and Linux downloads]&lt;br /&gt;
* Administrators, Makerspace Program Director&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Once you have the application installed on your computer, open it.&lt;br /&gt;
** You will have to log in using your MakeICT.org account.&lt;br /&gt;
* Under the heading, there are three choices: Start with a Preset, Copy Existing, and Start from Scratch. &lt;br /&gt;
** Start with Preset allows you to choose from three profiles: Certification, Workshop, and Class.&lt;br /&gt;
** Copy Existing allows you to duplicate one of the last several events that were posted.&lt;br /&gt;
** Start from Scratch gives you a clean, default form.&lt;br /&gt;
* If the person requesting to host an event has filled out the Workshop Proposal Form, you should have all the information you need to post the event (with exception of a picture to use for the Facebook event page).&lt;br /&gt;
* Now you&#039;re ready to enter the basic information.&lt;br /&gt;
** The name of the event should be brief, but informative, and should include the name of the presenter.&lt;br /&gt;
*** If the event is generic, like a safety class, the name of the presenter is not necessary.&lt;br /&gt;
** If the location is at MakeICT, put 1500 E. Douglas in the location field.&lt;br /&gt;
** The description of the event can be taken from the Workshop Proposal (Response) form.&lt;br /&gt;
*** It should give details about what the attendee should expect to experience at the event.&lt;br /&gt;
*** It should also indicate whether they should bring special materials and if they need to be authorized in a certain area.&lt;br /&gt;
**** Simply adding &amp;quot;Required authorizations: Woodshop&amp;quot; at the bottom of the description will set a flag in the registration to tell the person they need to attend the safety class first.&lt;br /&gt;
** As they say, timing is everything. Enter the date and time of the event. The RSVP settings dictate the cost for members and non-members.&lt;br /&gt;
* Then, in the Cross Posting area, you can un-check any of the media check boxes if you do not want that type of post. Otherwise, hit &amp;quot;Create!&amp;quot; and watch the magic happen!&lt;br /&gt;
** Windows will open, you will need to sign in to Wild Apricot, Facebook, and Meetup, but all the information will be filled out for you.&lt;br /&gt;
* When it&#039;s done, the windows are left open for you to double check and publish.&lt;br /&gt;
** In the Meetup window, scroll to the bottom and click &amp;quot;Announce&amp;quot;.&lt;br /&gt;
** In the calendar window, click on Rooms. ect and choose any rooms or resources that are needed for the event. Then save and close.&lt;br /&gt;
** In the Facebook page, click &amp;quot;Publish&amp;quot;. &lt;br /&gt;
* Close all windows. &lt;br /&gt;
* You&#039;re done. Wasn&#039;t that easy? :(&lt;br /&gt;
** (Well it&#039;s better than the old way.)&lt;br /&gt;
* Thanks to [[User:Dominic Canare|Dominic Canare]] for this really helpful tool!&lt;br /&gt;
&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Group Copy tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbzQv_mmWN9OzlRs-wigph8Py00R7lX-mzblW4U0SYAxdmQUh2U%2Fexec Direct link]&lt;br /&gt;
* Administrators&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Makerspace authorizations tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbwzGVwldpscdPbgdpJ6nyYDPbxYB-Idl7rDoeH_QFN2cnvwmW0%2Fexec Direct Link]&lt;br /&gt;
* Administrators, Laser-heads&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Member audit tools ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://docs.google.com/spreadsheets/d/1RVOfHRwrt5PKmzcT5Ino3OHQ-U9pcEw8Z_SUt1rWqDg/edit#gid=1476714331 Google Sheets]&lt;br /&gt;
* Directors&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Member documentation tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fmacros%2Fs%2FAKfycbwCbmbKnX1H-vQes8S_6CCA1wg29mgnPzXSz2PYi6u_y6XA9JIh%2Fexec Direct link]&lt;br /&gt;
* Administrators&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Undo button&lt;br /&gt;
* Option to load attendees from multiple events&lt;br /&gt;
&lt;br /&gt;
== Meeting tasks list ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [http://makeict.org/wiki/Meeting_Tasks Public link on wiki]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Wait for it to load. It&#039;s slow; be patient.&lt;br /&gt;
* Tasks are grouped by meeting date - each date is a link to the meeting minutes&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* Slow as molasses&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Speed it up&lt;br /&gt;
&lt;br /&gt;
== Board decisions list ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [http://makeict.org/wiki/Board_Decisions Public link on wiki]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Wait for it to load. It&#039;s slow; be patient.&lt;br /&gt;
* Decisions are grouped by meeting date - each date is a link to the meeting minutes&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* Slow as molasses&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Speed it up&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Public Photo Album ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://goo.gl/photos/M14PV7jCN297faHQ7 Public link]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Click the link&lt;br /&gt;
* Join the folder&lt;br /&gt;
* Drag and drop&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Admin_Tools&amp;diff=5110</id>
		<title>Admin Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Admin_Tools&amp;diff=5110"/>
		<updated>2017-07-22T05:58:20Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* How to use */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;toclimit tocshow-1&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Security system ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* https://security.makeict.org&lt;br /&gt;
* Chief Security Officer and delegates&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* https://github.com/makeict/electronic-door/issues?q=is%3Aopen+is%3Aissue+label%3Abug&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* https://github.com/makeict/electronic-door/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement&lt;br /&gt;
&lt;br /&gt;
== Orientation Sign in ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https://script.google.com/macros/s/AKfycbycUxtlhjfHITR_Kp0N-SkzOdpGGVlQEjLNswJ0xkgdmYTswRQ/exec Direct link]&lt;br /&gt;
* Administrators, Onboarding team&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Event checkin tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbzTzHbSwgypihr0zcuwAGafle-AhJn2R0vNflNJWVMPfHrFJf8%2Fexec Direct link]&lt;br /&gt;
* Administrators, Events team&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Click the link above and login with your Google account that is a member of one of the groups with access.&lt;br /&gt;
* Once you&#039;re logged in, give it a minute and it&#039;ll load a list of all of the upcoming classes.&lt;br /&gt;
* Click on the class you&#039;re checking people in for and give it a minute to load the list of registrants.&lt;br /&gt;
* When a registrant shows up for the class, click on the big red &#039;X&#039; button next to their name and it will turn into a green check mark to indicate that they&#039;ve been checked in.&lt;br /&gt;
** If you accidentally click the wrong name, don&#039;t worry; just click it again and it will go back to a red &#039;X&#039; and un-check them in&lt;br /&gt;
* Please make sure that all the registrants are marked as paid and that they all have a waiver filled out.&lt;br /&gt;
** If the checkin tool is showing that the registrant doesn&#039;t have a waiver, or that the waiver is an old waiver, have them fill one out.&lt;br /&gt;
** Blank waivers can usually be found at the front of the makerspace, just below the black payment box on the wall, near the foam cutter.&lt;br /&gt;
** Waivers can also be printed off from [https://drive.google.com/open?id=1VfAQ_1bXtgRWWJTZILMdOUkLEu9e-rOGeBRk6vANEy8 here].&lt;br /&gt;
&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Digital/Online Waivers&lt;br /&gt;
** Add a button to the waiver on file box for any member with no waiver or an old waiver that allows a new one to be filled out and then processed.&lt;br /&gt;
&lt;br /&gt;
== Event creation tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https://drive.google.com/drive/folders/0B6OtvVg0pDT7ZVg1WTV3cmN5NlE Windows and Linux downloads]&lt;br /&gt;
* Administrators, Makerspace Program Director&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Once you have the application installed on your computer, open it.&lt;br /&gt;
** You will have to log in using your MakeICT.org account.&lt;br /&gt;
* Under the heading, there are three choices: Start with a Preset, Copy Existing, and Start from Scratch. &lt;br /&gt;
** Start with Preset allows you to choose from three profiles: Certification, Workshop, and Class.&lt;br /&gt;
** Copy Existing allows you to duplicate one of the last several events that were posted.&lt;br /&gt;
** Start from Scratch gives you a clean, default form.&lt;br /&gt;
* If the person requesting to host an event has filled out the Workshop Proposal Form, you should have all the information you need to post the event (with exception of a picture to use for the Facebook event page).&lt;br /&gt;
* Now you&#039;re ready to enter the basic information.&lt;br /&gt;
** The name of the event should be brief, but informative, and should include the name of the presenter.&lt;br /&gt;
*** If the event is generic, like a safety class, the name of the presenter is not necessary.&lt;br /&gt;
** If the location is at MakeICT, put 1500 E. Douglas in the location field.&lt;br /&gt;
** The description of the event can be taken from the Workshop Proposal (Response) form.&lt;br /&gt;
*** It should give details about what the attendee should expect to experience at the event.&lt;br /&gt;
*** It should also indicate whether they should bring special materials and if they need to be authorized in a certain area.&lt;br /&gt;
**** Simply adding &amp;quot;Required authorizations: Woodshop&amp;quot; at the bottom of the description will set a flag in the registration to tell the person they need to attend the safety class first.&lt;br /&gt;
** As they say, timing is everything. Enter the date and time of the event. The RSVP settings dictate the cost for members and non-members.&lt;br /&gt;
* Then, in the Cross Posting area, you can un-check any of the media check boxes if you do not want that type of post. Otherwise, hit &amp;quot;Create!&amp;quot; and watch the magic happen!&lt;br /&gt;
** Windows will open, you will need to sign in to Wild Apricot, Facebook, and Meetup, but all the information will be filled out for you.&lt;br /&gt;
* When it&#039;s done, the windows are left open for you to double check and publish.&lt;br /&gt;
** In the Meetup window, scroll to the bottom and click &amp;quot;Announce&amp;quot;.&lt;br /&gt;
** In the calendar window, click on Rooms. ect and choose any rooms or resources that are needed for the event. Then save and close.&lt;br /&gt;
** In the Facebook page, click &amp;quot;Publish&amp;quot;. &lt;br /&gt;
* Close all windows. &lt;br /&gt;
* You&#039;re done. Wasn&#039;t that easy? :(  (Well it&#039;s better than the old way.)&lt;br /&gt;
* Thanks to [[User:Dominic Canare|Dominic Canare]] for this really helpful tool!&lt;br /&gt;
&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Group Copy tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbzQv_mmWN9OzlRs-wigph8Py00R7lX-mzblW4U0SYAxdmQUh2U%2Fexec Direct link]&lt;br /&gt;
* Administrators&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Makerspace authorizations tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbwzGVwldpscdPbgdpJ6nyYDPbxYB-Idl7rDoeH_QFN2cnvwmW0%2Fexec Direct Link]&lt;br /&gt;
* Administrators, Laser-heads&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Member audit tools ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://docs.google.com/spreadsheets/d/1RVOfHRwrt5PKmzcT5Ino3OHQ-U9pcEw8Z_SUt1rWqDg/edit#gid=1476714331 Google Sheets]&lt;br /&gt;
* Directors&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Member documentation tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fmacros%2Fs%2FAKfycbwCbmbKnX1H-vQes8S_6CCA1wg29mgnPzXSz2PYi6u_y6XA9JIh%2Fexec Direct link]&lt;br /&gt;
* Administrators&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Undo button&lt;br /&gt;
* Option to load attendees from multiple events&lt;br /&gt;
&lt;br /&gt;
== Meeting tasks list ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [http://makeict.org/wiki/Meeting_Tasks Public link on wiki]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Wait for it to load. It&#039;s slow; be patient.&lt;br /&gt;
* Tasks are grouped by meeting date - each date is a link to the meeting minutes&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* Slow as molasses&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Speed it up&lt;br /&gt;
&lt;br /&gt;
== Board decisions list ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [http://makeict.org/wiki/Board_Decisions Public link on wiki]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Wait for it to load. It&#039;s slow; be patient.&lt;br /&gt;
* Decisions are grouped by meeting date - each date is a link to the meeting minutes&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* Slow as molasses&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Speed it up&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Public Photo Album ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://goo.gl/photos/M14PV7jCN297faHQ7 Public link]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Click the link&lt;br /&gt;
* Join the folder&lt;br /&gt;
* Drag and drop&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Admin_Tools&amp;diff=5109</id>
		<title>Admin Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Admin_Tools&amp;diff=5109"/>
		<updated>2017-07-22T05:42:25Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* How to use */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;toclimit tocshow-1&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Security system ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* https://security.makeict.org&lt;br /&gt;
* Chief Security Officer and delegates&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* https://github.com/makeict/electronic-door/issues?q=is%3Aopen+is%3Aissue+label%3Abug&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* https://github.com/makeict/electronic-door/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement&lt;br /&gt;
&lt;br /&gt;
== Orientation Sign in ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https://script.google.com/macros/s/AKfycbycUxtlhjfHITR_Kp0N-SkzOdpGGVlQEjLNswJ0xkgdmYTswRQ/exec Direct link]&lt;br /&gt;
* Administrators, Onboarding team&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Event checkin tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbzTzHbSwgypihr0zcuwAGafle-AhJn2R0vNflNJWVMPfHrFJf8%2Fexec Direct link]&lt;br /&gt;
* Administrators, Events team&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Click the link above and login with your Google account that is a member of one of the groups with access.&lt;br /&gt;
* Once you&#039;re logged in, give it a minute and it&#039;ll load a list of all of the upcoming classes.&lt;br /&gt;
* Click on the class you&#039;re checking people in for and give it a minute to load the list of registrants.&lt;br /&gt;
* When a registrant shows up for the class, click on the big red &#039;X&#039; button next to their name and it will turn into a green check mark to indicate that they&#039;ve been checked in.&lt;br /&gt;
** If you accidentally click the wrong name, don&#039;t worry; just click it again and it will go back to a red &#039;X&#039; and un-check them in&lt;br /&gt;
* Please make sure that all the registrants are marked as paid and that they all have a waiver filled out.&lt;br /&gt;
** If the checkin tool is showing that the registrant doesn&#039;t have a waiver, or that the waiver is an old waiver, have them fill one out.&lt;br /&gt;
** Blank waivers can usually be found at the front of the makerspace, just below the black payment box on the wall, near the foam cutter.&lt;br /&gt;
** Waivers can also be printed off from [https://drive.google.com/open?id=1VfAQ_1bXtgRWWJTZILMdOUkLEu9e-rOGeBRk6vANEy8 here].&lt;br /&gt;
&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Digital/Online Waivers&lt;br /&gt;
** Add a button to the waiver on file box for any member with no waiver or an old waiver that allows a new one to be filled out and then processed.&lt;br /&gt;
&lt;br /&gt;
== Event creation tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https://drive.google.com/drive/folders/0B6OtvVg0pDT7ZVg1WTV3cmN5NlE Windows and Linux downloads]&lt;br /&gt;
* Administrators, Makerspace Program Director&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Once you have the application installed on your computer open it. You will have to log in using your MakeICT.org account. Under the heading there are three choices: Start with a Preset , Copy Existing , and Start from Scratch. Start with Preset allows you to choose from three profiles: Certification, Workshop, and Class. Copy Existing allows you to duplicate one of the last several events that were posted. Start from Scratch gives you a clean default form.&lt;br /&gt;
* If the person requesting to host an event has filled out the Workshop Proposal Form you should have all the information you need to post the event with exception of a picture to use for the facebook event page. Now your ready to enter the basic information. The name of the event should be brief but informative and should include the name of the presenter. If the event is generic, like a safety class, the name of the presenter is not necessary. If the location is at MakeICT put 1500 E. Douglas in the location field. The description of the event can be taken from the Workshop Proposal (Response) form. It should give details about what the attendee should expect to experience at the event. It should also indicate whether they should bring special materials and if they need to be authorized in a certain area. Simply adding Required authorizations: Woodshop at the bottom of the description will set a flag in the registration to tell the person they need to attend the safety class first.&lt;br /&gt;
* As they say timing is everything. Enter the date and time of the event. The RSVP settings dictate the cost for members and non-members.&lt;br /&gt;
* Then in the Cross Posting area you can un-check any of the media check boxes if you do not want that type of post. Otherwise hit Create! and watch the magic happen. Windows will open, you will need to sign in to Wild Apricot, facebook, and Meetup but all the information will be fill out for you. When it&#039;s done the windows are left open for you to double check and publish. In the Meetup window scroll to the bottom and click Announce. In the calendar window click on Rooms. ect and choose any rooms or resources that are needed for the event. Then save and close. In the facebook page click Publish. &lt;br /&gt;
* Close all windows. &lt;br /&gt;
* You&#039;re done. Wasn&#039;t that easy :(  Well it&#039;s better than the old way. Thanks to Dominic Canare for this really helpful tool.&lt;br /&gt;
&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Group Copy tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbzQv_mmWN9OzlRs-wigph8Py00R7lX-mzblW4U0SYAxdmQUh2U%2Fexec Direct link]&lt;br /&gt;
* Administrators&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Makerspace authorizations tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbwzGVwldpscdPbgdpJ6nyYDPbxYB-Idl7rDoeH_QFN2cnvwmW0%2Fexec Direct Link]&lt;br /&gt;
* Administrators, Laser-heads&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Member audit tools ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://docs.google.com/spreadsheets/d/1RVOfHRwrt5PKmzcT5Ino3OHQ-U9pcEw8Z_SUt1rWqDg/edit#gid=1476714331 Google Sheets]&lt;br /&gt;
* Directors&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Member documentation tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fmacros%2Fs%2FAKfycbwCbmbKnX1H-vQes8S_6CCA1wg29mgnPzXSz2PYi6u_y6XA9JIh%2Fexec Direct link]&lt;br /&gt;
* Administrators&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Undo button&lt;br /&gt;
* Option to load attendees from multiple events&lt;br /&gt;
&lt;br /&gt;
== Meeting tasks list ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [http://makeict.org/wiki/Meeting_Tasks Public link on wiki]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Wait for it to load. It&#039;s slow; be patient.&lt;br /&gt;
* Tasks are grouped by meeting date - each date is a link to the meeting minutes&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* Slow as molasses&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Speed it up&lt;br /&gt;
&lt;br /&gt;
== Board decisions list ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [http://makeict.org/wiki/Board_Decisions Public link on wiki]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Wait for it to load. It&#039;s slow; be patient.&lt;br /&gt;
* Decisions are grouped by meeting date - each date is a link to the meeting minutes&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* Slow as molasses&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Speed it up&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Public Photo Album ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://goo.gl/photos/M14PV7jCN297faHQ7 Public link]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Click the link&lt;br /&gt;
* Join the folder&lt;br /&gt;
* Drag and drop&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Admin_Tools&amp;diff=5108</id>
		<title>Admin Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Admin_Tools&amp;diff=5108"/>
		<updated>2017-07-22T05:39:45Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* Feature requests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;toclimit tocshow-1&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Security system ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* https://security.makeict.org&lt;br /&gt;
* Chief Security Officer and delegates&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* https://github.com/makeict/electronic-door/issues?q=is%3Aopen+is%3Aissue+label%3Abug&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* https://github.com/makeict/electronic-door/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement&lt;br /&gt;
&lt;br /&gt;
== Orientation Sign in ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https://script.google.com/macros/s/AKfycbycUxtlhjfHITR_Kp0N-SkzOdpGGVlQEjLNswJ0xkgdmYTswRQ/exec Direct link]&lt;br /&gt;
* Administrators, Onboarding team&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Event checkin tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbzTzHbSwgypihr0zcuwAGafle-AhJn2R0vNflNJWVMPfHrFJf8%2Fexec Direct link]&lt;br /&gt;
* Administrators, Events team&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Click the link above and login with your Google account that is a member of one of the groups with access.&lt;br /&gt;
* Once you&#039;re logged in, give it a minute and it&#039;ll load a list of all of the upcoming classes.&lt;br /&gt;
* Click on the class you&#039;re checking people in for and give it a minute to load the list of registrants.&lt;br /&gt;
* When a registrant shows up for the class, click on the big red &#039;X&#039; button next to their name and it will turn into a green check mark to indicate that they&#039;ve been checked in.&lt;br /&gt;
** If you accidentally click the wrong name, don&#039;t worry; just click it again and it will go back to a red &#039;X&#039; and un-check them in&lt;br /&gt;
* Please make sure that all the registrants are marked as paid and that they all have a waiver filled out.&lt;br /&gt;
** If the checkin tool is showing that the registrant doesn&#039;t have a waiver, or that the waiver is an old waiver, have them fill one out.&lt;br /&gt;
** Blank waivers can usually be found at the front of the makerspace, just below the black payment box on the wall, near the foam cutter.&lt;br /&gt;
** Waivers can also be printed off from [https://drive.google.com/open?id=1VfAQ_1bXtgRWWJTZILMdOUkLEu9e-rOGeBRk6vANEy8 here].&lt;br /&gt;
&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Digital/Online Waivers&lt;br /&gt;
** Add a button to the waiver on file box for any member with no waiver or an old waiver that allows a new one to be filled out and then processed.&lt;br /&gt;
&lt;br /&gt;
== Event creation tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https://drive.google.com/drive/folders/0B6OtvVg0pDT7ZVg1WTV3cmN5NlE Windows and Linux downloads]&lt;br /&gt;
* Administrators, Makerspace Program Director&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
 Once you have the application installed on your computer open it. You will have to log in using your MakeICT.org account. Under the heading there are three choices: Start with a Preset , Copy Existing , and Start from Scratch. The Start with Preset allows you to choose from three profiles: Certification, Workshop, and Class. The Copy Existing allows you to duplicate one of the last several events that were posted. The Start from Scratch gives you a clean default form.&lt;br /&gt;
 If the person requesting to host an event has filled out the Workshop Proposal Form you should have all the information you need to post the event with exception of a picture to use for the facebook event page. Now your ready to enter the basic information. The name of the event should be brief but informative and should include the name of the presenter. If the event is generic, like a safety class, the name of the presenter is not necessary. If the location is at MakeICT put 1500 E. Douglas in the location field. The description of the event can be taken from the Workshop Proposal (Response) form. It should give details about what the attendee should expect to experience at the event. It should also indicate whether they should bring special materials and if they need to be authorized in a certain area. Simply adding Required authorizations: Woodshop at the bottom of the description will set a flag in the registration to tell the person they need to attend the safety class first.&lt;br /&gt;
 As they say timing is everything. Enter the date and time of the event. The RSVP settings dictate the cost for members and non-members.&lt;br /&gt;
 Then in the Cross Posting area you can un-check any of the media check boxes if you do not want that type of post. Otherwise hit Create! and watch the magic happen. Windows will open, you will need to sign in to Wild Apricot, facebook, and Meetup but all the information will be fill out for you. When it&#039;s done the windows are left open for you to double check and publish. In the Meetup window scroll to the bottom and click Announce. In the calendar window click on Rooms. ect and choose any rooms or resources that are needed for the event. Then save and close. In the facebook page click Publish. &lt;br /&gt;
 Close all windows. &lt;br /&gt;
 Your done. Wasn&#039;t that easy :(  Well it&#039;s better than the old way. Thanks to Dominic Canare for this really helpful tool.&lt;br /&gt;
&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Group Copy tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbzQv_mmWN9OzlRs-wigph8Py00R7lX-mzblW4U0SYAxdmQUh2U%2Fexec Direct link]&lt;br /&gt;
* Administrators&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Makerspace authorizations tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbwzGVwldpscdPbgdpJ6nyYDPbxYB-Idl7rDoeH_QFN2cnvwmW0%2Fexec Direct Link]&lt;br /&gt;
* Administrators, Laser-heads&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Member audit tools ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://docs.google.com/spreadsheets/d/1RVOfHRwrt5PKmzcT5Ino3OHQ-U9pcEw8Z_SUt1rWqDg/edit#gid=1476714331 Google Sheets]&lt;br /&gt;
* Directors&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Member documentation tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fmacros%2Fs%2FAKfycbwCbmbKnX1H-vQes8S_6CCA1wg29mgnPzXSz2PYi6u_y6XA9JIh%2Fexec Direct link]&lt;br /&gt;
* Administrators&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Undo button&lt;br /&gt;
* Option to load attendees from multiple events&lt;br /&gt;
&lt;br /&gt;
== Meeting tasks list ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [http://makeict.org/wiki/Meeting_Tasks Public link on wiki]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Wait for it to load. It&#039;s slow; be patient.&lt;br /&gt;
* Tasks are grouped by meeting date - each date is a link to the meeting minutes&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* Slow as molasses&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Speed it up&lt;br /&gt;
&lt;br /&gt;
== Board decisions list ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [http://makeict.org/wiki/Board_Decisions Public link on wiki]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Wait for it to load. It&#039;s slow; be patient.&lt;br /&gt;
* Decisions are grouped by meeting date - each date is a link to the meeting minutes&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* Slow as molasses&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Speed it up&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Public Photo Album ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://goo.gl/photos/M14PV7jCN297faHQ7 Public link]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Click the link&lt;br /&gt;
* Join the folder&lt;br /&gt;
* Drag and drop&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Admin_Tools&amp;diff=5107</id>
		<title>Admin Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Admin_Tools&amp;diff=5107"/>
		<updated>2017-07-22T05:26:54Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* How to use */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;toclimit tocshow-1&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Security system ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* https://security.makeict.org&lt;br /&gt;
* Chief Security Officer and delegates&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* https://github.com/makeict/electronic-door/issues?q=is%3Aopen+is%3Aissue+label%3Abug&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* https://github.com/makeict/electronic-door/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement&lt;br /&gt;
&lt;br /&gt;
== Orientation Sign in ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https://script.google.com/macros/s/AKfycbycUxtlhjfHITR_Kp0N-SkzOdpGGVlQEjLNswJ0xkgdmYTswRQ/exec Direct link]&lt;br /&gt;
* Administrators, Onboarding team&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Event checkin tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbzTzHbSwgypihr0zcuwAGafle-AhJn2R0vNflNJWVMPfHrFJf8%2Fexec Direct link]&lt;br /&gt;
* Administrators, Events team&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Click the link above and login with your Google account that is a member of one of the groups with access.&lt;br /&gt;
* Once you&#039;re logged in, give it a minute and it&#039;ll load a list of all of the upcoming classes.&lt;br /&gt;
* Click on the class you&#039;re checking people in for and give it a minute to load the list of registrants.&lt;br /&gt;
* When a registrant shows up for the class, click on the big red &#039;X&#039; button next to their name and it will turn into a green check mark to indicate that they&#039;ve been checked in.&lt;br /&gt;
** If you accidentally click the wrong name, don&#039;t worry; just click it again and it will go back to a red &#039;X&#039; and un-check them in&lt;br /&gt;
* Please make sure that all the registrants are marked as paid and that they all have a waiver filled out.&lt;br /&gt;
** If the checkin tool is showing that the registrant doesn&#039;t have a waiver, or that the waiver is an old waiver, have them fill one out.&lt;br /&gt;
** Blank waivers can usually be found at the front of the makerspace, just below the black payment box on the wall, near the foam cutter.&lt;br /&gt;
** Waivers can also be printed off from [https://drive.google.com/open?id=1VfAQ_1bXtgRWWJTZILMdOUkLEu9e-rOGeBRk6vANEy8 here].&lt;br /&gt;
&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Event creation tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https://drive.google.com/drive/folders/0B6OtvVg0pDT7ZVg1WTV3cmN5NlE Windows and Linux downloads]&lt;br /&gt;
* Administrators, Makerspace Program Director&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
 Once you have the application installed on your computer open it. You will have to log in using your MakeICT.org account. Under the heading there are three choices: Start with a Preset , Copy Existing , and Start from Scratch. The Start with Preset allows you to choose from three profiles: Certification, Workshop, and Class. The Copy Existing allows you to duplicate one of the last several events that were posted. The Start from Scratch gives you a clean default form.&lt;br /&gt;
 If the person requesting to host an event has filled out the Workshop Proposal Form you should have all the information you need to post the event with exception of a picture to use for the facebook event page. Now your ready to enter the basic information. The name of the event should be brief but informative and should include the name of the presenter. If the event is generic, like a safety class, the name of the presenter is not necessary. If the location is at MakeICT put 1500 E. Douglas in the location field. The description of the event can be taken from the Workshop Proposal (Response) form. It should give details about what the attendee should expect to experience at the event. It should also indicate whether they should bring special materials and if they need to be authorized in a certain area. Simply adding Required authorizations: Woodshop at the bottom of the description will set a flag in the registration to tell the person they need to attend the safety class first.&lt;br /&gt;
 As they say timing is everything. Enter the date and time of the event. The RSVP settings dictate the cost for members and non-members.&lt;br /&gt;
 Then in the Cross Posting area you can un-check any of the media check boxes if you do not want that type of post. Otherwise hit Create! and watch the magic happen. Windows will open, you will need to sign in to Wild Apricot, facebook, and Meetup but all the information will be fill out for you. When it&#039;s done the windows are left open for you to double check and publish. In the Meetup window scroll to the bottom and click Announce. In the calendar window click on Rooms. ect and choose any rooms or resources that are needed for the event. Then save and close. In the facebook page click Publish. &lt;br /&gt;
 Close all windows. &lt;br /&gt;
 Your done. Wasn&#039;t that easy :(  Well it&#039;s better than the old way. Thanks to Dominic Canare for this really helpful tool.&lt;br /&gt;
&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Group Copy tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbzQv_mmWN9OzlRs-wigph8Py00R7lX-mzblW4U0SYAxdmQUh2U%2Fexec Direct link]&lt;br /&gt;
* Administrators&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Makerspace authorizations tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fa%2Fmacros%2Fmakeict.org%2Fs%2FAKfycbwzGVwldpscdPbgdpJ6nyYDPbxYB-Idl7rDoeH_QFN2cnvwmW0%2Fexec Direct Link]&lt;br /&gt;
* Administrators, Laser-heads&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Member audit tools ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://docs.google.com/spreadsheets/d/1RVOfHRwrt5PKmzcT5Ino3OHQ-U9pcEw8Z_SUt1rWqDg/edit#gid=1476714331 Google Sheets]&lt;br /&gt;
* Directors&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* &#039;&#039;List of requested features&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Member documentation tool ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fscript.google.com%2Fmacros%2Fs%2FAKfycbwCbmbKnX1H-vQes8S_6CCA1wg29mgnPzXSz2PYi6u_y6XA9JIh%2Fexec Direct link]&lt;br /&gt;
* Administrators&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* &#039;&#039;Directions on how to use it&#039;&#039;&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* &#039;&#039;List of known issues&#039;&#039;&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Undo button&lt;br /&gt;
* Option to load attendees from multiple events&lt;br /&gt;
&lt;br /&gt;
== Meeting tasks list ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [http://makeict.org/wiki/Meeting_Tasks Public link on wiki]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Wait for it to load. It&#039;s slow; be patient.&lt;br /&gt;
* Tasks are grouped by meeting date - each date is a link to the meeting minutes&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* Slow as molasses&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Speed it up&lt;br /&gt;
&lt;br /&gt;
== Board decisions list ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [http://makeict.org/wiki/Board_Decisions Public link on wiki]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Wait for it to load. It&#039;s slow; be patient.&lt;br /&gt;
* Decisions are grouped by meeting date - each date is a link to the meeting minutes&lt;br /&gt;
=== Known issues ===&lt;br /&gt;
* Slow as molasses&lt;br /&gt;
=== Feature requests ===&lt;br /&gt;
* Speed it up&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Public Photo Album ==&lt;br /&gt;
=== Access ===&lt;br /&gt;
* [https://goo.gl/photos/M14PV7jCN297faHQ7 Public link]&lt;br /&gt;
=== How to use ===&lt;br /&gt;
* Click the link&lt;br /&gt;
* Join the folder&lt;br /&gt;
* Drag and drop&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Domesticated_Apricot&amp;diff=5061</id>
		<title>Domesticated Apricot</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Domesticated_Apricot&amp;diff=5061"/>
		<updated>2017-07-02T20:57:49Z</updated>

		<summary type="html">&lt;p&gt;Kip: Replaced content with &amp;quot;[https://docs.google.com/a/makeict.org/document/d/1kCKM_0OuQ-ox3oTD7ylt77YPgt1ZrhlLrgR1eQ0qVwc/edit?usp=sharing Link to working Google Doc]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://docs.google.com/a/makeict.org/document/d/1kCKM_0OuQ-ox3oTD7ylt77YPgt1ZrhlLrgR1eQ0qVwc/edit?usp=sharing Link to working Google Doc]&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Domesticated_Apricot&amp;diff=5060</id>
		<title>Domesticated Apricot</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Domesticated_Apricot&amp;diff=5060"/>
		<updated>2017-07-02T19:18:40Z</updated>

		<summary type="html">&lt;p&gt;Kip: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for requirements if we were to replace our current software with one in house. So far, Wild Apricot, doesn&#039;t make people happy, but based on evaluations, is the least bad solution so far. &lt;br /&gt;
&lt;br /&gt;
* Modular design with Plugins&lt;br /&gt;
* Voting&lt;br /&gt;
* Multiple looks&lt;br /&gt;
** Dark Version&lt;br /&gt;
** Mobile Version&lt;br /&gt;
* Event Creation&lt;br /&gt;
** Registration&lt;br /&gt;
*** Payment&lt;br /&gt;
*** Reminders&lt;br /&gt;
**** Emails&lt;br /&gt;
**** Calender events&lt;br /&gt;
***** Searchable and automatically linked to general classes&lt;br /&gt;
*** Cancellations&lt;br /&gt;
**** Policy enforcement&lt;br /&gt;
***** Default/Instructor specified&lt;br /&gt;
**** Refunds&lt;br /&gt;
***** Partial/credit towards future event&lt;br /&gt;
**** Rescheduling/Wait list&lt;br /&gt;
**** Show additional opening(s)&lt;br /&gt;
** Prerequisites&lt;br /&gt;
** Class size&lt;br /&gt;
*** Minimum class size&lt;br /&gt;
*** Maximum class size&lt;br /&gt;
*** Waiting list&lt;br /&gt;
** Tiered pricing (Members/Non-Members)&lt;br /&gt;
*** Options (For example, one class needed several categories, for simply glove size.) &lt;br /&gt;
** Material cost&lt;br /&gt;
** Check-in&lt;br /&gt;
*** Generate request for volunteers who will cover check-in&lt;br /&gt;
*** easy to add people&lt;br /&gt;
** space and equipment reservation&lt;br /&gt;
*** Integration with Google calendar&lt;br /&gt;
** Post to Social Media&lt;br /&gt;
*** Google Calendar&lt;br /&gt;
*** Forum/Google Groups&lt;br /&gt;
*** Facebook&lt;br /&gt;
*** Meetup&lt;br /&gt;
*** Newsletter&lt;br /&gt;
*** Newspaper sites&lt;br /&gt;
** Monitoring&lt;br /&gt;
*** Instructor able to see who is registered&lt;br /&gt;
*** Override requirements? &lt;br /&gt;
*** Insufficient registrations&lt;br /&gt;
*** Paid or not&lt;br /&gt;
* Membership&lt;br /&gt;
** Emergency Contact information&lt;br /&gt;
** Recurring payments&lt;br /&gt;
** Addons&lt;br /&gt;
*** Lockers&lt;br /&gt;
*** Monthly Donations&lt;br /&gt;
*** Scholarships&lt;br /&gt;
** Database for ID&lt;br /&gt;
*** badge photo&lt;br /&gt;
*** Scanned ID&lt;br /&gt;
*** Badge printing&lt;br /&gt;
* Security&lt;br /&gt;
** NFC key issuance/suspension/revocation&lt;br /&gt;
** Physical key management?&lt;br /&gt;
* API for integration&lt;br /&gt;
* Payment &lt;br /&gt;
** Multiple providers&lt;br /&gt;
*** Paypal&lt;br /&gt;
*** Square&lt;br /&gt;
* Equipment&lt;br /&gt;
** Tracking&lt;br /&gt;
** Support for badge/login control of equipment&lt;br /&gt;
* Member profiles &lt;br /&gt;
** Accessible to only members&lt;br /&gt;
* Courseware support&lt;br /&gt;
** Moodle&lt;br /&gt;
** Blackboard was mentioned (but NO!) &lt;br /&gt;
* Ticket system&lt;br /&gt;
** Membership issues&lt;br /&gt;
** Contact Pages &lt;br /&gt;
*** General questions: Info list&lt;br /&gt;
*** Specific questions redirected to appropriate group from dropdowns&lt;br /&gt;
**** Laser issues to fablab&lt;br /&gt;
**** Metalship issues to metalshop&lt;br /&gt;
** Website issues&lt;br /&gt;
* Surveys&lt;br /&gt;
* Skills&lt;br /&gt;
* equipment/supplies check out (Not something we do yet, but a library of tools that can be checked out would be a possibility later)&lt;br /&gt;
* supply tracking&lt;br /&gt;
* receipt tracking&lt;br /&gt;
* phone interface &lt;br /&gt;
** better website&lt;br /&gt;
**possibly phone app&lt;br /&gt;
*** allows people to open doors locally?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/makeict.org/document/d/1kCKM_0OuQ-ox3oTD7ylt77YPgt1ZrhlLrgR1eQ0qVwc/edit?usp=sharing Link to working Google Doc]&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Standing_rules&amp;diff=5058</id>
		<title>Standing rules</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Standing_rules&amp;diff=5058"/>
		<updated>2017-07-01T02:01:33Z</updated>

		<summary type="html">&lt;p&gt;Kip: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Rules and policies]]&lt;br /&gt;
== Rules ==&lt;br /&gt;
* Be excellent to each other&lt;br /&gt;
* Illegal activity is forbidden&lt;br /&gt;
* Share the workspace, tools, supplies, and knowledge&lt;br /&gt;
* Pickup after yourself by cleaning the workspace and putting away tools&lt;br /&gt;
* Get training on tools before using them&lt;br /&gt;
* Make safely (do not be on fire!)&lt;br /&gt;
&lt;br /&gt;
== Membership ==&lt;br /&gt;
To become a member, attend a public MakeICT event and ask a board member for an application or [http://members.makeict.org sign up online]&lt;br /&gt;
&lt;br /&gt;
Minors are allowed to become members, but require sponsorship by an adult. A parent or legal guardian must co-sign the minor&#039;s membership application and release of liability. Minors under the age of 16 need to be accompanied by an adult whenever at the space.  Keys are available to members over the age of 16, following the key policy.&lt;br /&gt;
&lt;br /&gt;
Cost of membership is $25/month, although scholarships are available upon request.&lt;br /&gt;
&lt;br /&gt;
All members will go through a 30 day probationary period before they gain [[voting]] rights. During that period, new members are encouraged to integrate themselves into the community through attending Maker Mondays, volunteering on projects at MakeICT, attending and/or assisting with workshops, and/or joining in the chatter on the forums.&lt;br /&gt;
&lt;br /&gt;
Membership will lapse after 30 days of nonpayment.  Membership and [[voting]] rights will be suspended after 3 months of non-payment.  To re-instate membership, pay dues for the upcoming month.&lt;br /&gt;
&lt;br /&gt;
== Member Rights ==&lt;br /&gt;
* Members can vote at board meetings and annual meeting - see the [http://makeict.org/calendar/ calendar] for schedule&lt;br /&gt;
* Members are eligible to nominate, be nominated for, and hold board positions&lt;br /&gt;
* Members may have personal storage space on request&lt;br /&gt;
&lt;br /&gt;
== Membership Meetings ==&lt;br /&gt;
* MakeICT shall have regular meetings of the membership every September, December, and March, in addition to the Annual Meeting.&lt;br /&gt;
* Meetings shall be scheduled and announced by the Board of Directors, not less than two weeks before the meeting.&lt;br /&gt;
* Announcements of the meeting shall be posted in all customary physical and electronic locations.&lt;br /&gt;
* The meetings shall include short reports on what MakeICT has been doing through its various programs and address any issues that need to be addressed.&lt;br /&gt;
&lt;br /&gt;
== Building Access Policy ==&lt;br /&gt;
{{:Building_Access_Policy}}&lt;br /&gt;
&lt;br /&gt;
== Guest Policy ==&lt;br /&gt;
{{:Guest_policy}}&lt;br /&gt;
&lt;br /&gt;
== Key Policy ==&lt;br /&gt;
Keys are handled by the [[Security Team]] who can be contacted at [mailto:security@makeict.org?Subject=Key%20Policy security@makeict.org]&lt;br /&gt;
&lt;br /&gt;
{{:Key_Policy}}&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Metalshop_Access_Policy&amp;diff=5050</id>
		<title>Metalshop Access Policy</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Metalshop_Access_Policy&amp;diff=5050"/>
		<updated>2017-06-28T00:06:02Z</updated>

		<summary type="html">&lt;p&gt;Kip: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* Use of the Metal Shop requires attendance in the area-specific safety class. Completion of the safety class will grant access to the area and use of the basic tools. &lt;br /&gt;
* Advanced tools require demonstration of safe and correct operation to an approved authorizer, as listed on the Wiki, or attendance in an instructional class. These tools are: Welders, Plasma Cutter, Forge, Lathes, Manual Mill, CNC Plasma, and the Tormach CNC Mill.&lt;br /&gt;
&lt;br /&gt;
Approved by the board on June 25, 2017, via the Administration list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Rules and policies]]&lt;br /&gt;
[[Category:Access policies]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Metalshop_Access_Policy&amp;diff=5049</id>
		<title>Metalshop Access Policy</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Metalshop_Access_Policy&amp;diff=5049"/>
		<updated>2017-06-28T00:03:52Z</updated>

		<summary type="html">&lt;p&gt;Kip: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* Use of the Metal Shop requires attendance in the area-specific safety class. Completion of the safety class will grant access to the area and use of the basic tools. &lt;br /&gt;
* Advanced tools require demonstration of safe and correct operation to an approved authorizer, as listed on the Wiki, or attendance in an instructional class. These tools are: Welders, Plasma Cutter, Forge, Lathes, Manual Mill, CNC Plasma, and the Tormach CNC Mill.&lt;br /&gt;
&lt;br /&gt;
Approved by the board on [[January_2_2017|January 2, 2017]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Rules and policies]]&lt;br /&gt;
[[Category:Access policies]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Bylaws&amp;diff=5021</id>
		<title>Bylaws</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Bylaws&amp;diff=5021"/>
		<updated>2017-06-24T21:59:22Z</updated>

		<summary type="html">&lt;p&gt;Kip: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Rules and policies]]&lt;br /&gt;
By law, this is the core governing document of ‍MakeICT‍.&lt;br /&gt;
Amendments are handled as specified in Article VII: Amendments&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article I: Why We Exist ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: General Purposes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Said corporation is organized exclusively for charitable, educational, and scientific purposes within the meaning of Section 501(c)(3) of the Internal Revenue Code, or the corresponding section of any future federal tax code. The mission of the corporation is to improve‍ the Wichita area ‍by ‍encouraging exploration, innovation, learning, and growth through collaboration, regardless of the medium, by providing safe, low-cost access to tools and knowledge‍.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Specific Purposes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Subject to and within the limits of Section 1, the corporation shall:&lt;br /&gt;
 - Build and maintain ‍space‍ suitable for technical and social collaboration.&lt;br /&gt;
 - collaborate to bring technology to all forms of art, culture, and craft in new and interesting ways.&lt;br /&gt;
 - Apply the results of its work to specific cultural, artistic, educational, charitable and scientific causes.&lt;br /&gt;
 - Freely share its research and discoveries, using what is learned to teach others.&lt;br /&gt;
 - Recruit and develop talented members dedicated to these purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article II: Who We Are ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: Designation of Membership Class&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
MakeICT has a ‍single membership class‍ with voting rights.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Voting Membership Class Qualifications&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
‍Any person who supports the purposes laid out in Article I of these bylaws is qualified to become a member.‍&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Voting Membership Class Election&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The [[standing rules]] shall specify procedures for inducting new members. For purposes of these bylaws, all persons listed as initial directors on the Articles of Incorporation shall be considered the initial voting members.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Voting Membership Dues&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The amount, payment period, due date and acceptable methods for collection of dues shall be reviewed each year at the annual meeting, and shall be specified in the [[standing rules]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Voting Membership Rights and Responsibilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Each voting member shall have an equal right to voice their opinion and vote their preference or abstain from voting in the affairs of the corporation. Each voting member shall exercise only one vote for each decision before the corporation. Each voting member shall have reasonable inspection rights of corporate records. Each voting member shall be responsible for timely payment of dues, providing their current address, contact information, and preference for electronic receipt of communications. Each voting member is responsible for continuing to support the purposes of the corporation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 6: Voting Membership Resignation and Termination&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Any voting member may resign by filing a resignation with any officer. Resignation shall not relieve a voting member of unpaid dues or other monies owed. ‍Voting membership shall be suspended‍ for non-payment of dues by the Treasurer after a period of three (3) months. Any suspended voting member may restore their membership as shall be specified in the [[standing rules]]. Voting membership may also be terminated for any reason by written petition signed by more than three quarters (3/4ths) of the voting members.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article III: How we meet ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: Regular Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Regular meetings of voting members shall be held as designated in the [[standing rules]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Annual Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An annual meeting of all members shall take place sometime in June. The President shall select the date, time and place no later than May 31 of each year. The date, time and place of the annual meeting must be posted in the registered office and submitted to members electronically at least two weeks prior to the annual meeting. At the annual meeting, the voting members shall elect the Board of Directors, review and vote on the [[standing rules]] and policies of the corporation, receive reports on the activities of the corporation, approve the budget and determine the direction of the corporation in the coming year.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Special Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A petition presented to all voting members and approved by one half (1/2) of voting members may call a special meeting. Such a petition must include the date, time, place and agenda of the special meeting. Notification of the result of the petition shall be presented to all members prior to the meeting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Quorum&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At a duly called meeting, at least 25% (one quarter) of the entire voting membership shall constitute a quorum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Voting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
When a quorum is present, all issues, except when otherwise specified in these bylaws, shall be decided by affirmative vote of more than 50% (one half) of the voting members present.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article IV: The Officers ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: Role, Number, Qualification, Term and Compensation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There shall be four officers, a President, a Vice President, a Secretary and a Treasurer. Each officer must be a voting member and each officer shall serve from the time of their election until their successor is elected and qualifies. ‍No officer may serve more than 3 consecutive terms‍. No officer shall be compensated for their service as an officer, though the corporation may provide insurance and indemnity for officers as allowed by law.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Duties of the President&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The President shall preside over all meetings or designate an alternate, attempt to achieve consensus in all decision-making, ensure the membership is informed of all relevant issues, and serve other duties of a President as required by law or custom.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Duties of the Vice President&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Vice President shall be primarily responsible for the information systems and communication processes of the corporation and serve all other duties of a Vice President as required by law or custom, including acting when the President is unable or unwilling to act.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Duties of the Secretary&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Secretary shall be responsible for maintaining membership and corporate records and for serving all other duties of a Secretary as required by law or custom.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Duties of the Treasurer&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Treasurer shall serve as custodian of corporate funds, collect dues, present a financial report at each regular and annual meeting, assist in the preparation of the budget, make financial information available to members and the public, and serve all other duties of a Treasurer as required by law or custom.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 6: Duties of the Officers as whole to provide an Annual Report&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Officers must provide an annual report at the annual meeting. The report shall chronicle the activities of the corporation, including specific narratives on the corporation&#039;s work, the corporation&#039;s annual financial statements, relevant legal filings, and relevant copies of the organization&#039;s state and federal tax returns.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 7: Officers are Directors&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Officers shall also serve as bona-fide directors on the Board of Directors. Election, resignation, removal and vacancies of the Officers are handled in accordance with procedures laid out in Article V.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article V: The Board of Directors ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: Role, Size, Term and Compensation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The board of directors shall consist of the four elected Officers as defined in Article IV, four elected at-large directors, and the immediate Past-President, all of whom are considered directors for the purposes of this article. All directors must be voting members of the corporation. Each elected director shall serve from the time of their election at the annual meeting until the following annual meeting (1 year), and the Past-President will serve 1 term immediately following the end of their elected term(s). ‍No elected director may serve more than 3 consecutive terms‍ on the board of directors. No director may be compensated for their service as a board member, though the corporation may provide insurance and indemnity for board members as allowed by law. Each person on the board of directors can only fill one position, and each director will have only one vote in board decisions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Board of Directors shall meet when necessary. All voting members may attend a meeting of the board of directors. The notice shall give the time, place, reason for calling the meeting. Notices shall be electronically distributed to all members at least five business days prior to a meeting. Minutes shall follow the [[standing rules]] for meetings as approved at an annual meeting. Minutes of each board meeting shall be available electronically to members.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Elections&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Each member present shall be given an opportunity to be a candidate for any elected position on the board. If there is more than one candidate for an officer position, the candidate which obtains the highest number votes from voting members present shall be elected. In the event of a tie, the election is decided by coin flip. If there are no candidates for an officer position, the outgoing officeholder may, if eligible, elect to serve another term. If more than four members are candidates for at-large director, each voting member present shall rank the candidates. The four candidates obtaining the highest preferences from voting members present shall be elected.  In the case of a vacancy on the board, the remainder of the board has the right to appoint an interim member or to hold a special election to elect an interim member to fill the position for the remainder of the term.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Quorum&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Two-thirds of board members at a duly called board member meeting shall constitute a quorum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Voting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
All issues, except when otherwise specified in these bylaws, shall be decided by affirmative vote of more than half of the directors present at a duly held meeting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 6: Resignation, Termination and Vacancies&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Any officer or director may resign by filing a written or electronic resignation with the Secretary or two other board members. An officer or at-large director may be terminated in their role by written petition signed by more than two-thirds (2/3rds) of the voting membership. Vacancies on the board shall be filled at the next regular meeting using the applicable process outlined in Section 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 7: Conflict of Interest&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Any officer or director who has a financial, personal, or official interest in, or conflict (or appearance of a conflict) with any matter pending before the Board, of such nature that it prevents or may prevent that member from acting on the matter in an impartial manner, will offer to the Board to voluntarily excuse him/herself and will vacate his seat and refrain from discussion and voting on said item.&lt;br /&gt;
&lt;br /&gt;
== Article VI: Financial Matters ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 1: General&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The corporation may use its funds only to accomplish the purposes specified by these Bylaws.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 2: Fiscal Year&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The fiscal year of the corporation commences on the first day of January and ends on the last day of December.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 3: Purchasing Authority&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No member of the corporation shall be authorized to make purchases in the name of the corporation except as directed by the Board of Directors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 4: Deposits&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
All funds of the corporation will be deposited from time to time to the credit of the corporation in such banks, trust companies or other depositories as the Board of Directors may select.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 5: Checks and Notes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Except as otherwise specifically determined by resolution of the Board of Directors, these Bylaws or as otherwise required by law, checks, drafts, promissory notes, orders for the payment of money, and other evidence of indebtedness of the corporation in excess of an amount as set from time to time by the Board of Directors shall be signed by the Treasurer and countersigned by the President of the corporation except that the Treasurer shall be permitted to pay for routine, regularly occurring expenses as approved by the Board of Directors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 6: Gifts and Donations&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Board of Directors may accept on behalf of the corporation any gift, donation, bequest, or device for the nonprofit purposes of this corporation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 7: Material Property&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Material property that may be obtained from time to time by the corporation in its name will be controlled and the responsibility of the corporation President or other personnel so designated by the Board of Directors.&lt;br /&gt;
All such material property shall be used only for the benefit of the corporation and shall not be used for the personal benefit or gain of the appointed caretaker or any third party. No material property of the corporation may be given to, loaned or placed in the possession of a third party without the expressed permission of the Board of Directors.&lt;br /&gt;
The Board of Directors owns or will own any copyrights, patents, or trademarks, whether fees are or will be charged, how the fees are determined, and how any items are or will be produced, distributed, and marketed will ultimately be the decision of the Board of Directors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Section 8: Dissolution&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the event of the liquidation or dissolution of the corporation, whether voluntarily or involuntarily, no member will be entitled to any distribution or division of its remaining property nor its proceeds.&lt;br /&gt;
The balance of all money and other property received by the corporation from any source, after the payment of all debts and obligation of the corporation, will be distributed in accordance with the Articles of Incorporation and Section 501(c) of the Internal Revenue Code and the regulations thereunder as the same now exist or as they be hereafter amended from time to time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Article VII: Amendments ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These bylaws may be amended only when an amendment proposal petition is approved by an affirmative vote of at least 2/3rds (two thirds) of the members voting.&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Annual_Meeting&amp;diff=5003</id>
		<title>2017 Annual Meeting</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Annual_Meeting&amp;diff=5003"/>
		<updated>2017-06-23T15:06:10Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* 6:00 - Candidate Introductions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Date of meeting: 2017 June 17&lt;br /&gt;
&lt;br /&gt;
== 5:00 - Call to Order and reading of Annual Report ==&lt;br /&gt;
* Started about 10 minutes late&lt;br /&gt;
* Activities report&lt;br /&gt;
** Logan will post annual report online&lt;br /&gt;
 &lt;br /&gt;
== 5:15 - Financial Report ==&lt;br /&gt;
* Tracy gives an overview of our current financial status&lt;br /&gt;
** The detailed budget is available in the finances folder in the admin drive, but not being discussed at this meeting. It can be made available to any member in good standing who requests access.&lt;br /&gt;
** Member count is 361&lt;br /&gt;
** Financial report is missing numbers from KLF, devICT, Open Wichita, (All programs excluding the makerspace[only the makerspace])&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== 5:35 - Proposed Bylaws Changes ==&lt;br /&gt;
* [https://drive.google.com/open?id=10qV31FEt_QfFIN41DsEGQIAikFVJiBXqSo1_1ntwdKY Link] to public Google Doc&lt;br /&gt;
&lt;br /&gt;
== 5:50 - Proposed action on Maker Academy ==&lt;br /&gt;
* &amp;quot;Shall the board of directors have the authority to shut down Maker Academy?&amp;quot;&lt;br /&gt;
** Concern that if we give to board the power to disband this program now, that power could be used to disband any other program later (including the makerspace).&lt;br /&gt;
** Certain people are dumbfounded that the board can’t decide to disband something that isn’t in our Bylaws. They fail to realize that our Bylaws don’t actually mention the makerspace either though.&lt;br /&gt;
** Someone suggests that what should happen is that we should not disband the program and what should happen is that the Board should define what Maker Academy really does, which is a power the board has, and we should define Maker Academy as something that we can really work with.&lt;br /&gt;
** Jacob Walker, devICT director, clarifies that the devICT, OpenWichita, and KLF programs started as their own entities and found a home under the MakeICT umbrella, but that Maker Academy and Maker Outreach were formed within the MakeICT umbrella by membership vote.&lt;br /&gt;
** Laura Scholl, Maker Academy director, speaks about how Maker Academy was created with one definition, then evolved into another definition. She also states that Maker Academy has not cost the membership/organization anything financially. In fact, they made a (very small) profit.&lt;br /&gt;
** John Alexander/Laura Scholl - suggest creating a framework for provisional programs and their graduation&lt;br /&gt;
** There’s a 2 minute recess for Logan&lt;br /&gt;
** Laura Scholl makes a motion that we shut down Maker Academy in its current form&lt;br /&gt;
*** Motion is recognized and seconded&lt;br /&gt;
*** Barb doesn’t feel that a “political movement” is necessary, that we could simply redefine the program and take action with it.&lt;br /&gt;
*** There’s debate about whether or not anything about Maker Academy or Maker Outreach was ever discussed at the board level, as it was painted by Logan&lt;br /&gt;
** Laura withdraws her motion&lt;br /&gt;
** Kim makes a motion that Kirk Lancaster be tasked with defining Maker Academy and reporting back to the board in three months&lt;br /&gt;
*** Kirk volunteered to take on this task&lt;br /&gt;
*** Motion is recognized and seconded&lt;br /&gt;
*** After discussing James’ motion (below) Kim realizes that her motion will be sent to the membership to be voted on via SurveyMonkey. She clarifies that she was trying to create an action item, not a membership vote.&lt;br /&gt;
*** Kim withdraws her motion.&lt;br /&gt;
*** It’s agreed upon that we will not send out a vote to the membership regarding Maker Academy at least until Kirk has reported back to the board.&lt;br /&gt;
** {{todo|who=Kirk Lancaster|what=Define Maker Academy and what it does and report to the board.|when=On or before September 18, 2017|done=0}}&lt;br /&gt;
 &lt;br /&gt;
* James Lancaster proposes that we add regular meetings to the standing rules via a vote from the membership during the vote that will happen following this meeting.&lt;br /&gt;
** What will be voted on:&lt;br /&gt;
*** In connection with the rules in the bylaws for regular membership meetings, this would add one of the following sections to the standing rules:&lt;br /&gt;
*** 1. MakeICT shall have regular meetings every September, December, March, in addition to the annual meeting in June.&lt;br /&gt;
*** 2. MakeICT shall have regular meetings every December, in addition to the annual meeting in June.&lt;br /&gt;
*** These meetings shall be called by the board of directors in resolution, not less than 2 weeks before the meeting, such meeting will be posted in all customary physical and electronic places. They shall include short reports on what MakeICT has been doing through it&#039;s various programs and address any issues that need to be addressed.&lt;br /&gt;
** What the options will be:&lt;br /&gt;
*** No change (No regular meeting except the annual meeting)&lt;br /&gt;
*** Option 1 only (Meetings every 3 months) &lt;br /&gt;
*** Option 2 only (Meetings every 6 months)&lt;br /&gt;
*** Option 1 then 2 (Ok, with either, prefer every 3 months) &lt;br /&gt;
*** Option 2 then 1 (Ok, with either, prefer every 6 months)&lt;br /&gt;
** Motion is seconded and will be voted on by the membership via SurveyMonkey&lt;br /&gt;
 &lt;br /&gt;
== 6:00 - Candidate Introductions ==&lt;br /&gt;
* Actual time is about 6:20&lt;br /&gt;
* &#039;&#039;&#039;Note:&#039;&#039;&#039; Bold names indicate persons that were elected.&lt;br /&gt;
* Presidential Candidates - 4 minutes each&lt;br /&gt;
** &#039;&#039;&#039;Kim Burton&#039;&#039;&#039;&lt;br /&gt;
** James Lancaster&lt;br /&gt;
* Vice Presidential Candidates - 3 minutes each&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** &#039;&#039;&#039;James Lancaster&#039;&#039;&#039;&lt;br /&gt;
** Kip Landwehr&lt;br /&gt;
* Treasurer Candidates - 2 minutes each&lt;br /&gt;
** &#039;&#039;&#039;David Springs&#039;&#039;&#039;&lt;br /&gt;
* Secretary Candidates - 2 minutes each&lt;br /&gt;
** &#039;&#039;&#039;Rustin Atkeisson&#039;&#039;&#039;&lt;br /&gt;
* At-large Officer Candidates - 2 minutes each&lt;br /&gt;
** Thomas Bloom&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** &#039;&#039;&#039;Kez Cook&#039;&#039;&#039;&lt;br /&gt;
** Dean Day&lt;br /&gt;
** &#039;&#039;&#039;LaDeana Dockery&#039;&#039;&#039;&lt;br /&gt;
** James Lancaster&lt;br /&gt;
** &#039;&#039;&#039;Malissa Long&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;Kip Landwehr&#039;&#039;&#039;&lt;br /&gt;
** Matthew Pogue&lt;br /&gt;
** Laura Scholl&lt;br /&gt;
** Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
** Matt Young&lt;br /&gt;
&lt;br /&gt;
== 6:35 - Adjourn ==&lt;br /&gt;
* Actual time is 6:45&lt;br /&gt;
&lt;br /&gt;
[[Category:Annual Meetings]]&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Annual_Meeting&amp;diff=5002</id>
		<title>2017 Annual Meeting</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Annual_Meeting&amp;diff=5002"/>
		<updated>2017-06-23T15:05:13Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* 6:00 - Candidate Introductions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Date of meeting: 2017 June 17&lt;br /&gt;
&lt;br /&gt;
== 5:00 - Call to Order and reading of Annual Report ==&lt;br /&gt;
* Started about 10 minutes late&lt;br /&gt;
* Activities report&lt;br /&gt;
** Logan will post annual report online&lt;br /&gt;
 &lt;br /&gt;
== 5:15 - Financial Report ==&lt;br /&gt;
* Tracy gives an overview of our current financial status&lt;br /&gt;
** The detailed budget is available in the finances folder in the admin drive, but not being discussed at this meeting. It can be made available to any member in good standing who requests access.&lt;br /&gt;
** Member count is 361&lt;br /&gt;
** Financial report is missing numbers from KLF, devICT, Open Wichita, (All programs excluding the makerspace[only the makerspace])&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== 5:35 - Proposed Bylaws Changes ==&lt;br /&gt;
* [https://drive.google.com/open?id=10qV31FEt_QfFIN41DsEGQIAikFVJiBXqSo1_1ntwdKY Link] to public Google Doc&lt;br /&gt;
&lt;br /&gt;
== 5:50 - Proposed action on Maker Academy ==&lt;br /&gt;
* &amp;quot;Shall the board of directors have the authority to shut down Maker Academy?&amp;quot;&lt;br /&gt;
** Concern that if we give to board the power to disband this program now, that power could be used to disband any other program later (including the makerspace).&lt;br /&gt;
** Certain people are dumbfounded that the board can’t decide to disband something that isn’t in our Bylaws. They fail to realize that our Bylaws don’t actually mention the makerspace either though.&lt;br /&gt;
** Someone suggests that what should happen is that we should not disband the program and what should happen is that the Board should define what Maker Academy really does, which is a power the board has, and we should define Maker Academy as something that we can really work with.&lt;br /&gt;
** Jacob Walker, devICT director, clarifies that the devICT, OpenWichita, and KLF programs started as their own entities and found a home under the MakeICT umbrella, but that Maker Academy and Maker Outreach were formed within the MakeICT umbrella by membership vote.&lt;br /&gt;
** Laura Scholl, Maker Academy director, speaks about how Maker Academy was created with one definition, then evolved into another definition. She also states that Maker Academy has not cost the membership/organization anything financially. In fact, they made a (very small) profit.&lt;br /&gt;
** John Alexander/Laura Scholl - suggest creating a framework for provisional programs and their graduation&lt;br /&gt;
** There’s a 2 minute recess for Logan&lt;br /&gt;
** Laura Scholl makes a motion that we shut down Maker Academy in its current form&lt;br /&gt;
*** Motion is recognized and seconded&lt;br /&gt;
*** Barb doesn’t feel that a “political movement” is necessary, that we could simply redefine the program and take action with it.&lt;br /&gt;
*** There’s debate about whether or not anything about Maker Academy or Maker Outreach was ever discussed at the board level, as it was painted by Logan&lt;br /&gt;
** Laura withdraws her motion&lt;br /&gt;
** Kim makes a motion that Kirk Lancaster be tasked with defining Maker Academy and reporting back to the board in three months&lt;br /&gt;
*** Kirk volunteered to take on this task&lt;br /&gt;
*** Motion is recognized and seconded&lt;br /&gt;
*** After discussing James’ motion (below) Kim realizes that her motion will be sent to the membership to be voted on via SurveyMonkey. She clarifies that she was trying to create an action item, not a membership vote.&lt;br /&gt;
*** Kim withdraws her motion.&lt;br /&gt;
*** It’s agreed upon that we will not send out a vote to the membership regarding Maker Academy at least until Kirk has reported back to the board.&lt;br /&gt;
** {{todo|who=Kirk Lancaster|what=Define Maker Academy and what it does and report to the board.|when=On or before September 18, 2017|done=0}}&lt;br /&gt;
 &lt;br /&gt;
* James Lancaster proposes that we add regular meetings to the standing rules via a vote from the membership during the vote that will happen following this meeting.&lt;br /&gt;
** What will be voted on:&lt;br /&gt;
*** In connection with the rules in the bylaws for regular membership meetings, this would add one of the following sections to the standing rules:&lt;br /&gt;
*** 1. MakeICT shall have regular meetings every September, December, March, in addition to the annual meeting in June.&lt;br /&gt;
*** 2. MakeICT shall have regular meetings every December, in addition to the annual meeting in June.&lt;br /&gt;
*** These meetings shall be called by the board of directors in resolution, not less than 2 weeks before the meeting, such meeting will be posted in all customary physical and electronic places. They shall include short reports on what MakeICT has been doing through it&#039;s various programs and address any issues that need to be addressed.&lt;br /&gt;
** What the options will be:&lt;br /&gt;
*** No change (No regular meeting except the annual meeting)&lt;br /&gt;
*** Option 1 only (Meetings every 3 months) &lt;br /&gt;
*** Option 2 only (Meetings every 6 months)&lt;br /&gt;
*** Option 1 then 2 (Ok, with either, prefer every 3 months) &lt;br /&gt;
*** Option 2 then 1 (Ok, with either, prefer every 6 months)&lt;br /&gt;
** Motion is seconded and will be voted on by the membership via SurveyMonkey&lt;br /&gt;
 &lt;br /&gt;
== 6:00 - Candidate Introductions ==&lt;br /&gt;
* Actual time is about 6:20&lt;br /&gt;
* Note: Bold names indicate persons that were elected.&lt;br /&gt;
* Presidential Candidates - 4 minutes each&lt;br /&gt;
** &#039;&#039;&#039;Kim Burton&#039;&#039;&#039;&lt;br /&gt;
** James Lancaster&lt;br /&gt;
* Vice Presidential Candidates - 3 minutes each&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** &#039;&#039;&#039;James Lancaster&#039;&#039;&#039;&lt;br /&gt;
** Kip Landwehr&lt;br /&gt;
* Treasurer Candidates - 2 minutes each&lt;br /&gt;
** &#039;&#039;&#039;David Springs&#039;&#039;&#039;&lt;br /&gt;
* Secretary Candidates - 2 minutes each&lt;br /&gt;
** &#039;&#039;&#039;Rustin Atkeisson&#039;&#039;&#039;&lt;br /&gt;
* At-large Officer Candidates - 2 minutes each&lt;br /&gt;
** Thomas Bloom&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** &#039;&#039;&#039;Kez Cook&#039;&#039;&#039;&lt;br /&gt;
** Dean Day&lt;br /&gt;
** &#039;&#039;&#039;LaDeana Dockery&#039;&#039;&#039;&lt;br /&gt;
** James Lancaster&lt;br /&gt;
** &#039;&#039;&#039;Malissa Long&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;Kip Landwehr&#039;&#039;&#039;&lt;br /&gt;
** Matthew Pogue&lt;br /&gt;
** Laura Scholl&lt;br /&gt;
** Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
** Matt Young&lt;br /&gt;
&lt;br /&gt;
== 6:35 - Adjourn ==&lt;br /&gt;
* Actual time is 6:45&lt;br /&gt;
&lt;br /&gt;
[[Category:Annual Meetings]]&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=June_19_2017&amp;diff=4986</id>
		<title>June 19 2017</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=June_19_2017&amp;diff=4986"/>
		<updated>2017-06-20T00:21:31Z</updated>

		<summary type="html">&lt;p&gt;Kip: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Roll Call ==&lt;br /&gt;
* Board Members&lt;br /&gt;
** Logan Pajunen&lt;br /&gt;
** Tracy Hoover&lt;br /&gt;
** Kip Landwehr&lt;br /&gt;
** Christian Kindel&lt;br /&gt;
** Curt Gridley&lt;br /&gt;
** James Lancaster&lt;br /&gt;
** Dominic Canare&lt;br /&gt;
&lt;br /&gt;
* Members&lt;br /&gt;
** David Springs&lt;br /&gt;
** Jeremiah Burian&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** Malissa Long&lt;br /&gt;
** Matt Pogue&lt;br /&gt;
** Mike Barushok&lt;br /&gt;
** Mike Hutton&lt;br /&gt;
** Tom McGuire&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Standing Items ==&lt;br /&gt;
* Treasurer’s Report&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== New Business ==&lt;br /&gt;
* Woodshop issues&lt;br /&gt;
** SawStop cartridge was blown&lt;br /&gt;
*** The member in question called Mike and admitted that he messed up&lt;br /&gt;
*** Member was told not to run aluminum on the SawStop during safety class and again by a member after he did it&lt;br /&gt;
*** Complaints have been made about this member using the woodshop constantly, leaving projects and a lot of materials, etc.&lt;br /&gt;
*** We’re concerned by the fact that they are knowingly breaking rules, not the fact that they are doing commercial work in the makerspace&lt;br /&gt;
*** Member also claims that they talked to the board about how much they would be using the equipment and the kind of work they were going to be doing.&lt;br /&gt;
**** Several board members have no recollection of ever meeting member&lt;br /&gt;
*** Member asked to borrow Poorman’s forklift&lt;br /&gt;
*** It isn’t (or at least wasn’t) possible to access the cabinets in the woodshop&lt;br /&gt;
*** Suggestion that we should request a donation from the member to offset the cost of the damages to the &lt;br /&gt;
**** Concern raised that such a thing would instill a sense of, “I can come in and wreak havoc and just pay my way out of it when I’m done,” as well as a sense of how much&lt;br /&gt;
*** Motion to suspend member’s membership for 90 days, with the suspension to be reviewed by the board at that time.&lt;br /&gt;
**** Motion withdrawn&lt;br /&gt;
*** Motion to suspend member’s membership for 90 days, the suspension to be reviewed by the board at that time, and that we bill him $2500 for damages to the space and the community.&lt;br /&gt;
**** Motion withdrawn&lt;br /&gt;
&lt;br /&gt;
** SawStop saw fence was damaged (not sure by whom)&lt;br /&gt;
** SawStop belt was shredded and need replaced (not sure how or why)&lt;br /&gt;
*** Speculation to what caused it…&lt;br /&gt;
&lt;br /&gt;
* Motion to reimburse Logan for his airfare and two night hotel stay for his trip to Washington, D.C. for the Nation of Makers meeting, if and only if he distributes his written report to the membership and he sends his receipts to the treasurer.&lt;br /&gt;
** Motion passes with 5 yes votes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Decision Summary ==&lt;br /&gt;
{{decision-summary}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Task Summary ==&lt;br /&gt;
{{todo-summary}}&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=June_19_2017&amp;diff=4985</id>
		<title>June 19 2017</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=June_19_2017&amp;diff=4985"/>
		<updated>2017-06-20T00:20:00Z</updated>

		<summary type="html">&lt;p&gt;Kip: Created page with &amp;quot;== Roll Call == * Board Members ** Logan Pajunen ** Tracy Hoover ** Kip Landwehr ** Christian Kindel ** Curt Gridley ** James Lancaster ** Dominic Canare   * Members ** David...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Roll Call ==&lt;br /&gt;
* Board Members&lt;br /&gt;
** Logan Pajunen&lt;br /&gt;
** Tracy Hoover&lt;br /&gt;
** Kip Landwehr&lt;br /&gt;
** Christian Kindel&lt;br /&gt;
** Curt Gridley&lt;br /&gt;
** James Lancaster&lt;br /&gt;
** Dominic Canare&lt;br /&gt;
 &lt;br /&gt;
* Members&lt;br /&gt;
** David Springs&lt;br /&gt;
** Jeremiah Burian&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** Malissa Long&lt;br /&gt;
** Matt Pogue&lt;br /&gt;
** Mike Barushok&lt;br /&gt;
** Mike Hutton&lt;br /&gt;
** Tom McGuire&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== Standing Items ==&lt;br /&gt;
* Treasurer’s Report&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== New Business ==&lt;br /&gt;
* Woodshop issues&lt;br /&gt;
** SawStop cartridge was blown&lt;br /&gt;
*** The member in question called Mike and admitted that he messed up&lt;br /&gt;
*** Member was told not to run aluminum on the SawStop during safety class and again by a member after he did it&lt;br /&gt;
*** Complaints have been made about this member using the woodshop constantly, leaving projects and a lot of materials, etc.&lt;br /&gt;
*** We’re concerned by the fact that they are knowingly breaking rules, not the fact that they are doing commercial work in the makerspace&lt;br /&gt;
*** Member also claims that they talked to the board about how much they would be using the equipment and the kind of work they were going to be doing.&lt;br /&gt;
**** Several board members have no recollection of ever meeting member&lt;br /&gt;
*** Member asked to borrow Poorman’s forklift&lt;br /&gt;
*** It isn’t (or at least wasn’t) possible to access the cabinets in the woodshop&lt;br /&gt;
*** Suggestion that we should request a donation from the member to offset the cost of the damages to the &lt;br /&gt;
**** Concern raised that such a thing would instill a sense of, “I can come in and wreak havoc and just pay my way out of it when I’m done,” as well as a sense of how much&lt;br /&gt;
*** Motion to suspend member’s membership for 90 days, with the suspension to be reviewed by the board at that time.&lt;br /&gt;
**** Motion withdrawn&lt;br /&gt;
*** Motion to suspend member’s membership for 90 days, the suspension to be reviewed by the board at that time, and that we bill him $2500 for damages to the space and the community.&lt;br /&gt;
**** Motion withdrawn&lt;br /&gt;
 &lt;br /&gt;
** SawStop saw fence was damaged (not sure by whom)&lt;br /&gt;
** SawStop belt was shredded and need replaced (not sure how or why)&lt;br /&gt;
*** Speculation to what caused it…&lt;br /&gt;
 &lt;br /&gt;
* Motion to reimburse Logan for his airfare and two night hotel stay for his trip to Washington, D.C. for the Nation of Makers meeting, if and only if he distributes his written report to the membership and he sends his receipts to the treasurer.&lt;br /&gt;
** Motion passes with 5 yes votes&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4984</id>
		<title>2017 Elections - Ballot</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4984"/>
		<updated>2017-06-20T00:12:10Z</updated>

		<summary type="html">&lt;p&gt;Kip: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note: The elected officials have been bolded.&lt;br /&gt;
&lt;br /&gt;
== President ==&lt;br /&gt;
* &#039;&#039;&#039;Kim Burton&#039;&#039;&#039;&lt;br /&gt;
* James Lancaster&lt;br /&gt;
&lt;br /&gt;
== Vice President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* &#039;&#039;&#039;James Lancaster&#039;&#039;&#039;&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
&lt;br /&gt;
== Treasurer ==&lt;br /&gt;
* &#039;&#039;&#039;David Springs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Secretary ==&lt;br /&gt;
* &#039;&#039;&#039;Rustin Atkeisson&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== At-Large Directors ==&lt;br /&gt;
* Thomas Bloom&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* &#039;&#039;&#039;Kez Cook&#039;&#039;&#039;&lt;br /&gt;
* Dean Day&lt;br /&gt;
* &#039;&#039;&#039;LaDeana Dockery&#039;&#039;&#039;&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* &#039;&#039;&#039;Malissa Long&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Kip Landwehr&#039;&#039;&#039;&lt;br /&gt;
* Matthew Pogue&lt;br /&gt;
* Laura Scholl&lt;br /&gt;
* Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
* Matt Young&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4983</id>
		<title>2017 Elections - Ballot</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4983"/>
		<updated>2017-06-20T00:11:09Z</updated>

		<summary type="html">&lt;p&gt;Kip: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please note: This page will show the ballot that will be voted on and will continue to be updated as nominations are accepted, up until the start of the election. The currently accepted nominations are listed below.&lt;br /&gt;
&lt;br /&gt;
== President ==&lt;br /&gt;
* &#039;&#039;&#039;Kim Burton&#039;&#039;&#039;&lt;br /&gt;
* James Lancaster&lt;br /&gt;
&lt;br /&gt;
== Vice President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* &#039;&#039;&#039;James Lancaster&#039;&#039;&#039;&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
&lt;br /&gt;
== Treasurer ==&lt;br /&gt;
* &#039;&#039;&#039;David Springs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Secretary ==&lt;br /&gt;
* &#039;&#039;&#039;Rustin Atkeisson&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== At-Large Directors ==&lt;br /&gt;
* Thomas Bloom&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* &#039;&#039;&#039;Kez Cook&#039;&#039;&#039;&lt;br /&gt;
* Dean Day&lt;br /&gt;
* &#039;&#039;&#039;LaDeana Dockery&#039;&#039;&#039;&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* &#039;&#039;&#039;Malissa Long&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Kip Landwehr&#039;&#039;&#039;&lt;br /&gt;
* Matthew Pogue&lt;br /&gt;
* Laura Scholl&lt;br /&gt;
* Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
* Matt Young&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Annual_Meeting&amp;diff=4969</id>
		<title>2017 Annual Meeting</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Annual_Meeting&amp;diff=4969"/>
		<updated>2017-06-18T02:26:56Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* 5:35 - Proposed Bylaws Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Date of meeting: 2017 June 17&lt;br /&gt;
&lt;br /&gt;
== 5:00 - Call to Order and reading of Annual Report ==&lt;br /&gt;
* Started about 10 minutes late&lt;br /&gt;
* Activities report&lt;br /&gt;
** Logan will post annual report online&lt;br /&gt;
 &lt;br /&gt;
== 5:15 - Financial Report ==&lt;br /&gt;
* Tracy gives an overview of our current financial status&lt;br /&gt;
** The detailed budget is available in the finances folder in the admin drive, but not being discussed at this meeting. It can be made available to any member in good standing who requests access.&lt;br /&gt;
** Member count is 361&lt;br /&gt;
** Financial report is missing numbers from KLF, devICT, Open Wichita, (All programs excluding the makerspace[only the makerspace])&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== 5:35 - Proposed Bylaws Changes ==&lt;br /&gt;
* [https://drive.google.com/open?id=10qV31FEt_QfFIN41DsEGQIAikFVJiBXqSo1_1ntwdKY Link] to public Google Doc&lt;br /&gt;
&lt;br /&gt;
== 5:50 - Proposed action on Maker Academy ==&lt;br /&gt;
* &amp;quot;Shall the board of directors have the authority to shut down Maker Academy?&amp;quot;&lt;br /&gt;
** Concern that if we give to board the power to disband this program now, that power could be used to disband any other program later (including the makerspace).&lt;br /&gt;
** Certain people are dumbfounded that the board can’t decide to disband something that isn’t in our Bylaws. They fail to realize that our Bylaws don’t actually mention the makerspace either though.&lt;br /&gt;
** Someone suggests that what should happen is that we should not disband the program and what should happen is that the Board should define what Maker Academy really does, which is a power the board has, and we should define Maker Academy as something that we can really work with.&lt;br /&gt;
** Jacob Walker, devICT director, clarifies that the devICT, OpenWichita, and KLF programs started as their own entities and found a home under the MakeICT umbrella, but that Maker Academy and Maker Outreach were formed within the MakeICT umbrella by membership vote.&lt;br /&gt;
** Laura Scholl, Maker Academy director, speaks about how Maker Academy was created with one definition, then evolved into another definition. She also states that Maker Academy has not cost the membership/organization anything financially. In fact, they made a (very small) profit.&lt;br /&gt;
** John Alexander/Laura Scholl - suggest creating a framework for provisional programs and their graduation&lt;br /&gt;
** There’s a 2 minute recess for Logan&lt;br /&gt;
** Laura Scholl makes a motion that we shut down Maker Academy in its current form&lt;br /&gt;
*** Motion is recognized and seconded&lt;br /&gt;
*** Barb doesn’t feel that a “political movement” is necessary, that we could simply redefine the program and take action with it.&lt;br /&gt;
*** There’s debate about whether or not anything about Maker Academy or Maker Outreach was ever discussed at the board level, as it was painted by Logan&lt;br /&gt;
** Laura withdraws her motion&lt;br /&gt;
** Kim makes a motion that Kirk Lancaster be tasked with defining Maker Academy and reporting back to the board in three months&lt;br /&gt;
*** Kirk volunteered to take on this task&lt;br /&gt;
*** Motion is recognized and seconded&lt;br /&gt;
*** After discussing James’ motion (below) Kim realizes that her motion will be sent to the membership to be voted on via SurveyMonkey. She clarifies that she was trying to create an action item, not a membership vote.&lt;br /&gt;
*** Kim withdraws her motion.&lt;br /&gt;
*** It’s agreed upon that we will not send out a vote to the membership regarding Maker Academy at least until Kirk has reported back to the board.&lt;br /&gt;
** {{todo|who=Kirk Lancaster|what=Define Maker Academy and what it does and report to the board.|when=On or before September 18, 2017|done=0}}&lt;br /&gt;
 &lt;br /&gt;
* James Lancaster proposes that we add regular meetings to the standing rules via a vote from the membership during the vote that will happen following this meeting.&lt;br /&gt;
** What will be voted on:&lt;br /&gt;
*** In connection with the rules in the bylaws for regular membership meetings, this would add one of the following sections to the standing rules:&lt;br /&gt;
*** 1. MakeICT shall have regular meetings every September, December, March, in addition to the annual meeting in June.&lt;br /&gt;
*** 2. MakeICT shall have regular meetings every December, in addition to the annual meeting in June.&lt;br /&gt;
*** These meetings shall be called by the board of directors in resolution, not less than 2 weeks before the meeting, such meeting will be posted in all customary physical and electronic places. They shall include short reports on what MakeICT has been doing through it&#039;s various programs and address any issues that need to be addressed.&lt;br /&gt;
** What the options will be:&lt;br /&gt;
*** No change (No regular meeting except the annual meeting)&lt;br /&gt;
*** Option 1 only (Meetings every 3 months) &lt;br /&gt;
*** Option 2 only (Meetings every 6 months)&lt;br /&gt;
*** Option 1 then 2 (Ok, with either, prefer every 3 months) &lt;br /&gt;
*** Option 2 then 1 (Ok, with either, prefer every 6 months)&lt;br /&gt;
** Motion is seconded and will be voted on by the membership via SurveyMonkey&lt;br /&gt;
 &lt;br /&gt;
== 6:00 - Candidate Introductions ==&lt;br /&gt;
* Actual time is about 6:20&lt;br /&gt;
* Presidential Candidates - 4 minutes each&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** James Lancaster&lt;br /&gt;
* Vice Presidential Candidates - 3 minutes each&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** James Lancaster&lt;br /&gt;
** Kip Landwehr&lt;br /&gt;
** David Springs&lt;br /&gt;
* Treasurer Candidates - 2 minutes each&lt;br /&gt;
** David Springs&lt;br /&gt;
* Secretary Candidates - 2 minutes each&lt;br /&gt;
** Rustin Atkeisson&lt;br /&gt;
* At-large Officer Candidates - 2 minutes each&lt;br /&gt;
** Rustin Atkeisson&lt;br /&gt;
** Thomas Bloom&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** Kez Cook&lt;br /&gt;
** Dean Day&lt;br /&gt;
** LaDeana Dockery&lt;br /&gt;
** James Lancaster&lt;br /&gt;
** Malissa Long&lt;br /&gt;
** Kip Landwehr&lt;br /&gt;
** Matthew Pogue&lt;br /&gt;
** Laura Scholl&lt;br /&gt;
** David Springs&lt;br /&gt;
** Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
** Matt Young&lt;br /&gt;
&lt;br /&gt;
== 6:35 - Adjourn ==&lt;br /&gt;
* Actual time is 6:45&lt;br /&gt;
&lt;br /&gt;
[[Category:Annual Meetings]]&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Annual_Meeting&amp;diff=4968</id>
		<title>2017 Annual Meeting</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Annual_Meeting&amp;diff=4968"/>
		<updated>2017-06-18T02:26:29Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* 5:35 - Proposed Bylaws Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Date of meeting: 2017 June 17&lt;br /&gt;
&lt;br /&gt;
== 5:00 - Call to Order and reading of Annual Report ==&lt;br /&gt;
* Started about 10 minutes late&lt;br /&gt;
* Activities report&lt;br /&gt;
** Logan will post annual report online&lt;br /&gt;
 &lt;br /&gt;
== 5:15 - Financial Report ==&lt;br /&gt;
* Tracy gives an overview of our current financial status&lt;br /&gt;
** The detailed budget is available in the finances folder in the admin drive, but not being discussed at this meeting. It can be made available to any member in good standing who requests access.&lt;br /&gt;
** Member count is 361&lt;br /&gt;
** Financial report is missing numbers from KLF, devICT, Open Wichita, (All programs excluding the makerspace[only the makerspace])&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== 5:35 - Proposed Bylaws Changes ==&lt;br /&gt;
* {https://drive.google.com/open?id=10qV31FEt_QfFIN41DsEGQIAikFVJiBXqSo1_1ntwdKY Link} to public Google Doc&lt;br /&gt;
&lt;br /&gt;
== 5:50 - Proposed action on Maker Academy ==&lt;br /&gt;
* &amp;quot;Shall the board of directors have the authority to shut down Maker Academy?&amp;quot;&lt;br /&gt;
** Concern that if we give to board the power to disband this program now, that power could be used to disband any other program later (including the makerspace).&lt;br /&gt;
** Certain people are dumbfounded that the board can’t decide to disband something that isn’t in our Bylaws. They fail to realize that our Bylaws don’t actually mention the makerspace either though.&lt;br /&gt;
** Someone suggests that what should happen is that we should not disband the program and what should happen is that the Board should define what Maker Academy really does, which is a power the board has, and we should define Maker Academy as something that we can really work with.&lt;br /&gt;
** Jacob Walker, devICT director, clarifies that the devICT, OpenWichita, and KLF programs started as their own entities and found a home under the MakeICT umbrella, but that Maker Academy and Maker Outreach were formed within the MakeICT umbrella by membership vote.&lt;br /&gt;
** Laura Scholl, Maker Academy director, speaks about how Maker Academy was created with one definition, then evolved into another definition. She also states that Maker Academy has not cost the membership/organization anything financially. In fact, they made a (very small) profit.&lt;br /&gt;
** John Alexander/Laura Scholl - suggest creating a framework for provisional programs and their graduation&lt;br /&gt;
** There’s a 2 minute recess for Logan&lt;br /&gt;
** Laura Scholl makes a motion that we shut down Maker Academy in its current form&lt;br /&gt;
*** Motion is recognized and seconded&lt;br /&gt;
*** Barb doesn’t feel that a “political movement” is necessary, that we could simply redefine the program and take action with it.&lt;br /&gt;
*** There’s debate about whether or not anything about Maker Academy or Maker Outreach was ever discussed at the board level, as it was painted by Logan&lt;br /&gt;
** Laura withdraws her motion&lt;br /&gt;
** Kim makes a motion that Kirk Lancaster be tasked with defining Maker Academy and reporting back to the board in three months&lt;br /&gt;
*** Kirk volunteered to take on this task&lt;br /&gt;
*** Motion is recognized and seconded&lt;br /&gt;
*** After discussing James’ motion (below) Kim realizes that her motion will be sent to the membership to be voted on via SurveyMonkey. She clarifies that she was trying to create an action item, not a membership vote.&lt;br /&gt;
*** Kim withdraws her motion.&lt;br /&gt;
*** It’s agreed upon that we will not send out a vote to the membership regarding Maker Academy at least until Kirk has reported back to the board.&lt;br /&gt;
** {{todo|who=Kirk Lancaster|what=Define Maker Academy and what it does and report to the board.|when=On or before September 18, 2017|done=0}}&lt;br /&gt;
 &lt;br /&gt;
* James Lancaster proposes that we add regular meetings to the standing rules via a vote from the membership during the vote that will happen following this meeting.&lt;br /&gt;
** What will be voted on:&lt;br /&gt;
*** In connection with the rules in the bylaws for regular membership meetings, this would add one of the following sections to the standing rules:&lt;br /&gt;
*** 1. MakeICT shall have regular meetings every September, December, March, in addition to the annual meeting in June.&lt;br /&gt;
*** 2. MakeICT shall have regular meetings every December, in addition to the annual meeting in June.&lt;br /&gt;
*** These meetings shall be called by the board of directors in resolution, not less than 2 weeks before the meeting, such meeting will be posted in all customary physical and electronic places. They shall include short reports on what MakeICT has been doing through it&#039;s various programs and address any issues that need to be addressed.&lt;br /&gt;
** What the options will be:&lt;br /&gt;
*** No change (No regular meeting except the annual meeting)&lt;br /&gt;
*** Option 1 only (Meetings every 3 months) &lt;br /&gt;
*** Option 2 only (Meetings every 6 months)&lt;br /&gt;
*** Option 1 then 2 (Ok, with either, prefer every 3 months) &lt;br /&gt;
*** Option 2 then 1 (Ok, with either, prefer every 6 months)&lt;br /&gt;
** Motion is seconded and will be voted on by the membership via SurveyMonkey&lt;br /&gt;
 &lt;br /&gt;
== 6:00 - Candidate Introductions ==&lt;br /&gt;
* Actual time is about 6:20&lt;br /&gt;
* Presidential Candidates - 4 minutes each&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** James Lancaster&lt;br /&gt;
* Vice Presidential Candidates - 3 minutes each&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** James Lancaster&lt;br /&gt;
** Kip Landwehr&lt;br /&gt;
** David Springs&lt;br /&gt;
* Treasurer Candidates - 2 minutes each&lt;br /&gt;
** David Springs&lt;br /&gt;
* Secretary Candidates - 2 minutes each&lt;br /&gt;
** Rustin Atkeisson&lt;br /&gt;
* At-large Officer Candidates - 2 minutes each&lt;br /&gt;
** Rustin Atkeisson&lt;br /&gt;
** Thomas Bloom&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** Kez Cook&lt;br /&gt;
** Dean Day&lt;br /&gt;
** LaDeana Dockery&lt;br /&gt;
** James Lancaster&lt;br /&gt;
** Malissa Long&lt;br /&gt;
** Kip Landwehr&lt;br /&gt;
** Matthew Pogue&lt;br /&gt;
** Laura Scholl&lt;br /&gt;
** David Springs&lt;br /&gt;
** Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
** Matt Young&lt;br /&gt;
&lt;br /&gt;
== 6:35 - Adjourn ==&lt;br /&gt;
* Actual time is 6:45&lt;br /&gt;
&lt;br /&gt;
[[Category:Annual Meetings]]&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Annual_Meeting&amp;diff=4967</id>
		<title>2017 Annual Meeting</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Annual_Meeting&amp;diff=4967"/>
		<updated>2017-06-18T02:20:07Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* 5:35 - Proposed Bylaws Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Date of meeting: 2017 June 17&lt;br /&gt;
&lt;br /&gt;
== 5:00 - Call to Order and reading of Annual Report ==&lt;br /&gt;
* Started about 10 minutes late&lt;br /&gt;
* Activities report&lt;br /&gt;
** Logan will post annual report online&lt;br /&gt;
 &lt;br /&gt;
== 5:15 - Financial Report ==&lt;br /&gt;
* Tracy gives an overview of our current financial status&lt;br /&gt;
** The detailed budget is available in the finances folder in the admin drive, but not being discussed at this meeting. It can be made available to any member in good standing who requests access.&lt;br /&gt;
** Member count is 361&lt;br /&gt;
** Financial report is missing numbers from KLF, devICT, Open Wichita, (All programs excluding the makerspace[only the makerspace])&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== 5:35 - Proposed Bylaws Changes ==&lt;br /&gt;
* {{https://drive.google.com/open?id=10qV31FEt_QfFIN41DsEGQIAikFVJiBXqSo1_1ntwdKY Link}} to public Google Doc&lt;br /&gt;
 &lt;br /&gt;
== 5:50 - Proposed action on Maker Academy ==&lt;br /&gt;
* &amp;quot;Shall the board of directors have the authority to shut down Maker Academy?&amp;quot;&lt;br /&gt;
** Concern that if we give to board the power to disband this program now, that power could be used to disband any other program later (including the makerspace).&lt;br /&gt;
** Certain people are dumbfounded that the board can’t decide to disband something that isn’t in our Bylaws. They fail to realize that our Bylaws don’t actually mention the makerspace either though.&lt;br /&gt;
** Someone suggests that what should happen is that we should not disband the program and what should happen is that the Board should define what Maker Academy really does, which is a power the board has, and we should define Maker Academy as something that we can really work with.&lt;br /&gt;
** Jacob Walker, devICT director, clarifies that the devICT, OpenWichita, and KLF programs started as their own entities and found a home under the MakeICT umbrella, but that Maker Academy and Maker Outreach were formed within the MakeICT umbrella by membership vote.&lt;br /&gt;
** Laura Scholl, Maker Academy director, speaks about how Maker Academy was created with one definition, then evolved into another definition. She also states that Maker Academy has not cost the membership/organization anything financially. In fact, they made a (very small) profit.&lt;br /&gt;
** John Alexander/Laura Scholl - suggest creating a framework for provisional programs and their graduation&lt;br /&gt;
** There’s a 2 minute recess for Logan&lt;br /&gt;
** Laura Scholl makes a motion that we shut down Maker Academy in its current form&lt;br /&gt;
*** Motion is recognized and seconded&lt;br /&gt;
*** Barb doesn’t feel that a “political movement” is necessary, that we could simply redefine the program and take action with it.&lt;br /&gt;
*** There’s debate about whether or not anything about Maker Academy or Maker Outreach was ever discussed at the board level, as it was painted by Logan&lt;br /&gt;
** Laura withdraws her motion&lt;br /&gt;
** Kim makes a motion that Kirk Lancaster be tasked with defining Maker Academy and reporting back to the board in three months&lt;br /&gt;
*** Kirk volunteered to take on this task&lt;br /&gt;
*** Motion is recognized and seconded&lt;br /&gt;
*** After discussing James’ motion (below) Kim realizes that her motion will be sent to the membership to be voted on via SurveyMonkey. She clarifies that she was trying to create an action item, not a membership vote.&lt;br /&gt;
*** Kim withdraws her motion.&lt;br /&gt;
*** It’s agreed upon that we will not send out a vote to the membership regarding Maker Academy at least until Kirk has reported back to the board.&lt;br /&gt;
** {{todo|who=Kirk Lancaster|what=Define Maker Academy and what it does and report to the board.|when=On or before September 18, 2017|done=0}}&lt;br /&gt;
 &lt;br /&gt;
* James Lancaster proposes that we add regular meetings to the standing rules via a vote from the membership during the vote that will happen following this meeting.&lt;br /&gt;
** What will be voted on:&lt;br /&gt;
*** In connection with the rules in the bylaws for regular membership meetings, this would add one of the following sections to the standing rules:&lt;br /&gt;
*** 1. MakeICT shall have regular meetings every September, December, March, in addition to the annual meeting in June.&lt;br /&gt;
*** 2. MakeICT shall have regular meetings every December, in addition to the annual meeting in June.&lt;br /&gt;
*** These meetings shall be called by the board of directors in resolution, not less than 2 weeks before the meeting, such meeting will be posted in all customary physical and electronic places. They shall include short reports on what MakeICT has been doing through it&#039;s various programs and address any issues that need to be addressed.&lt;br /&gt;
** What the options will be:&lt;br /&gt;
*** No change (No regular meeting except the annual meeting)&lt;br /&gt;
*** Option 1 only (Meetings every 3 months) &lt;br /&gt;
*** Option 2 only (Meetings every 6 months)&lt;br /&gt;
*** Option 1 then 2 (Ok, with either, prefer every 3 months) &lt;br /&gt;
*** Option 2 then 1 (Ok, with either, prefer every 6 months)&lt;br /&gt;
** Motion is seconded and will be voted on by the membership via SurveyMonkey&lt;br /&gt;
 &lt;br /&gt;
== 6:00 - Candidate Introductions ==&lt;br /&gt;
* Actual time is about 6:20&lt;br /&gt;
* Presidential Candidates - 4 minutes each&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** James Lancaster&lt;br /&gt;
* Vice Presidential Candidates - 3 minutes each&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** James Lancaster&lt;br /&gt;
** Kip Landwehr&lt;br /&gt;
** David Springs&lt;br /&gt;
* Treasurer Candidates - 2 minutes each&lt;br /&gt;
** David Springs&lt;br /&gt;
* Secretary Candidates - 2 minutes each&lt;br /&gt;
** Rustin Atkeisson&lt;br /&gt;
* At-large Officer Candidates - 2 minutes each&lt;br /&gt;
** Rustin Atkeisson&lt;br /&gt;
** Thomas Bloom&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** Kez Cook&lt;br /&gt;
** Dean Day&lt;br /&gt;
** LaDeana Dockery&lt;br /&gt;
** James Lancaster&lt;br /&gt;
** Malissa Long&lt;br /&gt;
** Kip Landwehr&lt;br /&gt;
** Matthew Pogue&lt;br /&gt;
** Laura Scholl&lt;br /&gt;
** David Springs&lt;br /&gt;
** Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
** Matt Young&lt;br /&gt;
&lt;br /&gt;
== 6:35 - Adjourn ==&lt;br /&gt;
* Actual time is 6:45&lt;br /&gt;
&lt;br /&gt;
[[Category:Annual Meetings]]&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Annual_Meeting&amp;diff=4966</id>
		<title>2017 Annual Meeting</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Annual_Meeting&amp;diff=4966"/>
		<updated>2017-06-18T02:15:19Z</updated>

		<summary type="html">&lt;p&gt;Kip: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Date of meeting: 2017 June 17&lt;br /&gt;
&lt;br /&gt;
== 5:00 - Call to Order and reading of Annual Report ==&lt;br /&gt;
* Started about 10 minutes late&lt;br /&gt;
* Activities report&lt;br /&gt;
** Logan will post annual report online&lt;br /&gt;
 &lt;br /&gt;
== 5:15 - Financial Report ==&lt;br /&gt;
* Tracy gives an overview of our current financial status&lt;br /&gt;
** The detailed budget is available in the finances folder in the admin drive, but not being discussed at this meeting. It can be made available to any member in good standing who requests access.&lt;br /&gt;
** Member count is 361&lt;br /&gt;
** Financial report is missing numbers from KLF, devICT, Open Wichita, (All programs excluding the makerspace[only the makerspace])&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== 5:35 - Proposed Bylaws Changes ==&lt;br /&gt;
* {{https://drive.google.com/open?id=10qV31FEt_QfFIN41DsEGQIAikFVJiBXqSo1_1ntwdKY Link}} to public Google Doc&lt;br /&gt;
 &lt;br /&gt;
5:50 - Proposed action on Maker Academy&lt;br /&gt;
* &amp;quot;Shall the board of directors have the authority to shut down Maker Academy?&amp;quot;&lt;br /&gt;
** Concern that if we give to board the power to disband this program now, that power could be used to disband any other program later (including the makerspace).&lt;br /&gt;
** Certain people are dumbfounded that the board can’t decide to disband something that isn’t in our Bylaws. They fail to realize that our Bylaws don’t actually mention the makerspace either though.&lt;br /&gt;
** Someone suggests that what should happen is that we should not disband the program and what should happen is that the Board should define what Maker Academy really does, which is a power the board has, and we should define Maker Academy as something that we can really work with.&lt;br /&gt;
** Jacob Walker, devICT director, clarifies that the devICT, OpenWichita, and KLF programs started as their own entities and found a home under the MakeICT umbrella, but that Maker Academy and Maker Outreach were formed within the MakeICT umbrella by membership vote.&lt;br /&gt;
** Laura Scholl, Maker Academy director, speaks about how Maker Academy was created with one definition, then evolved into another definition. She also states that Maker Academy has not cost the membership/organization anything financially. In fact, they made a (very small) profit.&lt;br /&gt;
** John Alexander/Laura Scholl - suggest creating a framework for provisional programs and their graduation&lt;br /&gt;
** There’s a 2 minute recess for Logan&lt;br /&gt;
** Laura Scholl makes a motion that we shut down Maker Academy in its current form&lt;br /&gt;
*** Motion is recognized and seconded&lt;br /&gt;
*** Barb doesn’t feel that a “political movement” is necessary, that we could simply redefine the program and take action with it.&lt;br /&gt;
*** There’s debate about whether or not anything about Maker Academy or Maker Outreach was ever discussed at the board level, as it was painted by Logan&lt;br /&gt;
** Laura withdraws her motion&lt;br /&gt;
** Kim makes a motion that Kirk Lancaster be tasked with defining Maker Academy and reporting back to the board in three months&lt;br /&gt;
*** Kirk volunteered to take on this task&lt;br /&gt;
*** Motion is recognized and seconded&lt;br /&gt;
*** After discussing James’ motion (below) Kim realizes that her motion will be sent to the membership to be voted on via SurveyMonkey. She clarifies that she was trying to create an action item, not a membership vote.&lt;br /&gt;
*** Kim withdraws her motion.&lt;br /&gt;
*** It’s agreed upon that we will not send out a vote to the membership regarding Maker Academy at least until Kirk has reported back to the board.&lt;br /&gt;
** {{todo|who=Kirk Lancaster|what=Define Maker Academy and what it does and report to the board.|when=On or before September 18, 2017|done=0}}&lt;br /&gt;
 &lt;br /&gt;
* James Lancaster proposes that we add regular meetings to the standing rules via a vote from the membership during the vote that will happen following this meeting.&lt;br /&gt;
** What will be voted on:&lt;br /&gt;
In connection with the rules in the bylaws for regular membership meetings, this would add one of the following sections to the standing rules:&lt;br /&gt;
 &lt;br /&gt;
1. MakeICT shall have regular meetings every September, December, March, in addition to the annual meeting in June.&lt;br /&gt;
2. MakeICT shall have regular meetings every December, in addition to the annual meeting in June. &lt;br /&gt;
 &lt;br /&gt;
These meetings shall be called by the board of directors in resolution, not less than 2 weeks before the meeting, such meeting will be posted in all customary physical and electronic places. They shall include short reports on what MakeICT has been doing through it&#039;s various programs and address any issues that need to be addressed. &lt;br /&gt;
 &lt;br /&gt;
** What the options will be:&lt;br /&gt;
No change (No regular meeting except the annual meeting)&lt;br /&gt;
Option 1 only (Meetings every 3 months) &lt;br /&gt;
Option 2 only (Meetings every 6 months)&lt;br /&gt;
Option 1 then 2 (Ok, with either, prefer every 3 months) &lt;br /&gt;
Option 2 then 1 (Ok, with either, prefer every 6 months)&lt;br /&gt;
 &lt;br /&gt;
** Motion is seconded and will be voted on by the membership via SurveyMonkey&lt;br /&gt;
 &lt;br /&gt;
6:00 - Candidate Introductions&lt;br /&gt;
* Actual time is about 6:20&lt;br /&gt;
* Presidential Candidates - 4 minutes each&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** James Lancaster&lt;br /&gt;
* Vice Presidential Candidates - 3 minutes each&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** James Lancaster&lt;br /&gt;
** Kip Landwehr&lt;br /&gt;
** David Springs&lt;br /&gt;
* Treasurer Candidates - 2 minutes each&lt;br /&gt;
** David Springs&lt;br /&gt;
* Secretary Candidates - 2 minutes each&lt;br /&gt;
** Rustin Atkeisson&lt;br /&gt;
* At-large Officer Candidates - 2 minutes each&lt;br /&gt;
** Rustin Atkeisson&lt;br /&gt;
** Thomas Bloom&lt;br /&gt;
** Kim Burton&lt;br /&gt;
** Kez Cook&lt;br /&gt;
** Dean Day&lt;br /&gt;
** LaDeana Dockery&lt;br /&gt;
** James Lancaster&lt;br /&gt;
** Malissa Long&lt;br /&gt;
** Kip Landwehr&lt;br /&gt;
** Matthew Pogue&lt;br /&gt;
** Laura Scholl&lt;br /&gt;
** David Springs&lt;br /&gt;
** Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
** Matt Young&lt;br /&gt;
&lt;br /&gt;
== 6:35 - Adjourn ==&lt;br /&gt;
* Actual time is 6:45&lt;br /&gt;
&lt;br /&gt;
[[Category:Annual Meetings]]&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4965</id>
		<title>2017 Elections - Ballot</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4965"/>
		<updated>2017-06-18T01:51:19Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* Vice President */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please note: This page will show the ballot that will be voted on and will continue to be updated as nominations are accepted, up until the start of the election. The currently accepted nominations are listed below.&lt;br /&gt;
&lt;br /&gt;
== President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
&lt;br /&gt;
== Vice President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
&lt;br /&gt;
== Treasurer ==&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Secretary ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
&lt;br /&gt;
== At-Large Directors ==&lt;br /&gt;
* Thomas Bloom&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* Kez Cook&lt;br /&gt;
* Dean Day&lt;br /&gt;
* LaDeana Dockery&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Malissa Long&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* Matthew Pogue&lt;br /&gt;
* Laura Scholl&lt;br /&gt;
* Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
* Matt Young&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4964</id>
		<title>2017 Elections - Ballot</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4964"/>
		<updated>2017-06-18T01:51:09Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* At-Large Directors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please note: This page will show the ballot that will be voted on and will continue to be updated as nominations are accepted, up until the start of the election. The currently accepted nominations are listed below.&lt;br /&gt;
&lt;br /&gt;
== President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
&lt;br /&gt;
== Vice President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Treasurer ==&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Secretary ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
&lt;br /&gt;
== At-Large Directors ==&lt;br /&gt;
* Thomas Bloom&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* Kez Cook&lt;br /&gt;
* Dean Day&lt;br /&gt;
* LaDeana Dockery&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Malissa Long&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* Matthew Pogue&lt;br /&gt;
* Laura Scholl&lt;br /&gt;
* Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
* Matt Young&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4963</id>
		<title>2017 Elections - Ballot</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4963"/>
		<updated>2017-06-18T01:50:55Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* At-Large Directors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please note: This page will show the ballot that will be voted on and will continue to be updated as nominations are accepted, up until the start of the election. The currently accepted nominations are listed below.&lt;br /&gt;
&lt;br /&gt;
== President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
&lt;br /&gt;
== Vice President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Treasurer ==&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Secretary ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
&lt;br /&gt;
== At-Large Directors ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
* Thomas Bloom&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* Kez Cook&lt;br /&gt;
* Dean Day&lt;br /&gt;
* LaDeana Dockery&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Malissa Long&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* Matthew Pogue&lt;br /&gt;
* Laura Scholl&lt;br /&gt;
* Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
* Matt Young&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4962</id>
		<title>2017 Elections - Ballot</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4962"/>
		<updated>2017-06-18T01:49:35Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* Vice President */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please note: This page will show the ballot that will be voted on and will continue to be updated as nominations are accepted, up until the start of the election. The currently accepted nominations are listed below.&lt;br /&gt;
&lt;br /&gt;
== President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
&lt;br /&gt;
== Vice President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Treasurer ==&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Secretary ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
&lt;br /&gt;
== At-Large Directors ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
* Thomas Bloom&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* Kez Cook&lt;br /&gt;
* Dean Day&lt;br /&gt;
* LaDeana Dockery&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Malissa Long&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* Matthew Pogue&lt;br /&gt;
* Laura Scholl&lt;br /&gt;
* David Springs&lt;br /&gt;
* Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
* Matt Young&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4961</id>
		<title>2017 Elections - Ballot</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4961"/>
		<updated>2017-06-18T01:49:22Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* President */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please note: This page will show the ballot that will be voted on and will continue to be updated as nominations are accepted, up until the start of the election. The currently accepted nominations are listed below.&lt;br /&gt;
&lt;br /&gt;
== President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
&lt;br /&gt;
== Vice President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* Logan Pajunen&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Treasurer ==&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Secretary ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
&lt;br /&gt;
== At-Large Directors ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
* Thomas Bloom&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* Kez Cook&lt;br /&gt;
* Dean Day&lt;br /&gt;
* LaDeana Dockery&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Malissa Long&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* Matthew Pogue&lt;br /&gt;
* Laura Scholl&lt;br /&gt;
* David Springs&lt;br /&gt;
* Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
* Matt Young&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4951</id>
		<title>2017 Elections - Ballot</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4951"/>
		<updated>2017-06-16T19:21:22Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* At-Large Directors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please note: This page will show the ballot that will be voted on and will continue to be updated as nominations are accepted, up until the start of the election. The currently accepted nominations are listed below.&lt;br /&gt;
&lt;br /&gt;
== President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Logan Pajunen&lt;br /&gt;
&lt;br /&gt;
== Vice President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* Logan Pajunen&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Treasurer ==&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Secretary ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
&lt;br /&gt;
== At-Large Directors ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
* Thomas Bloom&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* Kez Cook&lt;br /&gt;
* Dean Day&lt;br /&gt;
* LaDeana Dockery&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Malissa Long&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* Matthew Pogue&lt;br /&gt;
* Laura Scholl&lt;br /&gt;
* David Springs&lt;br /&gt;
* Matthew &amp;quot;Lewis&amp;quot; Warren&lt;br /&gt;
* Matt Young&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Elections_-_Questions&amp;diff=4949</id>
		<title>2017 Elections - Questions</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Elections_-_Questions&amp;diff=4949"/>
		<updated>2017-06-16T00:02:44Z</updated>

		<summary type="html">&lt;p&gt;Kip: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Questions for all candidates ==&lt;br /&gt;
&lt;br /&gt;
# Can you tell people what the mission is?&lt;br /&gt;
# Have you read the bylaws, as well as the rules and policies, and do you understand what the responsibilities and duties for the position you are running for are? &lt;br /&gt;
# Our initial lease ends on March 31st of next year.  How do you feel this should be and what should our priorities be in terms of trying to find a different space versus extending the lease on our current building?  &lt;br /&gt;
## What do you think the impact of these changes will likely be?&lt;br /&gt;
# Do you understand that MakeICT has several programs, including the makerspace, and if you become a board member, you will be partially responsible for all of them?&lt;br /&gt;
# I think most of our membership either isn&#039;t aware of, or at least doesn&#039;t really understand, the current relationship between &amp;quot;MakeICT Institute&amp;quot; and the &amp;quot;maker space&amp;quot;.  Can you describe the current organizational structure of the MakeICT Institute and do you feel this is the right structure for our organization, or does something else makes better sense to you?&lt;br /&gt;
# Do you understand that you will have a duty, to put MakeICT&#039;s mission and interest above any financial or personal interest you have?&lt;br /&gt;
# The last few board meetings have been sometimes rancorous. It doesn&#039;t make for a great working experience, and certainly sends a bad message to the membership. How can we as a board begin to remedy that?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Questions for President Candidates ==&lt;br /&gt;
&lt;br /&gt;
# What are your thoughts about MakeICT&#039;s direction in the coming year? &lt;br /&gt;
# What&#039;s your agenda for what you want to accomplish in the coming year?&lt;br /&gt;
# Being MakeICT president is almost too much for one person, such that the vice president could (and probably should) share some of the load. How do you plan to utilize the vice president, assuming that person is able and willing?&lt;br /&gt;
&lt;br /&gt;
== Questions for Vice President Candidates ==&lt;br /&gt;
&lt;br /&gt;
# Are you able and willing to shoulder some of the management load of MakeICT so that the job of president isn&#039;t a full time job? &lt;br /&gt;
# Do you have specific suggestions on how that would happen?&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4930</id>
		<title>2017 Elections - Ballot</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4930"/>
		<updated>2017-06-09T20:51:56Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* At-Large Directors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please note: This page will show the ballot that will be voted on and will continue to be updated as nominations are accepted, up until the start of the election. The currently accepted nominations are listed below.&lt;br /&gt;
&lt;br /&gt;
== President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Logan Pajunen&lt;br /&gt;
&lt;br /&gt;
== Vice President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* Logan Pajunen&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Treasurer ==&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Secretary ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
&lt;br /&gt;
== At-Large Directors ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
* Thomas Bloom&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* Kez Cook&lt;br /&gt;
* Dean Day&lt;br /&gt;
* LaDeana Dockery&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Malissa Long&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* Matthew Pogue&lt;br /&gt;
* Laura Scholl&lt;br /&gt;
* David Springs&lt;br /&gt;
* Matthew &amp;quot;Lewis&amp;quot; Warren&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4929</id>
		<title>2017 Elections - Ballot</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4929"/>
		<updated>2017-06-09T20:50:45Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* Treasurer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please note: This page will show the ballot that will be voted on and will continue to be updated as nominations are accepted, up until the start of the election. The currently accepted nominations are listed below.&lt;br /&gt;
&lt;br /&gt;
== President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Logan Pajunen&lt;br /&gt;
&lt;br /&gt;
== Vice President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* Logan Pajunen&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Treasurer ==&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Secretary ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
&lt;br /&gt;
== At-Large Directors ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
* Thomas Bloom&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* Kez Cook&lt;br /&gt;
* Dean Day&lt;br /&gt;
* LaDeana Dockery&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* Matthew Pogue&lt;br /&gt;
* David Springs&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4928</id>
		<title>2017 Elections - Ballot</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=2017_Elections_-_Ballot&amp;diff=4928"/>
		<updated>2017-06-09T19:26:06Z</updated>

		<summary type="html">&lt;p&gt;Kip: /* Treasurer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please note: This page will show the ballot that will be voted on and will continue to be updated as nominations are accepted, up until the start of the election. The currently accepted nominations are listed below.&lt;br /&gt;
&lt;br /&gt;
== President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Logan Pajunen&lt;br /&gt;
&lt;br /&gt;
== Vice President ==&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* Logan Pajunen&lt;br /&gt;
* David Springs&lt;br /&gt;
&lt;br /&gt;
== Treasurer ==&lt;br /&gt;
&lt;br /&gt;
== Secretary ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
&lt;br /&gt;
== At-Large Directors ==&lt;br /&gt;
* Rustin Atkeisson&lt;br /&gt;
* Thomas Bloom&lt;br /&gt;
* Kim Burton&lt;br /&gt;
* Kez Cook&lt;br /&gt;
* Dean Day&lt;br /&gt;
* LaDeana Dockery&lt;br /&gt;
* James Lancaster&lt;br /&gt;
* Kip Landwehr&lt;br /&gt;
* Matthew Pogue&lt;br /&gt;
* David Springs&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=Standing_rules&amp;diff=4926</id>
		<title>Standing rules</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=Standing_rules&amp;diff=4926"/>
		<updated>2017-06-06T16:19:20Z</updated>

		<summary type="html">&lt;p&gt;Kip: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Rules and policies]]&lt;br /&gt;
== Rules ==&lt;br /&gt;
* Be excellent to each other&lt;br /&gt;
* Illegal activity is forbidden&lt;br /&gt;
* Share the workspace, tools, supplies, and knowledge&lt;br /&gt;
* Pickup after yourself by cleaning the workspace and putting away tools&lt;br /&gt;
* Get training on tools before using them&lt;br /&gt;
* Make safely (do not be on fire!)&lt;br /&gt;
&lt;br /&gt;
== Membership ==&lt;br /&gt;
To become a member, attend a public MakeICT event and ask a board member for an application or [http://members.makeict.org sign up online]&lt;br /&gt;
&lt;br /&gt;
Minors are allowed to become members, but require sponsorship by an adult. A parent or legal guardian must co-sign the minor&#039;s membership application and release of liability. Minors under the age of 16 need to be accompanied by an adult whenever at the space.  Keys are available to members over the age of 16, following the key policy.&lt;br /&gt;
&lt;br /&gt;
Cost of membership is $25/month, although scholarships are available upon request.&lt;br /&gt;
&lt;br /&gt;
All members will go through a 30 day probationary period before they gain [[voting]] rights. During that period, new members are encouraged to integrate themselves into the community through attending Maker Mondays, volunteering on projects at MakeICT, attending and/or assisting with workshops, and/or joining in the chatter on the forums.&lt;br /&gt;
&lt;br /&gt;
Membership will lapse after 30 days of nonpayment.  Membership and [[voting]] rights will be suspended after 3 months of non-payment.  To re-instate membership, pay dues for the upcoming month.&lt;br /&gt;
&lt;br /&gt;
== Member Rights ==&lt;br /&gt;
* Members can vote at board meetings and annual meeting - see the [http://makeict.org/calendar/ calendar] for schedule&lt;br /&gt;
* Members are eligible to nominate, be nominated for, and hold board positions&lt;br /&gt;
* Members may have personal storage space on request&lt;br /&gt;
&lt;br /&gt;
== Key Policy ==&lt;br /&gt;
Keys are handled by the [[Security Team]] who can be contacted at [mailto:security@makeict.org?Subject=Key%20Policy security@makeict.org]&lt;br /&gt;
&lt;br /&gt;
{{:Key_Policy}}&lt;br /&gt;
&lt;br /&gt;
== Guests ==&lt;br /&gt;
* Members may bring guests into the MakeICT makerspace.&lt;br /&gt;
* Members are responsible for their guests and their actions.&lt;br /&gt;
* Guests cannot inhabit the MakeICT makerspace without another keyed member present.&lt;br /&gt;
* Guests must be certified and have a signed waiver on file before using any equipment in the makerspace&lt;br /&gt;
* Guests must sign-in and obey all standing rules.&lt;br /&gt;
* Guests are strongly encouraged to become members.&lt;br /&gt;
* 3 guests or fewer do not require any type of reservation. Members may host a private meeting or event at the MakeICT makerspace as long as they are not charging a fee. If any rooms or resources are to be held or if there are more than 3 non-member guests, a reservation must be submitted and approved 14 days in advanced. The host member is responsible/liable for activities of their guests, and all guests must follow official guest policies. There is no fee for this resource to our members, but a donation is suggested to offset facility costs.&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
	<entry>
		<id>https://wiki.makeict.org/index.php?title=May_15_2017&amp;diff=4925</id>
		<title>May 15 2017</title>
		<link rel="alternate" type="text/html" href="https://wiki.makeict.org/index.php?title=May_15_2017&amp;diff=4925"/>
		<updated>2017-06-06T02:54:36Z</updated>

		<summary type="html">&lt;p&gt;Kip: Created page with &amp;quot;== Roll Call == * Board Members ** Logan Pajunen ** Tracy Hoover ** Kip Landwehr ** Curt Gridley ** James Lancaster ** John Alexander ** Dominic Canare (late)   * Members ** T...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Roll Call ==&lt;br /&gt;
* Board Members&lt;br /&gt;
** Logan Pajunen&lt;br /&gt;
** Tracy Hoover&lt;br /&gt;
** Kip Landwehr&lt;br /&gt;
** Curt Gridley&lt;br /&gt;
** James Lancaster&lt;br /&gt;
** John Alexander&lt;br /&gt;
** Dominic Canare (late)&lt;br /&gt;
 &lt;br /&gt;
* Members&lt;br /&gt;
** Tom McGuire&lt;br /&gt;
** Malissa Long&lt;br /&gt;
** Hannah Shiner&lt;br /&gt;
** Mike Barushok (late)&lt;br /&gt;
** Mike Hutton (late)&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== Standing Items ==&lt;br /&gt;
* Treasurer’s report&lt;br /&gt;
** April Snapshot&lt;br /&gt;
 &lt;br /&gt;
* Maker Faire update&lt;br /&gt;
 &lt;br /&gt;
* RiverFest update&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== Old Business ==&lt;br /&gt;
* Election update&lt;br /&gt;
** {{todo|who=Logan|what=Send out an election update email via MailChimp.|done=0}}&lt;br /&gt;
 &lt;br /&gt;
* Slab roller for ceramics - John Cody&lt;br /&gt;
** Can purchase from Evans?? for $700&lt;br /&gt;
** Can purchase same one online for ~$650&lt;br /&gt;
** Motion to approve up to $300 to build a slab roller for Ceramics&lt;br /&gt;
*** Motion passes - 7 yes, 0 no&lt;br /&gt;
** {{decision|The expenditure of up to $300 is approved to build a slab roller for Ceramics.}}&lt;br /&gt;
 &lt;br /&gt;
* Discuss options to revise bylaws&lt;br /&gt;
** Lots of arguing and complaining about not being able to have a Special Meeting, none of which is actually helpful in the current situation.&lt;br /&gt;
** Motion to reaffirm that the Board of Directors has the power to call a Special Meeting&lt;br /&gt;
*** Motion fails: 4 yes and 4 no.&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== New Business ==&lt;br /&gt;
* Tormach access policy - Curt Gridley&lt;br /&gt;
** Proposed Access Policy for Tormach PCNC-1100 Mill:&lt;br /&gt;
***# Only current members who are authorized may operate the Tormach PCNC-1100 Mill.&lt;br /&gt;
***# In order to be authorized to operate the Tormach Mill, a member must demonstrate through a skills test safe and proper operation of the mill to an approved authorizer, listed on the Wiki.&lt;br /&gt;
***# Instruction will be available that demonstrates the safe and proper operation of the mill that is required.&lt;br /&gt;
***# A member may be authorized for limited operation of the Tormach Mill for the sole purpose of practicing for the skills test.&lt;br /&gt;
***# Some general machining knowledge or background will also be essential.  A list of instructional material that covers this background information will be made available.&lt;br /&gt;
***# Users are required to read and abide by the current MakeICT PCNC-1100 Operational Guidelines (link).  These guidelines will evolve over time and users must abide by the latest version.&lt;br /&gt;
***# If an authorized user fails to abide by the Operational Guidelines, or operates the mill in a manner deemed unsafe, authorization will be reviewed and possibly revoked until the member can demonstrate safe operation of the mill.&lt;br /&gt;
***# Prior participation in the Intro to CNC: Shopbot class is highly recommended.&lt;br /&gt;
***# Metal shop authorization is required to operate the Tormach Mill.&lt;br /&gt;
** Motion to approve Tormach Access Policy as written above&lt;br /&gt;
*** Motion passes - 6 yes, 1 no&lt;br /&gt;
** {{decision: The Tormach Access Policy is approved.}}&lt;br /&gt;
 &lt;br /&gt;
* Discuss ability to update standing rules&lt;br /&gt;
** Will have a Board meeting on Tuesday, May 30 to discuss and vote on new standing rules.&lt;br /&gt;
 &lt;br /&gt;
* Discuss curtains / blinds for front of building - Curt, Malissa, et.al.&lt;br /&gt;
** Build a wall?&lt;br /&gt;
*** Will only cost ~$500 and we can insulate it&lt;br /&gt;
*** But will also block natural light and keep people from seeing in and out&lt;br /&gt;
** Curtains?&lt;br /&gt;
*** Motion to approve up to $100 to explore the option of curtains/drapes&lt;br /&gt;
**** Motion passes - 7 yes, 0 no&lt;br /&gt;
*** {{decision|The expenditure of up to $100 is approved to explore the option of curtains/drapes for the front.}}&lt;br /&gt;
*** Motion to strike the previous approval and approve $600 for curtains and rods for the front.&lt;br /&gt;
**** Motion passes - 8 yes, 0 no&lt;br /&gt;
*** {{decision|The previous approval for curtains is removed and up to $600 is approved for curtains and rods for the front.}}&lt;br /&gt;
*** Motion to approve $2300 for A/C in the classroom.&lt;br /&gt;
**** Motion died - was not seconded&lt;br /&gt;
*** Will have a proposal from Curt and Malissa by end of May.&lt;br /&gt;
 &lt;br /&gt;
* Authorize spending on sewing machines in time for MakerFaire and girl scout event - Curt, Malissa, et. al.&lt;br /&gt;
** $260 for 2 machines&lt;br /&gt;
** Would give us 4 machines that are identical&lt;br /&gt;
** Motion to approve the expenditure of up to $260 for two sewing machines&lt;br /&gt;
*** Motion passes - 6 yes, 0 no&lt;br /&gt;
** {{decision|The expenditure of up to $260 for two sewing machines is approved.}}&lt;br /&gt;
 &lt;br /&gt;
* Town hall maker-grant - Malissa&lt;br /&gt;
** If Malissa can get buy-in from community members, then we can vote via email if we want her to apply.&lt;br /&gt;
** Don’t want this to fall flat. It would look bad.&lt;br /&gt;
** Don’t want to receive the grant and then turn it down -- Poor taste&lt;br /&gt;
 &lt;br /&gt;
* Classroom A/C&lt;br /&gt;
** Curt demands A/C in the Metalshop if we put it in the Classroom&lt;/div&gt;</summary>
		<author><name>Kip</name></author>
	</entry>
</feed>