-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcodereview.html
73 lines (63 loc) · 2.57 KB
/
codereview.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Online Composition Feedback</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="./theme/css/cp.css" />
</head>
<body id="index" class="home">
<div class="container">
<div class="nav-main">
<div class="wrap">
<a class="nav-home" href=".">
<span class="nav-logo">c<span class="nav-logo-compose">⚬</span>mp<span class="nav-logo-compose">⚬</span>sing pr<span class="nav-logo-compose">⚬</span>grams</span>
</a>
<ul class="nav-site">
<li><a href="./">Text</a></li>
<li><a href="./projects.html">Projects</a></li>
<li><a href="./tutor.html">Tutor</a></li>
<li><a href="./about.html">About</a></li>
</ul>
</div>
</div>
<section class="content wrap documentationContent">
<div class="nav-docs">
<div class="nav-docs-section">
<h3>Main</h3>
<ul>
<li><a href="./">Text</a></li>
<li><a href="./projects.html">Projects</a></li>
<li><a href="./tutor.html">Tutor</a></li>
<li><a href="./about.html">About</a></li>
</ul>
</div>
<div class="nav-docs-section">
<h3>Related Sites</h3>
<ul>
<li><a href="http://inst.eecs.berkeley.edu/~cs61a">CS 61A Course</a></li>
</ul>
</div>
</div>
<div class="inner-content">
<p>The online composition feedback tool based on
<a href="https://code.google.com/p/rietveld/">Rietveld</a>
is maintained as an open-source project called
<a href="https://github.com/moowiz/ucb-codereview">UCB CodeReview</a>.
<p>A description of the tool and its use in CS 61A at UC Berkeley is described in <a href="theme/pdf/sigcse14_denero_composition.pdf">Teaching Composition Quality at Scale</a> (<a href="theme/pdf/sigcse14_denero_composition_slides.pdf">slides</a>).
<p>We hope to host the tool as a service in the future. In the meantime, <a href="https://codereview.appspot.com">Rietveld is hosted as a service</a> already.
</div>
</section>
<div class="wrap">
<footer id="contentinfo" class="body">
Composing Programs by <a href="http://www.denero.org">John
DeNero</a>, based on the textbook <a
href="http://mitpress.mit.edu/sicp/">Structure and
Interpretation of Computer Programs</a> by Harold Abelson and
Gerald Jay Sussman, is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by-sa/3.0/">Creative
Commons Attribution-ShareAlike 3.0 Unported License</a>.
</footer><!-- /#contentinfo -->
</div>
</div>
</body>
</html>