-
Notifications
You must be signed in to change notification settings - Fork 13
/
_config.yml
108 lines (78 loc) · 3.59 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
title: CSCI-UA 480 (Open Source Software Development)
description: "Course website for CSCI-UA 480 (Open Source Software Development) course."
baseurl: "/ossd_s20" # the subpath of your site, e.g. /blog
url: "https://joannakl.github.io/ossd_s20" # the base hostname & protocol for your site, e.g. http://example.com
markdown: kramdown
kramdown:
entity_output: numeric
smart_quotes: apos,apos,quot,quot
exclude:
- Gemfile
- Gemfile.lock
course_number: "CSCI-UA 480"
course_name: "Open Source Software Development"
course_section: "010"
course_semester: "Spring 2020"
course_time: "<br>Mondays and Wednesdays 3:30pm - 4:45pm, CIWW, Room 517<br>"
instructor_office_hours: "Mondays 12:30 - 2:30pm, Thursdays 11:00am - 12:00pm,
(or you can schedule an appointment if these times do not work for you)"
instructor_office_hours_location: "423 CIWW"
tutor_office_hours: ""
tutor_name: ""
tutor_location: ""
tutor_schedule_link: ""
current_course1_title: "CSCI 201 sec. 3"
current_course1_link: "https://cs.nyu.edu/~joannakl/cs201_s20/"
current_course2_title: "CSCI 480 sec. 4 (APS)"
current_course2_link: "https://cs.nyu.edu/~joannakl/aps_s20/"
current_course3_title: "CSCI 480 sec. 10 (OSSD)"
current_course3_link: "https://cs.nyu.edu/~joannakl/ossd_s20/"
midterm_exam_date: "TBD"
final_exam_date: "TBD"
final_exams_link: "http://cs.nyu.edu/dynamic/courses/exams/"
piazza_site: https://piazza.com/
slack_site: http://nyuossd.slack.com/
gradescope_site: ""
github_site: https://github.com/nyu-ossd-s20/
book_opt_1: "Producing Open Source Software, "
book_opt_1_author: "Karl Fogel, "
book_opt_1_edition: "2nd edition, "
book_opt_1_link: "http://producingoss.com/"
book_opt_1_note: ""
book_opt_1_image: "http://producingoss.com/images/producingoss-cover-small.gif"
book_opt_2: "The Architecture of Open Source Applications, "
book_opt_2_author: "Amy Brown and Greg Wilson (editors), "
book_opt_2_edition: ""
book_opt_2_link: "http://www.aosabook.org/en/index.html"
book_opt_2_note: ""
book_opt_2_image: "http://www.aosabook.org/images/cover1.jpg"
book_opt_3: "Practical Open Source Software Exploration, "
book_opt_3_author: "Greg DeKoenigsberg, Chris Tyler, Karsten Wade, Max Spevack, Mel Chua, and Jeff Sheltren, "
book_opt_3_edition: ""
book_opt_3_link: "https://quaid.fedorapeople.org/TOS/Practical_Open_Source_Software_Exploration/html/"
book_opt_3_note: "(it hasn't been updated since 2010, but there is some good stuff in there)"
book_opt_3_image: ""
book_opt_4: "The Linux Command Line, "
book_opt_4_author: "William Shotts, "
book_opt_4_edition: ""
book_opt_4_link: "http://linuxcommand.org/tlcl.php"
book_opt_4_note: ""
book_opt_4_image: ""
book_opt_5: "ProGit, "
book_opt_5_author: "Scott Chacon and Ben Straub, "
book_opt_5_edition: "2nd edition"
book_opt_5_link: "https://git-scm.com/book/en/v2"
book_opt_5_note: ""
book_opt_5_image: "https://git-scm.com/images/progit2.png"
book_opt_6: "The Cathedral and the Bazaar, "
book_opt_6_author: "Eric Steven Raymond, "
book_opt_6_edition: ""
book_opt_6_link: "http://www.catb.org/~esr/writings/cathedral-bazaar/"
book_opt_6_note: "printed version available from [O'Railly](http://shop.oreilly.com/product/9781565927247.do)"
book_opt_6_image: "https://upload.wikimedia.org/wikipedia/en/c/c4/Cathedral-and-the-Bazaar-book-cover.jpg"
book_opt_7: "Forge Your Future with Open Source, "
book_opt_7_author: "VM (Vicky) Brasseur, "
book_opt_7_edition: ""
book_opt_7_link: "https://pragprog.com/book/vbopens/forge-your-future-with-open-source"
book_opt_7_note: "both print and digital versions available "
book_opt_7_image: "https://imagery.pragprog.com/products/542/vbopens_xlargecover.jpg?1516635915"