<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://msuperl.org/wikis/icsam/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://msuperl.org/wikis/icsam/feed.php">
        <title>Integrating Computation Across the Mitten summer_2019</title>
        <description></description>
        <link>https://msuperl.org/wikis/icsam/</link>
        <image rdf:resource="https://msuperl.org/wikis/icsam/lib/tpl/bootstrap3/images/favicon.ico" />
       <dc:date>2026-04-05T14:37:48+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:2d_motion&amp;rev=1565208348&amp;do=diff"/>
                <rdf:li rdf:resource="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:getting_started&amp;rev=1581481994&amp;do=diff"/>
                <rdf:li rdf:resource="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:glowscript_tips&amp;rev=1565656056&amp;do=diff"/>
                <rdf:li rdf:resource="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:gravitation&amp;rev=1565060181&amp;do=diff"/>
                <rdf:li rdf:resource="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:gravitation_trinket&amp;rev=1564614359&amp;do=diff"/>
                <rdf:li rdf:resource="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:ideal_gas_law&amp;rev=1565105268&amp;do=diff"/>
                <rdf:li rdf:resource="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:making_objects_move&amp;rev=1564613993&amp;do=diff"/>
                <rdf:li rdf:resource="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:pcubed_intro_project&amp;rev=1564614152&amp;do=diff"/>
                <rdf:li rdf:resource="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:placing_objects&amp;rev=1564611254&amp;do=diff"/>
                <rdf:li rdf:resource="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:workshop_materials&amp;rev=1565285681&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://msuperl.org/wikis/icsam/lib/tpl/bootstrap3/images/favicon.ico">
        <title>Integrating Computation Across the Mitten</title>
        <link>https://msuperl.org/wikis/icsam/</link>
        <url>https://msuperl.org/wikis/icsam/lib/tpl/bootstrap3/images/favicon.ico</url>
    </image>
    <item rdf:about="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:2d_motion&amp;rev=1565208348&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-08-07T20:05:48+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>summer_2019:2d_motion</title>
        <link>https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:2d_motion&amp;rev=1565208348&amp;do=diff</link>
        <description>GlowScript 2.7 VPython
scene.width = 800
scene.height = 600
scene.center = vector(10, 15, 0)

## Add Cliff, Ground, and Cart objects
Cliff = box(pos=vector(-10,20,0), size=vec(20,40,1))
Ground = box(pos=vector(10,-1,0), size=vec(60,2,1), color=color.green)
Cart = box(pos=vector(-20,40.5,0), size=vec(1,1,1), color=color.red, make_trail = True)

## Give the cart and velocity
Cart.velocity=vector(10,0,0)

## The lines below create graphs for height vs time, velocity vs time, and acceleration vs tim…</description>
    </item>
    <item rdf:about="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:getting_started&amp;rev=1581481994&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-12T04:33:14+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>summer_2019:getting_started</title>
        <link>https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:getting_started&amp;rev=1581481994&amp;do=diff</link>
        <description>Getting Started with Glowscript

Glowscript encounters some problems when using Safari. Please use Google Chrome as your browser when using Glowscript. If you encounter any issues with Glowscript, log out and close your browser, then log back in and try again.</description>
    </item>
    <item rdf:about="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:glowscript_tips&amp;rev=1565656056&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-08-13T00:27:36+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>summer_2019:glowscript_tips</title>
        <link>https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:glowscript_tips&amp;rev=1565656056&amp;do=diff</link>
        <description>Common Commands and Tips for Glowscript

