POSC 0000: A Class with an R Markdown Syllabus"

knitr::opts_chunk$set(cache=FALSE, dev='pdf')
mon <- as.Date("2016-08-15")
# fri <- as.Date("2016-01-08")

advdate <- function(obj, adv) {
 tmon <- obj + 7*(adv-1)
 tfri <- obj + 4 + 7*(adv-1)
 tmon <- format(tmon, format="%m/%d")
 tfri <- format(tfri, format="%m/%d")
 zadv <- sprintf("%02d", adv)
 tmp <- paste("Week ",zadv,sep='',", ", tmon," - ",tfri)
 return(tmp)
}

knitr::write_bib(c('knitr', 'rosr'), file = 'rosr.bib')

library(RefManageR)
# library(knitcitations)
# library(rcrossref)
bib <- ReadBib("rosr.bib")
myopts <- BibOptions(bib.style = "authoryear", style="latex", first.inits=FALSE, max.names = 20)

Course Description

You'll learn stuff in this class, I hope. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas scelerisque elit sapien, eu consequat dui blandit in. Vestibulum dignissim feugiat mauris, at pretium turpis blandit nec. Aliquam porta scelerisque tortor, eget imperdiet quam dapibus et. Sed ut sollicitudin orci, id elementum arcu. Sed arcu quam, vestibulum molestie mattis sed, ultricies sed est. Phasellus eu nunc et urna volutpat pharetra. Donec interdum ante vitae odio malesuada blandit. Fusce at condimentum libero, eu elementum arcu. Aenean posuere id lorem in varius. Sed bibendum neque pretium dolor faucibus, in cursus ipsum suscipit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam erat volutpat. Phasellus mollis egestas risus, non maximus nisl euismod sit amet. Vestibulum laoreet et urna vitae rutrum. Donec quis dui elit.

Course Objectives

  1. You'll learn this

  2. And also that

  3. Perhaps some of this too.

Required Readings

bib["R-knitr", "R-rosr"]

Course Policy

I will detail the policy for this course below. Basically, don't cheat and try to learn stuff. Don't be that guy.

Grading Policy

Attendance Policy

Showing up is 80 percent of life -- Woody Allen, via Marshall Brickman

Students should be weary of skipping class. I deduct all participation points for a class after five unexcused absences and this can have important implications for a student's overall grade in the class. There is already a strong positive correlation between the percentage of classes a student has attended in the course and the student's final grade for the semester for all students I have taught since Fall 2014.

Late Arrival of the Professor Policy

My current university, from what I have been told, asks professors to have policies written into their syllabus about what students should do if the professor is more than 15 minutes late to class. This seems like an anachronism. I will inform students via e-mail in advance of class if class is cancelled for the day. I will also contact our department secretary if something happened on the way to work. Failing that, assume the worst happened to me. I ask the students make sure that my story gets the proper treatment on an Investigation Discovery show. I also ask that my story be narrated by Keith Morrison.

E-mail Policy

I am usually quick to respond to student e-mails. However, student e-mails tend to do several things that try my patience. I have a new policy, effective Fall 2016, that outlines why I will not respond to certain e-mails students send. Multiple rationales follow.

  1. The student could answer his/her own inquiry by reading the syllabus.
  2. The student missed class for which there was no exam. I do not need to know the exact reason for a missed class. Students with excusable absences are responsible for giving me a note in hard copy that documents the reason for the missed class. An e-mail is unnecessary unless the impromptu absence involved missing a midterm or final.
  3. The student wants to know what topics s/he missed during a class s/he skipped. The answer is always "you missed what was on the syllabus."
  4. The student is protesting a grade without reference to specific points of objection. See the policy on protesting a grade in the syllabus. These e-mails tend to be expressive utility on the part of the student and do not require a response from me. Students interested in improving their knowledge of material should see me during office hours.
  5. The students wants to know how many classes s/he missed at some point during the semester. I assume the student has a better answer to that question than me until the end of the semester.
  6. The student is requesting an extension on an assignment for which the syllabus already established the deadline. The answer is always "no".
  7. The student is "grade grubbing" or asking to round up a grade. The answer is always "no".
  8. The student is asking for an extra credit opportunity, a request that amounts to more grading for the professor. The answer is "no".

Make-Up Exam Policy

There are NO make-ups for missed exams. Don't bother asking.

Academic Dishonesty Policy

Don’t cheat. Don’t be that guy. Yes, you. You know exactly what I’m talking about too.

Disabilities Policy

Federal law mandates the provision of services at the university-level to qualified students with disabilities. Make sure to include all that relevant information here.

\newpage

Class Schedule

Students must read the following before Tuesday's class session. Important: class readings are subject to change, contingent on mitigating circumstances and the progress we make as a class. Students are encouraged to attend lectures and check the course website for updates.

r advdate(mon, 1): Syllabus Day

No class Thursday (Political scientists usually have a conference to start the semester).

Read all associated documents on course website.

r advdate(mon, 2): The First Topic Where We Read John Vasquez

bib[author = "Zhao"]

r advdate(mon, 3): Read the No 1 Item in My Bib

bib[1]

Your "Slow Ride" appreciation paper is due in Thursday's class.

r advdate(mon, 4): Read Bib Item No. 2

bib[2]

r advdate(mon, 5): The Fourth Topic with Bib Item No. 1

bib[1]

r advdate(mon, 6): Keep

r advdate(mon, 7): Going

r advdate(mon, 8): Down

r advdate(mon, 9): the

r advdate(mon, 10): Line

r advdate(mon, 11): Until

r advdate(mon, 12): You

r advdate(mon, 13): Are

r advdate(mon, 14): Done

r advdate(mon, 15): with

r advdate(mon, 16): your

r advdate(mon, 17): Syllabus



Try the rosr package in your browser

Any scripts or data that you put into this service are public.

rosr documentation built on July 2, 2020, 2:28 a.m.