Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adamvosburgh committed Feb 26, 2024
1 parent 0aec8bb commit b38699f
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion assignments/assignment05/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assignments/syllabus/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion page-data/assignments/assignment05/page-data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"componentChunkName":"component---src-pages-assignments-mdx-slug-js","path":"/assignments/assignment05/","result":{"data":{"mdx":{"frontmatter":{"title":"Where Next?"},"body":"var _excluded = [\"components\"];\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\nvar _frontmatter = {\n \"title\": \"Where Next?\",\n \"date\": \"2023-03-08\",\n \"author\": \"Adam Vosburgh\",\n \"sequence\": 5,\n \"cat\": \"assignment\"\n};\nvar layoutProps = {\n _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n var components = _ref.components,\n props = _objectWithoutProperties(_ref, _excluded);\n return mdx(MDXLayout, _extends({}, layoutProps, props, {\n components: components,\n mdxType: \"MDXLayout\"\n }), mdx(\"h3\", null, \"Due: 3/08, with Mapping Portfolio\"), mdx(\"h3\", null, \"What\"), mdx(\"p\", null, mdx(\"strong\", {\n parentName: \"p\"\n }, \"This is an extra credit assignment.\"), \" Completing this assignment will add one point to the rubric explained in 'Class Requirements and Grading' on the syllabus.\"), mdx(\"p\", null, \"Complete either tutorial 8, 9, or 10+11 (as a pair) and complete the corresponding assignment:\"), mdx(\"h3\", null, \"Tutorial 8: Making Data from Street View\"), mdx(\"p\", null, \"Use the Google Street View Static API to download street view images for 20 - 100 significant locations of your choosing. Also pay attention to the camera bearing/orientation.\"), mdx(\"p\", null, \"Design a layout to present the images on one or more pages (or GIFs)\"), mdx(\"p\", null, \"Submission Materials:\"), mdx(\"p\", null, \"A multi page PDF with: \"), mdx(\"ul\", null, mdx(\"li\", {\n parentName: \"ul\"\n }, mdx(\"p\", {\n parentName: \"li\"\n }, \"Page 1: the layout you designed, and a link to your google colab notebook.\")), mdx(\"li\", {\n parentName: \"ul\"\n }, mdx(\"p\", {\n parentName: \"li\"\n }, \"Page 2: A screenshot of the directory on your computer where you have saved your downloaded images \")), mdx(\"li\", {\n parentName: \"ul\"\n }, mdx(\"p\", {\n parentName: \"li\"\n }, \"A downloaded csv or geojson of your final dataset (on canvas)\"))), mdx(\"h3\", null, \"Tutorial 9: Making Data in Python:\"), mdx(\"p\", null, \"Now that we have recreated a portion of Tutorial 1 in Python, for the assignment please either:\"), mdx(\"ul\", null, mdx(\"li\", {\n parentName: \"ul\"\n }, \"Recreate tutorial 5 in your own notebook. (just the tutorial, not the challenge)\"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"Wrangle your own data and map something else. (you must have at least one non-spatial dataset, and join it to a spatial one.)\")), mdx(\"p\", null, \"Submission Materials:\"), mdx(\"ul\", null, mdx(\"li\", {\n parentName: \"ul\"\n }, \"A single page PDF with your map as a .png, and a link to your google colab notebook.\"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"A downloaded csv or geojson of your final dataset\")), mdx(\"h3\", null, \"Tutorial 10+11:\"), mdx(\"p\", null, \"Create your own story map, using one of the tutorials we have already made, or your own dataset.\"), mdx(\"p\", null, \"Submission Materials:\"), mdx(\"p\", null, \"A multi-page PDF with:\"), mdx(\"ul\", null, mdx(\"li\", {\n parentName: \"ul\"\n }, \"Page 1: a representative screenshot of your story map, with a title, two sentence summary, and a link to the live map.\"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"Page 2: A representative screen recording of your story map (less than 30 seconds, does not have to be the full story).\")), mdx(\"h3\", null, \"Submission\"), mdx(\"ul\", null, mdx(\"li\", {\n parentName: \"ul\"\n }, \"Upload your work on Canvas (refer to specific instructions above) \"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"Include it in your finalized Mapping Portfolio\")), mdx(\"h3\", null, \"Optional additional exercise\"), mdx(\"p\", null, \"Do all three!\"));\n}\n;\nMDXContent.isMDXComponent = true;"}},"pageContext":{"id":"a3b64886-642b-5ea7-bee3-88b02f8af966","slug":"assignment05","__params":{"slug":"assignment05"}}},"staticQueryHashes":["3159585216"]}
{"componentChunkName":"component---src-pages-assignments-mdx-slug-js","path":"/assignments/assignment05/","result":{"data":{"mdx":{"frontmatter":{"title":"Where Next?"},"body":"var _excluded = [\"components\"];\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\nvar _frontmatter = {\n \"title\": \"Where Next?\",\n \"date\": \"2023-03-08\",\n \"author\": \"Adam Vosburgh\",\n \"sequence\": 5,\n \"cat\": \"assignment\"\n};\nvar layoutProps = {\n _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n var components = _ref.components,\n props = _objectWithoutProperties(_ref, _excluded);\n return mdx(MDXLayout, _extends({}, layoutProps, props, {\n components: components,\n mdxType: \"MDXLayout\"\n }), mdx(\"h3\", null, \"Due: 3/18, with Mapping Portfolio\"), mdx(\"h3\", null, \"What\"), mdx(\"p\", null, mdx(\"strong\", {\n parentName: \"p\"\n }, \"This is an extra credit assignment.\"), \" Completing this assignment will add one point to the rubric explained in 'Class Requirements and Grading' on the syllabus.\"), mdx(\"p\", null, \"Complete either tutorial 8, 9, or 10+11 (as a pair) and complete the corresponding assignment:\"), mdx(\"h3\", null, \"Tutorial 8: Making Data from Street View\"), mdx(\"p\", null, \"Use the Google Street View Static API to download street view images for 20 - 100 significant locations of your choosing. Also pay attention to the camera bearing/orientation.\"), mdx(\"p\", null, \"Design a layout to present the images on one or more pages (or GIFs)\"), mdx(\"p\", null, \"Submission Materials:\"), mdx(\"p\", null, \"A multi page PDF with: \"), mdx(\"ul\", null, mdx(\"li\", {\n parentName: \"ul\"\n }, mdx(\"p\", {\n parentName: \"li\"\n }, \"Page 1: the layout you designed, and a link to your google colab notebook.\")), mdx(\"li\", {\n parentName: \"ul\"\n }, mdx(\"p\", {\n parentName: \"li\"\n }, \"Page 2: A screenshot of the directory on your computer where you have saved your downloaded images \")), mdx(\"li\", {\n parentName: \"ul\"\n }, mdx(\"p\", {\n parentName: \"li\"\n }, \"A downloaded csv or geojson of your final dataset (on canvas)\"))), mdx(\"h3\", null, \"Tutorial 9: Making Data in Python:\"), mdx(\"p\", null, \"Now that we have recreated a portion of Tutorial 1 in Python, for the assignment please either:\"), mdx(\"ul\", null, mdx(\"li\", {\n parentName: \"ul\"\n }, \"Recreate tutorial 5 in your own notebook. (just the tutorial, not the challenge)\"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"Wrangle your own data and map something else. (you must have at least one non-spatial dataset, and join it to a spatial one.)\")), mdx(\"p\", null, \"Submission Materials:\"), mdx(\"ul\", null, mdx(\"li\", {\n parentName: \"ul\"\n }, \"A single page PDF with your map as a .png, and a link to your google colab notebook.\"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"A downloaded csv or geojson of your final dataset\")), mdx(\"h3\", null, \"Tutorial 10+11:\"), mdx(\"p\", null, \"Create your own story map, using one of the tutorials we have already made, or your own dataset.\"), mdx(\"p\", null, \"Submission Materials:\"), mdx(\"p\", null, \"A multi-page PDF with:\"), mdx(\"ul\", null, mdx(\"li\", {\n parentName: \"ul\"\n }, \"Page 1: a representative screenshot of your story map, with a title, two sentence summary, and a link to the live map.\"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"Page 2: A representative screen recording of your story map (less than 30 seconds, does not have to be the full story).\")), mdx(\"h3\", null, \"Submission\"), mdx(\"ul\", null, mdx(\"li\", {\n parentName: \"ul\"\n }, \"Upload your work on Canvas (refer to specific instructions above) \"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"Include it in your finalized Mapping Portfolio\")), mdx(\"h3\", null, \"Optional additional exercise\"), mdx(\"p\", null, \"Do all three!\"));\n}\n;\nMDXContent.isMDXComponent = true;"}},"pageContext":{"id":"a3b64886-642b-5ea7-bee3-88b02f8af966","slug":"assignment05","__params":{"slug":"assignment05"}}},"staticQueryHashes":["3159585216"]}
2 changes: 1 addition & 1 deletion page-data/assignments/syllabus/page-data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion page-data/index/page-data.json

Large diffs are not rendered by default.

Loading

0 comments on commit b38699f

Please sign in to comment.