In this workshop, we are often going to use Glowscript to create computational models, which will serve as a powerful tool to help us create visualizations and apply the ideas in this course to more real-world contexts. Below are some of the common Python commands that we will use and some coding tips compiled by previous students. (Note: we do not expect you to have any coding experience prior to this course, and we will not expect you to write a program…</description>
    </item>
    <item rdf:about="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:gravitation&amp;rev=1565060181&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-08-06T02:56:21+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>summer_2019:gravitation</title>
        <link>https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:gravitation&amp;rev=1565060181&amp;do=diff</link>
        <description>Follow this link for the activity and the instructions: link

Or, read the instructions after the image below, and copy the code into your own GlowScript file.

You should see something that looks like this:

[ trinket screenshot]

If you click on the “Instructions” tab in the upper right, a set of instructions for the activity should pop up. Click between</description>
    </item>
    <item rdf:about="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:gravitation_trinket&amp;rev=1564614359&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-07-31T23:05:59+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>summer_2019:gravitation_trinket</title>
        <link>https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:gravitation_trinket&amp;rev=1564614359&amp;do=diff</link>
        <description>Follow this link for the activity and the instructions: link

You should see something that looks like this:

[ trinket screenshot]

If you click on the “Instructions” tab in the upper right, a set of instructions for the activity should pop up. Click between “Instructions</description>
    </item>
    <item rdf:about="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:ideal_gas_law&amp;rev=1565105268&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-08-06T15:27:48+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>summer_2019:ideal_gas_law</title>
        <link>https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:ideal_gas_law&amp;rev=1565105268&amp;do=diff</link>
        <description>Ideal Gas Law Activity

Follow this link for the activity and the instructions: link

Or, read the instructions after the image below, and copy the code into your own GlowScript file.

You should see something that looks like this:



If you click on the</description>
    </item>
    <item rdf:about="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:making_objects_move&amp;rev=1564613993&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-07-31T22:59:53+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>summer_2019:making_objects_move</title>
        <link>https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:making_objects_move&amp;rev=1564613993&amp;do=diff</link>
        <description>Activity: Making Objects Move in Glowscript

Follow this link for the activity: link

You should see something that looks like this:



	*  Try running the code, rotating the viewing window, and zooming in and out.

	*  Try running the code after each of the following steps to observe the change that arises from adding/editing the code.</description>
    </item>
    <item rdf:about="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:pcubed_intro_project&amp;rev=1564614152&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-07-31T23:02:32+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>summer_2019:pcubed_intro_project</title>
        <link>https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:pcubed_intro_project&amp;rev=1564614152&amp;do=diff</link>
        <description>Escape from Ice Station McMurdo

Part A



You are a member of a scientific research team at McMurdo ice station which is funded by the Carver Media Group in Antarctica.

Two members of your research team have recently returned from investigating an incident at a Norwegian research facility. They brought with them a burnt humanoid body with two faces. Since the disturbing discovery several inhabitants of the ice station have disappeared. Frightened, a member of your team decided to flee the stat…</description>
    </item>
    <item rdf:about="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:placing_objects&amp;rev=1564611254&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-07-31T22:14:14+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>summer_2019:placing_objects</title>
        <link>https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:placing_objects&amp;rev=1564611254&amp;do=diff</link>
        <description>For this activity, we will be sharing our code on the trinket.io platform, which is a website similar to glowscript.org for running and editing Glowscript programs. You may choose to copy and paste the code from trinket into a new Glowscript program, or you can try out trinket for this activity. Both websites are useful, and they offer different affordances and constraints.</description>
    </item>
    <item rdf:about="https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:workshop_materials&amp;rev=1565285681&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-08-08T17:34:41+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>summer_2019:workshop_materials</title>
        <link>https://msuperl.org/wikis/icsam/doku.php?id=summer_2019:workshop_materials&amp;rev=1565285681&amp;do=diff</link>
        <description>2019 Workshop Materials

Monday

	*   Getting started with Glowscript
	*  Common Commands and Tips for Python

	*   Activity: Placing objects in Glowscript
	*   Activity: Making objects move in Glowscript
	*   Activity: &quot;Escape from Ice Station McMurdo&quot;

Tuesday

	*  Activity: Universal gravitation and geostationary orbit
	*  Activity: Modeling an ideal gas particle

Wednesday

	*  Tips for programming with Glowscript

Extra Content

	*  2D Motion and Free Fall</description>
    </item>
</rdf:RDF>
