From 5a673c14b4ca8f3f8bfc0d3ecca523718ae24f35 Mon Sep 17 00:00:00 2001 From: ldemaz Date: Thu, 18 Jan 2024 15:37:52 -0500 Subject: [PATCH] Syllabus updated --- docs/syllabus.html | 202 +++++++++++++---------------------------- vignettes/syllabus.Rmd | 6 +- 2 files changed, 67 insertions(+), 141 deletions(-) diff --git a/docs/syllabus.html b/docs/syllabus.html index e0ea494..110c3be 100644 --- a/docs/syllabus.html +++ b/docs/syllabus.html @@ -1305,7 +1305,7 @@

Geography 246/346 Syllabus

-

2024-01-17 +

2024-01-18 Back to home

@@ -1340,13 +1340,16 @@

1 Overview

1.1 Meeting Time/Place

- +

ASEC 303, MW 1200-1315

1.2 Office Hours

+++++ @@ -1356,14 +1359,14 @@

1.2 Office Hours

- - + + - - - + + +
Instructor
Michael CecilEORS LabLyndon EstesJefferson 201C Tuesday 1300-1500
Arman BajracharyaTA Alley, 105A GEOG buildingThursday 1400-1600Vanchy LiEORS, 1st floor GEOG buildingMonday and Wednesday 1330-1500
@@ -1463,62 +1466,32 @@

1.7 Assessment and

Your progress in this class will be assessed as follows:

- - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + +
-Component - -GEOG246 - -GEOG346 -
ComponentGEOG246GEOG346
-Practical assignments (n=5) - -55% of grade - -45% of grade -
Practical assignments (n=5)55% of grade45% of grade
-Partcipiation - -10% of grade - -10% of grade -
Partcipiation10% of grade10% of grade
-Overview for final semester project - -10% of grade - -15% of grade -
Overview for final semester project10% of grade15% of grade
-Final report on semester project - -25% of grade - -30% of grade -
Final report on semester project25% of grade30% of grade
@@ -1528,94 +1501,47 @@

1.7 Assessment and be:

- - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + +
- -GEOG246 hours - -GEOG346 hours -
GEOG246 hoursGEOG346 hours
-Class meetings - -37 - -37 -
Class meetings3737
-Readings - -12 - -14 -
Readings1214
-Practicals - -40 - -50 -
Practicals4050
-Semester projects-analysis - -65 - -59 -
Semester projects-analysis6559
-Semester projects-presentation - -10 - -8 -
Semester projects-presentation108
-Semester projects-final report - -16 - -12 -
Semester projects-final report1612
-Total hours - -180 - -180 -
Total hours180180
diff --git a/vignettes/syllabus.Rmd b/vignettes/syllabus.Rmd index 4e695fd..2e4e8f0 100644 --- a/vignettes/syllabus.Rmd +++ b/vignettes/syllabus.Rmd @@ -23,13 +23,13 @@ library(knitr) Originally developed for statistics, free and open source R is now one of the most widely used programming languages in both industry and academia. Among its many applications, R is increasingly used for geospatial analyses, as evidenced by its growing ecosystem of spatial libraries (covering everything from basic vector and raster manipulation to advanced modeling and image processing), the evolution of classes for representing spatial data, its expanding capacity to interact with and leverage the capabilities of other geospatial libraries (GDAL) and GIS (e.g. GRASS, QGIS, PostGIS, SAGA). Alongside its geospatial capabilities, there has been concurrent development of interactive development environments (IDEs) for R, which facilitate the creation, presentation, and reproducibility of analyses. R has therefore very close to being a one-stop shop for the modern GIScientist. This course will provide students with the skills they need to use R as a GIS. There will be additional emphases on programming, presentation, and reproducibility, which will entail learning to develop R libraries, development of presentations and reports using Rmarkdown, and using version control with github. Students will learn and apply R skills by working on a specific research problem. ## Meeting Time/Place -- Class: ASEC 304, MW 1615-1730 +ASEC 303, MW 1200-1315 ## Office Hours Instructor | Office | Office hours ---------|------------------|------------------ -Michael Cecil | EORS Lab | Tuesday 1300-1500 -Arman Bajracharya | TA Alley, 105A GEOG building | Thursday 1400-1600 +Lyndon Estes | Jefferson 201C | Tuesday 1300-1500 +Vanchy Li | EORS, 1st floor GEOG building | Monday and Wednesday 1330-1500 ## Philosophy Although our primary focus is learning how to use `R` for geospatial analysis, the course also introduces additional skills and concepts related to ___reproducible___ research.