forked from cs10/bjc-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·141 lines (112 loc) · 4.35 KB
/
index.html
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html>
<head>
<title>The Beauty and Joy Of Computing repository</title>
<script src="/bjc-r/llab/loader.js"></script>
</head>
<body>
<section>
<h1>Welcome to the Beauty and Joy of Computing Curriculum Repository</h1>
<img class="imageRight" src="/bjc-r/img/web/bjc-logo.png" alt="BJC Logo">
<p>Listed below are current and past courses.</p>
<p>
CS10 is the undergraduate Beauty and Joy of Computing course at U.C.
Berkeley, and will generally reflect newer content with which we are
experimenting in class (on our poor students!). Some of these materials
may be advanced, fast paced, and/or unpolished. More info about the CS10
course is available at
<a target="_blank" href="http://cs10.org">cs10.org</a>.
</p>
</section>
<section>
<br>
<div class="topic_link">
<a href="course/cs10_sp22.html">CS10: Spring 2022</a>
</div>
<hr>
<div class="topic_link">
<a href="course/cs10_fa21.html">CS10: Fall 2021</a>
</div>
<div class="topic_link">
<a href="course/cs10_su21.html">CS10: Summer 2021</a>
</div>
<div class="topic_link">
<a href="course/cs10_sp21.html">CS10: Spring 2021</a>
</div>
<div class="topic_link">
<a href="course/cs10_fa20.html">CS10: Fall 2020</a>
</div>
<div class="topic_link">
<a href="course/cs10_sp19.html">CS10: Spring 2019</a>
</div>
<div class="topic_link">
<a href="course/cs10_fa18.html">CS10: Fall 2018</a>
</div>
<div class="topic_link">
<a href="course/cs10_sp18.html">CS10: Spring 2018</a>
</div>
<div class="topic_link">
<a href="course/CSEdPython.html">CS Education Day Python Lab</a>
</div>
<div class="topic_link">
<a href="course/cs10_fa17.html">CS10: Fall 2017</a>
</div>
<div class="topic_link">
<a href="course/cs10_su17.html">CS10: Summer 2017</a>
</div>
<div class="topic_link">
<a href="course/cs10_sp17.html">CS10: Spring 2017</a>
</div>
<div class="topic_link">
<a href="course/cs10_fa16.html">CS10: Fall 2016</a>
</div>
<div class="topic_link">
<a href="course/cs10_fa15.html">CS10: Fall 2015</a>
</div>
<div class="topic_link">
<a href="course/cs10_su15.html">CS10: Summer 2015</a>
</div>
<div class="topic_link">
<a href="course/cs10_sp15.html">CS10: Spring 2015</a>
</div>
<div class="topic_link">
<a href="course/cs10_fa14.html">CS10: Fall 2014</a>
</div>
<div class="topic_link">
<a href="course/cs10_sp14.html">CS10: Spring 2014</a>
</div>
<div class="topic_link">
<a href="course/pd_bjc.html">Older Professional development course (Berkeley, Summer 2013)</a>
</div>
<div class="topic_link">
<a href="course/original_bjc.html">The Beauty and Joy of Computing (original BYOB Course, 2012)</a>
</div>
<div class="topic_link">
<a href="course/berkeley_bjc_fa13.html">The Beauty and Joy of Computing (Berkeley, Fall 2013)</a>
</div>
<div class="topic_link">
<a href="course/berkeley_bjds.html"> Data Science in Snap! </a>
</div>
<br>
<hr>
</section>
<br>
<section>
<p>
The main page for the Beauty and Joy of Computing Project is at <a target="_blank" href="http://bjc.berkeley.edu">http://bjc.berkeley.edu</a>.
</p>
<p>
This repository is developed and maintained using <a href="https://github.com/beautyjoy/bjc-r">Github</a>.
You can also use Github to work on your own version of the materials and/or contribute back to the course!
If you would like to submit feedback, bug reports, or ask questions, you can use the issue tracker
at <a target="_blank" href="http://github.com/beautyjoy/bjc-r/issues">github.com/beautyjoy/bjc-r/issues</a>.
We welcome your input!
</p>
<p>
Additionally, we are undertaking a major four-year project that will revamp
these BJC materials and course(s) from the ground up.
Check it out <a href="http://bjc.berkeley.edu/website/bjc4nyc.html">here</a>.
</p>
</section>
</body>
</html>