<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sugarlabs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JT+Mengel</id>
	<title>Sugar Labs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sugarlabs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JT+Mengel"/>
	<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/go/Special:Contributions/JT_Mengel"/>
	<updated>2026-05-30T23:44:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Lemonade_Stand&amp;diff=59192</id>
		<title>Lemonade Stand</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Lemonade_Stand&amp;diff=59192"/>
		<updated>2010-11-12T02:01:30Z</updated>

		<summary type="html">&lt;p&gt;JT Mengel: /* Current */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
[[File:ScreenshotCloudy.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This is your basic &amp;quot;Lemonade Stand&amp;quot; style game, where the player manages a lemonade stand (or similar such store) and tries to make as much money as possible. The game is designed to incorporate money and fractional math skills to teach basic operations. &lt;br /&gt;
&lt;br /&gt;
Localization will be implemented in the final phase, with the stand being written to use more regional ingredients and products.&lt;br /&gt;
&lt;br /&gt;
==Project Status==&lt;br /&gt;
{{:Lemonade_Stand/status}}&lt;br /&gt;
The project has just been re-written and should be a bit easier to localized in the future.&lt;br /&gt;
&lt;br /&gt;
Any interest in helping can be directed towards project leader [[User:Qalthos|Nathaniel Case]] as well as any of the other listed active members. Lemonade Stand is to be considered an open project, which is currently undoergoing active development for the RIT fall quarter 2010.  Nathaniel will continue to have interest in the project and will continue to provide assistance and input as time allows beyond this time.&lt;br /&gt;
&lt;br /&gt;
==Releases==&lt;br /&gt;
* [http://wiki.sugarlabs.org/f/fe/Lemonade_Stand_Stable.xo 1.0.0]: initial release.&lt;br /&gt;
* [http://gitorious.org/lemonade-stand-olpc/lemonade-stand-olpc/commit/aaf4186bf1403a6ee2892f9c606d676d78311f17 1.1.0](git tag): Updated game code.&lt;br /&gt;
* [http://activities.sugarlabs.org/en-US/sugar/addons/versions/4321#version-4 2.0, XO Release 4]: Game Rewrite&lt;br /&gt;
&lt;br /&gt;
==Structure==&lt;br /&gt;
The game&#039;s &#039;day&#039; is split into 3 parts (Start of day, Day occurs, and End of day)&lt;br /&gt;
&lt;br /&gt;
[[File:GameFlow2.jpg|550px]]&lt;br /&gt;
&lt;br /&gt;
===Morning===&lt;br /&gt;
Supplies are purchased and plans are made for the day.&amp;lt;br/&amp;gt;&lt;br /&gt;
A recipe may be chosen if more than one is available.&lt;br /&gt;
&lt;br /&gt;
===Day===&lt;br /&gt;
Customers queue at the stand and buy lemonade.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Evening===&lt;br /&gt;
Profit is calculated by the player and &#039;put away&#039;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Midnight===&lt;br /&gt;
The day&#039;s activities are put together into a digest, including:&lt;br /&gt;
* Weather forecast for the next few days&lt;br /&gt;
* Special events that happened during the day&lt;br /&gt;
* Current discounts on supplies&lt;br /&gt;
* Any supplies which have perished will be listed&lt;br /&gt;
&lt;br /&gt;
Once the digest has been displayed, the game returns to morning again.&lt;br /&gt;
&lt;br /&gt;
==Difficulty Settings==&lt;br /&gt;
===Easy===&lt;br /&gt;
*Supplies will not perish&lt;br /&gt;
*Prices are fixed at multiples of 25 and products yield more money per sale.&lt;br /&gt;
*Subtotals are listed for all math problems&lt;br /&gt;
*Math-based screens will not close while there are problems (trying to buy too many supplies, not collecting correct change)&lt;br /&gt;
&lt;br /&gt;
===Normal===&lt;br /&gt;
*Supplies will not perish&lt;br /&gt;
*Prices are more complex multiples of 5 with slightly smaller profit margins&lt;br /&gt;
*Subtotals are listed for all math problems&lt;br /&gt;
*Math-based screens will not close while there are problems (trying to buy too many supplies, not collecting correct change)&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
*Supplies will perish&lt;br /&gt;
*Prices are the same as Normal&lt;br /&gt;
*Subtotals are listed for all math problems&lt;br /&gt;
*Math-based screens will allow you to give bad answers (buy too many supplies, not collecting correct change)&lt;br /&gt;
&lt;br /&gt;
===Impossible===&lt;br /&gt;
*Supplies will perish&lt;br /&gt;
*Prices are not multiples of 5&lt;br /&gt;
*Subtotals are not listed for math problems&lt;br /&gt;
*Math-based screens will allow you to give bad answers (buy too many supplies, not collecting correct change)&lt;br /&gt;
&lt;br /&gt;
==Goals==&lt;br /&gt;
We&#039;re looking to create a workable prototype with the ability to buy materials and sell a product.However, the most important goal is to have a working game. While possibly not feature complete, the game should have basic functions working.&lt;br /&gt;
&lt;br /&gt;
===Additional Ideas &amp;amp; Features=== &lt;br /&gt;
(Based on available time)&lt;br /&gt;
&lt;br /&gt;
=====Completed=====&lt;br /&gt;
* Creating a GUI based game&lt;br /&gt;
* Incorporating counting of money (bills and coins) to make change&lt;br /&gt;
* Cool [[Lemonade Stand/Events|Random Events]]:&lt;br /&gt;
* Weather patterns impacting sales&lt;br /&gt;
* Making materials perishable to increase difficulty&lt;br /&gt;
* Making the program more intuitive so that it can be easily learned&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====In progress=====&lt;br /&gt;
* Implementing multiple difficulties&lt;br /&gt;
* Redesign UI&lt;br /&gt;
* Advanced mode: changing the recipe for your &amp;quot;lemonade&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
** Strawberry Lemonade&lt;br /&gt;
** (Implemented but not purchaseable or usable)&lt;br /&gt;
&lt;br /&gt;
=====Wishlist=====&lt;br /&gt;
* Creating seasons to vary prices and product demand&amp;lt;br /&amp;gt;&lt;br /&gt;
* Random events that may influence supplies and/or cost and/or customers&amp;lt;br /&amp;gt;&lt;br /&gt;
* &amp;quot;Tools&amp;quot; to buy to increase efficiency&lt;br /&gt;
** Juicer reduces lemon requirement of recipies by 1/2&lt;br /&gt;
* Hidden values &#039;advertising&#039; and &#039;loyalty&#039;&lt;br /&gt;
** Upgrading the stand / buying more recipies increases advertising (does not decrease)&lt;br /&gt;
** Prices close to customer&#039;s expectations / satisfying demand increases loyalty (decreases over time)&lt;br /&gt;
** Both could act as a multiplier to customer demand. (base demand x advertising x loyalty = actual demand)&lt;br /&gt;
* Implementing Bargaining / Haggling&amp;lt;br /&amp;gt;&lt;br /&gt;
* Potential use of network, competitive, or cooperative modes&amp;lt;br /&amp;gt;&lt;br /&gt;
* Choosing location of Lemonade Stand within the town, would influence sales, cost of supplies, etc.&amp;lt;br /&amp;gt;&lt;br /&gt;
* Perhaps showing currency the player has letting them find total profit&lt;br /&gt;
&lt;br /&gt;
==Fall 2010 Milestones==&lt;br /&gt;
* Week 3:&lt;br /&gt;
** Get JT&#039;s sketches into image files&lt;br /&gt;
** come up with more events and weather ideas&lt;br /&gt;
** add recipes&lt;br /&gt;
&lt;br /&gt;
* Week 4:&lt;br /&gt;
** new background image&lt;br /&gt;
** get into constants.py&lt;br /&gt;
** define what difficulties entail, implement lowest difficulty&lt;br /&gt;
** nail down ideas about overlays, startup screen&lt;br /&gt;
&lt;br /&gt;
* Week 5:&lt;br /&gt;
** implement two difficulties, simple and insane&lt;br /&gt;
** Get counting game images&lt;br /&gt;
** implement basic splash screen&lt;br /&gt;
&lt;br /&gt;
* Week 6:&lt;br /&gt;
** Get store images&lt;br /&gt;
** implement counting game&lt;br /&gt;
&lt;br /&gt;
* Week 7:&lt;br /&gt;
** Get activity log images&lt;br /&gt;
** Implement store&lt;br /&gt;
&lt;br /&gt;
* Week 8:&lt;br /&gt;
** Implement activity log&lt;br /&gt;
** Get images for other parts of the game (events, weather, etc.)&lt;br /&gt;
&lt;br /&gt;
==Potential Problems==&lt;br /&gt;
Localization is likely to be a big problem in this game.  Not simply translating the words, but also translating the idea, ie. finding out what kind of shop would be reasonable to open in a country, what it might stock, etc.&lt;br /&gt;
&lt;br /&gt;
This becomes even more difficult when moving to a graphical environment.  For every localized region we will need a different set of graphics depending on what the stand is selling.&lt;br /&gt;
&lt;br /&gt;
==Educational Standards==&lt;br /&gt;
[http://wiki.sugarlabs.org/go/Math4Team/Resources/Curriculum_Chart Standards found here]&lt;br /&gt;
&lt;br /&gt;
4.N.4 	 Select, use, and explain models to relate common fractions and mixed numbers (1/2, 1/3, 1/4, 1/5, 1/6, 1/8, 1/10, 1/12, and 11/2), find equivalent fractions, mixed numbers, and decimals, and order fractions&lt;br /&gt;
&lt;br /&gt;
4.N.6 	 Exhibit an understanding of the base ten number system by reading, naming, and writing decimals between 0 and 1 up to the hundredths. &lt;br /&gt;
&lt;br /&gt;
4.N.10 	 Select and use appropriate operations (addition, subtraction, multiplication, and division) to solve problems, including those involving money. &lt;br /&gt;
&lt;br /&gt;
4.D.3 	 Construct, draw conclusions, and make predictions from various representations of data sets, including tables, bar graphs, pictographs, line graphs, line plots, and tallies&lt;br /&gt;
&lt;br /&gt;
==Contacts==&lt;br /&gt;
=== Current ===&lt;br /&gt;
*[[User:Qalthos|Nathaniel Case]]&lt;br /&gt;
*[[User:Jlew| Justin Lewis]]&lt;br /&gt;
*[[User:Sarah Wagner|Sarah Wagner]]&lt;br /&gt;
*[[User:JT Mengel|JT Mengel]]&lt;br /&gt;
&lt;br /&gt;
=== Historical ===&lt;br /&gt;
*[[User:Mdd8919 | Mitchell DeMarco]]&lt;br /&gt;
*[[User:Epsilon748 | Anthony King]]&lt;br /&gt;
*[[User:Echo35 | Anthony Lubrani]]&lt;br /&gt;
*[[User:Jsang1|Jonathan Sanger]]&lt;br /&gt;
*[[User:Sss1406 | Steven Schoenfeld]]&lt;br /&gt;
&lt;br /&gt;
==Getting the Latest Snapshot from Git==&lt;br /&gt;
Lemonade Stand is available either under the [[http://dbad-license.org/ DBAD License]] or the GPLv3+&lt;br /&gt;
&lt;br /&gt;
To get the latest working version from Git, open a terminal and enter these commands:&lt;br /&gt;
&lt;br /&gt;
git clone git://gitorious.org/lemonade-stand-olpc/lemonade-stand.git&amp;lt;br/&amp;gt;&lt;br /&gt;
cd lemonade-stand&amp;lt;br/&amp;gt;&lt;br /&gt;
git clone git://git.fedorahosted.org/FortuneEngine.git fortuneengine&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The game can then be run by executing &#039;python LemonadeStand.py&#039;&lt;br /&gt;
&lt;br /&gt;
==Links and Resources==&lt;br /&gt;
* [http://activities.sugarlabs.org/en-US/sugar/addon/4321/ Activity Page]&lt;br /&gt;
* [http://gitorious.org/lemonade-stand-olpc/lemonade-stand-olpc Git Repository]&lt;br /&gt;
* [https://fedorahosted.org/fossrit/wiki/LemonadeStand Project Trac]&lt;/div&gt;</summary>
		<author><name>JT Mengel</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Lemonade_Stand&amp;diff=58305</id>
		<title>Lemonade Stand</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Lemonade_Stand&amp;diff=58305"/>
		<updated>2010-10-19T22:37:28Z</updated>

		<summary type="html">&lt;p&gt;JT Mengel: /* Evening */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
[[File:Lemonade2.png|500px]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This is your basic &amp;quot;Lemonade Stand&amp;quot; style game, where the player manages a lemonade stand (or similar such store) and tries to make as much money as possible. The game is designed to incorporate money and fractional math skills to teach basic operations. &lt;br /&gt;
&lt;br /&gt;
Localization will be implemented in the final phase, with the stand being written to use more regional ingredients and products.&lt;br /&gt;
&lt;br /&gt;
==Project Status==&lt;br /&gt;
{{:Lemonade_Stand/status}}&lt;br /&gt;
The project has just been re-written and should be a bit easier to localized in the future.&lt;br /&gt;
&lt;br /&gt;
Any interest in helping can be directed towards project leader [[User:Qalthos|Nathaniel Case]] as well as any of the other listed active members. Lemonade Stand is to be considered an open project, which is currently undoergoing active development for the RIT fall quarter 2010.  Nathaniel will continue to have interest in the project and will continue to provide assistance and input as time allows beyond this time.&lt;br /&gt;
&lt;br /&gt;
==Releases==&lt;br /&gt;
* [http://wiki.sugarlabs.org/f/fe/Lemonade_Stand_Stable.xo 1.0.0]: initial release.&lt;br /&gt;
* [http://gitorious.org/lemonade-stand-olpc/lemonade-stand-olpc/commit/aaf4186bf1403a6ee2892f9c606d676d78311f17 1.1.0](git tag): Updated game code.&lt;br /&gt;
* [http://activities.sugarlabs.org/en-US/sugar/addons/versions/4321#version-4 2.0, XO Release 4]: Game Rewrite&lt;br /&gt;
&lt;br /&gt;
==Structure==&lt;br /&gt;
The game&#039;s &#039;day&#039; is split into four parts&lt;br /&gt;
&lt;br /&gt;
===Morning===&lt;br /&gt;
Supplies are purchased and plans are made for the day.&amp;lt;br/&amp;gt;&lt;br /&gt;
A recipe may be chosen if more than one is available.&lt;br /&gt;
&lt;br /&gt;
===Day===&lt;br /&gt;
Customers queue at the stand and buy lemonade.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Evening===&lt;br /&gt;
Profit is calculated by the player and &#039;put away&#039;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Midnight===&lt;br /&gt;
The day&#039;s activities are put together into a digest, including:&lt;br /&gt;
* Weather forecast for the next few days&lt;br /&gt;
* Special events that happened during the day&lt;br /&gt;
* Current discounts on supplies&lt;br /&gt;
* Any supplies which have perished will be listed&lt;br /&gt;
&lt;br /&gt;
Once the digest has been displayed, the game returns to morning again.&lt;br /&gt;
&lt;br /&gt;
==Difficulty Settings==&lt;br /&gt;
===Easy===&lt;br /&gt;
*Supplies will not perish&lt;br /&gt;
*Prices are fixed at multiples of 25 and products yield more money per sale.&lt;br /&gt;
*Subtotals are listed for all math problems&lt;br /&gt;
*Math-based screens will not close while there are problems (trying to buy too many supplies, not collecting correct change)&lt;br /&gt;
&lt;br /&gt;
===Normal===&lt;br /&gt;
*Supplies will not perish&lt;br /&gt;
*Prices are more complex multiples of 5 with slightly smaller profit margins&lt;br /&gt;
*Subtotals are listed for all math problems&lt;br /&gt;
*Math-based screens will not close while there are problems (trying to buy too many supplies, not collecting correct change)&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
*Supplies will perish&lt;br /&gt;
*Prices are the same as Normal&lt;br /&gt;
*Subtotals are listed for all math problems&lt;br /&gt;
*Math-based screens will allow you to give bad answers (buy too many supplies, not collecting correct change)&lt;br /&gt;
&lt;br /&gt;
===Impossible===&lt;br /&gt;
*Supplies will perish&lt;br /&gt;
*Prices are not multiples of 5&lt;br /&gt;
*Subtotals are not listed for math problems&lt;br /&gt;
*Math-based screens will allow you to give bad answers (buy too many supplies, not collecting correct change)&lt;br /&gt;
&lt;br /&gt;
==Goals==&lt;br /&gt;
We&#039;re looking to create a workable prototype with the ability to buy materials and sell a product.However, the most important goal is to have a working game. While possibly not feature complete, the game should have basic functions working.&lt;br /&gt;
&lt;br /&gt;
===Additional Ideas &amp;amp; Features=== &lt;br /&gt;
(Based on available time)&lt;br /&gt;
&lt;br /&gt;
=====Completed=====&lt;br /&gt;
* Creating a GUI based game&lt;br /&gt;
* Incorporating counting of money (bills and coins) to make change&lt;br /&gt;
* Cool [[Lemonade Stand/Events|Random Events]]:&lt;br /&gt;
* Weather patterns impacting sales&lt;br /&gt;
* Making materials perishable to increase difficulty&lt;br /&gt;
&lt;br /&gt;
=====In progress=====&lt;br /&gt;
* Making the program more intuitive so that it can be easily learned&amp;lt;br /&amp;gt;&lt;br /&gt;
* Implementing multiple difficulties&lt;br /&gt;
* Redesign UI&lt;br /&gt;
* Advanced mode: changing the recipe for your &amp;quot;lemonade&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
** Strawberry Lemonade&lt;br /&gt;
** (Implemented but not purchaseable or usable)&lt;br /&gt;
&lt;br /&gt;
=====Wishlist=====&lt;br /&gt;
* Creating seasons to vary prices and product demand&amp;lt;br /&amp;gt;&lt;br /&gt;
* Random events that may influence supplies and/or cost and/or customers&amp;lt;br /&amp;gt;&lt;br /&gt;
* &amp;quot;Tools&amp;quot; to buy to increase efficiency&lt;br /&gt;
** Juicer reduces lemon requirement of recipies by 1/2&lt;br /&gt;
* Hidden values &#039;advertising&#039; and &#039;loyalty&#039;&lt;br /&gt;
** Upgrading the stand / buying more recipies increases advertising (does not decrease)&lt;br /&gt;
** Prices close to customer&#039;s expectations / satisfying demand increases loyalty (decreases over time)&lt;br /&gt;
** Both could act as a multiplier to customer demand. (base demand x advertising x loyalty = actual demand)&lt;br /&gt;
* Implementing Bargaining / Haggling&amp;lt;br /&amp;gt;&lt;br /&gt;
* Potential use of network, competitive, or cooperative modes&amp;lt;br /&amp;gt;&lt;br /&gt;
* Choosing location of Lemonade Stand within the town, would influence sales, cost of supplies, etc.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Fall 2010 Milestones==&lt;br /&gt;
* Week 3:&lt;br /&gt;
** Get JT&#039;s sketches into image files&lt;br /&gt;
** come up with more events and weather ideas&lt;br /&gt;
** add recipes&lt;br /&gt;
&lt;br /&gt;
* Week 4:&lt;br /&gt;
** new background image&lt;br /&gt;
** get into constants.py&lt;br /&gt;
** define what difficulties entail, implement lowest difficulty&lt;br /&gt;
** nail down ideas about overlays, startup screen&lt;br /&gt;
&lt;br /&gt;
* Week 5:&lt;br /&gt;
** implement two difficulties, simple and insane&lt;br /&gt;
** Get counting game images&lt;br /&gt;
** implement basic splash screen&lt;br /&gt;
&lt;br /&gt;
* Week 6:&lt;br /&gt;
** Get store images&lt;br /&gt;
** implement counting game&lt;br /&gt;
&lt;br /&gt;
* Week 7:&lt;br /&gt;
** Get activity log images&lt;br /&gt;
** Implement store&lt;br /&gt;
&lt;br /&gt;
* Week 8:&lt;br /&gt;
** Implement activity log&lt;br /&gt;
** Get images for other parts of the game (events, weather, etc.)&lt;br /&gt;
&lt;br /&gt;
==Potential Problems==&lt;br /&gt;
Localization is likely to be a big problem in this game.  Not simply translating the words, but also translating the idea, ie. finding out what kind of shop would be reasonable to open in a country, what it might stock, etc.&lt;br /&gt;
&lt;br /&gt;
This becomes even more difficult when moving to a graphical environment.  For every localized region we will need a different set of graphics depending on what the stand is selling.&lt;br /&gt;
&lt;br /&gt;
==Design Decisions==&lt;br /&gt;
Is lemonade made at the beginning of the day (make all available lemonade at once) or on the fly (a customer asks for lemonade and it is made for them)?  This is important as it impacts the resources from day to day.  In the former, normally non-perishable objects like cups will be used if they can make another drink (even beyond demand), however in the latter, it makes the game easy if you stock up on resources and slowly sell them each day.  This is usually mitigated by having perishable resources (lemons, etc) and variable prices.&lt;br /&gt;
&lt;br /&gt;
==Educational Standards==&lt;br /&gt;
[http://wiki.sugarlabs.org/go/Math4Team/Resources/Curriculum_Chart Standards found here]&lt;br /&gt;
&lt;br /&gt;
4.N.4 	 Select, use, and explain models to relate common fractions and mixed numbers (1/2, 1/3, 1/4, 1/5, 1/6, 1/8, 1/10, 1/12, and 11/2), find equivalent fractions, mixed numbers, and decimals, and order fractions&lt;br /&gt;
&lt;br /&gt;
4.N.6 	 Exhibit an understanding of the base ten number system by reading, naming, and writing decimals between 0 and 1 up to the hundredths. &lt;br /&gt;
&lt;br /&gt;
4.N.10 	 Select and use appropriate operations (addition, subtraction, multiplication, and division) to solve problems, including those involving money. &lt;br /&gt;
&lt;br /&gt;
4.D.3 	 Construct, draw conclusions, and make predictions from various representations of data sets, including tables, bar graphs, pictographs, line graphs, line plots, and tallies&lt;br /&gt;
&lt;br /&gt;
==Updates==&lt;br /&gt;
* 04/28/09: Wiki reorganized, content added&lt;br /&gt;
* 12/03/09: 1.1 release imminent&lt;br /&gt;
* 07/20/10: 2.0 release, activity page, wiki update&lt;br /&gt;
* 09/21/10: Add a few ideas, restructure&lt;br /&gt;
&lt;br /&gt;
==Contacts==&lt;br /&gt;
=== Current ===&lt;br /&gt;
*[[User:Qalthos|Nathaniel Case]]&lt;br /&gt;
*[[User:Jlew| Justin Lewis]]&lt;br /&gt;
&lt;br /&gt;
=== Historical ===&lt;br /&gt;
*[[User:Mdd8919 | Mitchell DeMarco]]&lt;br /&gt;
*[[User:Epsilon748 | Anthony King]]&lt;br /&gt;
*[[User:Echo35 | Anthony Lubrani]]&lt;br /&gt;
*[[User:Jsang1|Jonathan Sanger]]&lt;br /&gt;
*[[User:Sss1406 | Steven Schoenfeld]]&lt;br /&gt;
&lt;br /&gt;
==Links and Resources==&lt;br /&gt;
* [http://activities.sugarlabs.org/en-US/sugar/addon/4321/ Activity Page]&lt;br /&gt;
* [http://gitorious.org/lemonade-stand-olpc/lemonade-stand-olpc Git Repository]&lt;br /&gt;
* [https://fedorahosted.org/fossrit/wiki/LemonadeStand Project Trac]&lt;/div&gt;</summary>
		<author><name>JT Mengel</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=User:JT_Mengel&amp;diff=57606</id>
		<title>User:JT Mengel</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=User:JT_Mengel&amp;diff=57606"/>
		<updated>2010-09-28T15:15:57Z</updated>

		<summary type="html">&lt;p&gt;JT Mengel: Created page with &amp;quot;JT Mengel is a student at Rochester Institute of Technology in upstate New York pursuing his undergraduate degree from the Golisano Center of Computer and Information Sciences.  ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;JT Mengel is a student at Rochester Institute of Technology in upstate New York pursuing his undergraduate degree from the Golisano Center of Computer and Information Sciences.  He is particularly interested in the techniques and progress of modern animation and graphical, educational and medical applications of emerging technology.&lt;br /&gt;
&lt;br /&gt;
Robotics, programming, traditional studio art, and learning - JT is a contributer to the Open Source community as a graphical program and generator of art assets.  He is also known for referring to himself in the third person for extended periods.&lt;br /&gt;
&lt;br /&gt;
See his blog! - [JTMengel.blogspot.com]&lt;/div&gt;</summary>
		<author><name>JT Mengel</name></author>
	</entry>
</feed>