{"id":103,"date":"2024-01-18T21:09:50","date_gmt":"2024-01-18T21:09:50","guid":{"rendered":"https:\/\/eportfolio.siue.edu\/spencer-steele\/?page_id=103"},"modified":"2024-09-20T03:27:05","modified_gmt":"2024-09-20T03:27:05","slug":"code-221","status":"publish","type":"page","link":"https:\/\/eportfolio.siue.edu\/spencer-steele\/code-221\/","title":{"rendered":"CODE 221"},"content":{"rendered":"\n<p>I will be contracted for a A in this course.<\/p>\n\n\n\n<figure class=\"wp-block-table alignleft\"><table><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>What concepts are you going to learn, or skills are you going to develop?<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>How will you learn the content\/develop the skill?                                                                           <\/strong><\/td><td><strong>What evidence will you add to the portfolio to demonstrate your learning?<\/strong><\/td><td><strong>How will you and I assess the evidence of your learning\/skill?                              <\/strong><\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">(30 %) From 1a<br><br>Works in collaboration with community members and develops social networking skills.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Engage in productive conversation with the students.<br><br>Work with community in producing a video that makes their voices heard. <\/td><td>Reflections on meetings<br><br>Notes on ways to develop meaningful, trusting relationships.<\/td><td>Reflections demonstrated consideration for developing relationships and how my self presentation plays a role in the outcome.<br><br><\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">(10 %) From 6a<br><br>Recognize own cultural norms and suspend any bias or judgement.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Consider how my own biases are influencing my perceptions in observations at community site in reflections<br><br>In research plan, consider how to prioritize students&#8217; perspectives to help challenge my own biases<br><br>Design data collection activities to combat possible biases<\/td><td>Reflections<br><br>Research Plan<br><br>Data Collection<\/td><td>Reflections demonstrate a conscious consideration of my biases<br><br>Research plan makes accommodations for student priorities while checking bias<br><br>Data collection thoughtfully considers how to collect data without replicating biases.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">(15 %) From 3a<br><br>Ponder my intrinsic values and review why I hold them close. <\/td><td class=\"has-text-align-left\" data-align=\"left\">Writing down my thoughts to think deeper. <br><br>Ask why I take a particular perspective in class discussions<br><br><\/td><td>Reflections<br><br>Specimens of On-site activities<br><br><\/td><td>Reflections, and class discussions demonstrate a deeper awareness of my underlying values and how they influence my perspective<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">(20 %) From 8b<br><br>Experiment with several oral delivery techniques and leave others interested in my content.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Researching effective ways of getting an audience to want to listen.<br><br>Practicing presentations or talks before I do them. <\/td><td>Personal speaking techniques. <br><br>The final video.<\/td><td>I speak in a more natural and interesting way during talks or presentations<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">(25 %) From 12a<br><br>Bring new ideas to the table and think outside of the box for solutions. <\/td><td class=\"has-text-align-left\" data-align=\"left\">Brainstorm ideas on my own outside of class.<br><br>Use divergent thinking to get a wide range of possible ideas. <\/td><td>Sections of a page that go through my problem solving strategy.<br><br>Notes on frameworks for possible solutions. <br><br>Ideas contributed to research plan<\/td><td>Help student create videos that are unique in the way that they tell their story. <\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!doctype html>\n\n&lt;html lang=\"en\">\n&lt;head>\n  &lt;meta charset=\"utf-8\">\n  &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n  &lt;title>Bicycle Theft in London \u2013 Leaflet Heatmap Template&lt;\/title>\n\n  &lt;link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tachyons\/4.11.1\/tachyons.min.css\">\n  &lt;link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet\/1.7.1\/leaflet.css\">\n\n  &lt;script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet\/1.7.1\/leaflet.js\">&lt;\/script>\n  &lt;script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet.heat\/0.2.0\/leaflet-heat.js\">&lt;\/script>\n  &lt;script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.4.1\/jquery.min.js\">&lt;\/script>\n\n  &lt;script src=\"https:\/\/cdn.jsdelivr.net\/npm\/papaparse@5.3.0\/papaparse.min.js\">&lt;\/script>\n\n&lt;\/head>\n\n&lt;body class=\"helvetica\">\n\n  &lt;div id=\"map\" class=\"vh-100 vw-100 bg-near-white\">&lt;\/div>\n\n  &lt;div id=\"legend\" class=\"bg-white fixed top-0 left-0 pa2 mt2 ml2 br1 o-90\" style=\"z-index: 999; width: 380px\">\n    &lt;h1 class=\"f3 mt0\">Bicycle Theft in London&lt;\/h1>\n\n    &lt;p class=\"measure mb1\">\n      This heatmap shows hotspots of bicycle theft in London\n      in January\u2013July 2020 according to the Metropolitan Police data.\n    &lt;\/p>\n\n  &lt;\/div>\n\n  &lt;script>\n\n    var map = L.map('map', {\n      zoomControl: false, \/\/ Add zoom control separately below\n      center: &#91;38.9038348, -],90.15 \/\/ Initial map center\n      zoom: 10, \/\/ Initial zoom level\n      attributionControl: false, \/\/ Instead of default attribution, we add custom at the bottom of script\n      scrollWheelZoom: false\n    })\n\n    \/\/ Add zoom in\/out buttons to the top-right\n    L.control.zoom({position: 'topright'}).addTo(map)\n\n    \/\/ Add baselayer\n    L.tileLayer('https:\/\/{s}.basemaps.cartocdn.com\/light_nolabels\/{z}\/{x}\/{y}{r}.png', {\n      attribution: '&amp;copy; &lt;a href=\"https:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap&lt;\/a> contributors &amp;copy; &lt;a href=\"https:\/\/carto.com\/attributions\">CARTO&lt;\/a>',\n      subdomains: 'abcd',\n      maxZoom: 19\n    }).addTo(map)\n\n    \/\/ Add geographical labels only layer on top of baselayer\n    var labels = L.tileLayer('https:\/\/{s}.basemaps.cartocdn.com\/light_only_labels\/{z}\/{x}\/{y}{r}.png', {\n      attribution: '&amp;copy; &lt;a href=\"https:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap&lt;\/a> contributors &amp;copy; &lt;a href=\"https:\/\/carto.com\/attributions\">CARTO&lt;\/a>',\n      subdomains: 'abcd',\n      maxZoom: 19,\n      pane: 'shadowPane'  \/\/ always display on top\n    }).addTo(map)\n\n    \/\/ Read data from CSV file\n    $.get('.\/data.csv', function(csvString) {\n\n      \/\/ Use PapaParse to transform file into arrays\n      var data = Papa.parse(csvString.trim()).data.filter(\n        function(row) { return row.length === 2 }\n      ).map(function(a) {\n        return &#91; parseFloat(a&#91;0]), parseFloat(a&#91;1]) ]\n      })\n\n      \/\/ Add all points into a heat layer\n      var heat = L.heatLayer(data, {\n        radius: 25\n      })\n\n      \/\/ Add the heatlayer to the map\n      heat.addTo(map)\n    })\n\n    \/\/ Add custom attribution\n    L.control.attribution({\n      prefix: '&lt;a href=\"https:\/\/github.com\/HandsOnDataViz\/leaflet-heatmap\">View data and code&lt;\/a> \\\n        by &lt;a href=\"https:\/\/handsondataviz.org\" target=\"_blank\">HandsOnDataViz&lt;\/a>'\n    }).addTo(map)\n\n  &lt;\/script>\n\n&lt;\/body>\n\n&lt;\/html><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I will be contracted for a A in this course. What concepts are you going to learn, or skills are you going to develop? How will you learn the content\/develop the skill? What evidence will you add to the portfolio to demonstrate your learning? How will you and I assess the evidence of your learning\/skill? [&hellip;]<\/p>\n","protected":false},"author":18,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_sb_is_suggestion_mode":false,"_sb_show_suggestion_boards":false,"_sb_show_comment_boards":false,"_sb_suggestion_history":"","_sb_update_block_changes":"","footnotes":""},"class_list":["post-103","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/eportfolio.siue.edu\/spencer-steele\/wp-json\/wp\/v2\/pages\/103","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eportfolio.siue.edu\/spencer-steele\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eportfolio.siue.edu\/spencer-steele\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eportfolio.siue.edu\/spencer-steele\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/eportfolio.siue.edu\/spencer-steele\/wp-json\/wp\/v2\/comments?post=103"}],"version-history":[{"count":9,"href":"https:\/\/eportfolio.siue.edu\/spencer-steele\/wp-json\/wp\/v2\/pages\/103\/revisions"}],"predecessor-version":[{"id":179,"href":"https:\/\/eportfolio.siue.edu\/spencer-steele\/wp-json\/wp\/v2\/pages\/103\/revisions\/179"}],"wp:attachment":[{"href":"https:\/\/eportfolio.siue.edu\/spencer-steele\/wp-json\/wp\/v2\/media?parent=103"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}