-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
258 lines (219 loc) · 11.1 KB
/
about.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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jester 5.0</title>
<!-- Bootstrap -->
<link href="bower_components/bootstrap-css/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="bower_components/angular-material/angular-material.css">
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:300,700' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<!-- Custom style sheet -->
<link href="css/style.css" rel="stylesheet">
<script type="text/javascript">
function email(e) {
return e + "@berkeley.edu";
}
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-34341740-12', 'auto');
ga('send', 'pageview');
</script>
</head>
<body ng-app="jester">
<!-- Register Modal -->
<!-- Navbar -->
<nav class="navbar navbar-default" id="navbar">
<div class="container-fluid">
<!-- Toggle Button. Only visible on mobile devices
<div class="navbar-header">
<button type="button" id="toggle-button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div> -->
<!-- Navbar Items-->
<!-- <div class="collapse navbar-collapse" id="navbar-collapse"> -->
<div>
<ul class="nav navbar-nav">
<li><a href="index.html" class="item active-item"><span><img class="navbar-img" src="img/home_icon.png"/></span></a></li>
<li><a class="item" href="about.html"><span><img class="navbar-img" src="img/about_icon.png"/></span></a></li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div ng-controller="jester-controller">
<div class="content container about">
<h2>About</h2>
<div class="row">
<div class="col-md-12 text bold">
<p>Jester is a joke recommender system developed at UC Berkeley to study social information filtering.</p>
<p>Version 5.0, launched on April 1, 2015, includes new jokes and algorithms, and a redesigned interface. </p>
</div>
</div>
<h2>Datasets for Research</h2>
<div class="row">
<div class="col-md-12 text">
<p>Datasets containing over 5 million anonymous joke ratings from 150k users are freely available for research use at:</br>
<a href="http://eigentaste.berkeley.edu/dataset/">http://eigentaste.berkeley.edu/dataset/</a>
</p>
<p>As a courtesy, if you use the data, we would appreciate knowing your name, what research group you are in, and the publications that may result.
</p>
</div>
</div>
<h2>Publications</h2>
<div class="row">
<div class="col-md-12 text">
<p>
<a href="http://goldberg.berkeley.edu/pubs/Eigentaste-Info-Retrieval-Journal.pdf">
Eigentaste: A Constant Time Collaborative Filtering Algorithm</a> [<a href="bib/goldberg2001eigentaste.bib.txt">bibtex</a>]</br>
Ken Goldberg, Theresa Roeder, Dhruv Gupta, and Chris Perkins.
Information Retrieval, 4(2), 133-151. July 2001.
</p>
<p>
<a href="http://goldberg.berkeley.edu/pubs/tavi-recsys2007-spap122s1-nathanson.pdf">
Eigentaste 5.0: Constant-Time Adaptability in a Recommender System Using Item Clustering</a> [<a href="bib/nathanson2007eigentaste.bib.txt">bibtex</a>]</br>
Tavi Nathanson, Ephrat Bitton, and Ken Goldberg.
ACM Conference on Recommender Systems (RecSys), Minneapolis, MN, Oct 2007.
</p>
<p>
<a href="http://www.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-85.html">
Algorithms, Models and Systems for Eigentaste-Based Collaborative Filtering and Visualization</a> [<a href="bib/nathanson2009masters.bib.txt">bibtex</a>]</br>
Tavi Nathanson.
Master's thesis, EECS Department, University of California, Berkeley, May 2009.
</p>
<p>
<a href="http://scholar.google.com/scholar?cites=8528105010932990631">Papers using the Jester Dataset</a>
</p>
</div>
</div>
<h2>Credits</h2>
<div class="row">
<div class="col-md-3 text bold">Jester 5.0 Project Team:</div>
<div class="col-md-6 text">Ken Goldberg, Viraj Mahesh, Sanjay Krishnan, Jay Patel</div>
</div>
<div class="row">
<div class="col-md-3 text bold">Jester 4.0 Project Team:</div>
<div class="col-md-6 text">Ken Goldberg, Tavi Nathanson, Ephrat Bitton</div>
</div>
<div class="row">
<div class="col-md-3 text bold">Jester 3.0 Project Team:</div>
<div class="col-md-6 text">Ken Goldberg, Robert Hennessy</div>
</div>
<div class="row">
<div class="col-md-3 text bold">Jester 2.0 Project Team:</div>
<div class="col-md-6 text">Ken Goldberg, Dhruv Gupta, Chris Perkins</div>
</div>
<div class="row">
<div class="col-md-3 text bold">Jester 1.0 Project Team:</div>
<div class="col-md-6 text">Ken Goldberg, Dhruv Gupta, Hiro Narita, Mark DiGiovanni</div>
</div>
<div class="row">
<div class="col-md-12 text bold">
We also thank Richard Wallace, Hal Varian, Vivek Sanghi, Carol Kirschenbaum,
Avi Goldberg, David Pescovitz, Bob Farzin, Adam Jacobs, Derek Poon, and Cathie Walker.
</div>
</div>
<h2>Press</h2>
<div class="row">
<div class="col-md-12 text">
<p>
Press:
<ul>
<li>California Magazine: <a href="http://alumni.berkeley.edu/california-magazine/march-april-2009-soul-wit/foolproof-funny">Foolproof funny: better humor through computer science</a>, 3/20/2009</li>
<li>Wired Campus: <a href="http://chronicle.com/blogs/wiredcampus/web-site-at-u-of-california-at-berkeley-tailors-jokes-to-individual-tastes/3801">Web Site at U. of California at Berkeley Tailors Jokes to Individual Tastes</a>, 4/1/2008</li>
<li>NetworkWorld: <a href="http://www.networkworld.com/article/2343540/data-center/no-april-fooling--inside-uc-berkeley-s-joke-recommendation-system.html">No April Fooling: Inside UC Berkeley's joke recommendation system</a>, 3/31/2008</li>
</ul>
</p>
<p>
Mentions:
<ul>
<li>Scott Weems: <a href="http://amzn.com/0465031706">Ha!: The Science of When We Laugh and Why</a>, 3/4/2014</li>
<li>Daily Californian Blog: <a href="http://www.dailycal.org/2013/02/12/top-5-berkeley-inspired-websites/">Top 5 Berkeley-inspired humor websites</a>, 2/12/2013</li>
<li>MakeUseOf: <a href="http://www.makeuseof.com/tag/8-best-daily-jokes-sites-to-lighten-up-your-mood/">8 Best Daily Jokes Sites To Lighten Up Your Mood</a>, 2/3/2009</li>
<li>NetworkWorld: <a href="http://www.networkworld.com/article/2870494/data-center/top-10-wicked-cool-algorithms.html">Top 10 wicked cool algorithms</a>, 11/19/2008</li>
<li>Ken Leebow: <a href="http://amzn.com/0446678813">1001 Incredible Things to Do on the Internet</a>, 1/1/2001</li>
<li>M.J. Ryan: <a href="http://amzn.com/156731659X">Instant Health and Happiness Boosters: 365 Suggestions to Lift Your Spirit</a>, 2000</li>
<li>Malcom Gladwell: <a href="http://gladwell.com/the-science-of-the-sleeper/">The Science of the Sleeper</a>, 10/4/1999</li>
</ul>
</p>
</div>
</div>
<h2>Related Projects</h2>
<div class="row">
<div class="col-md-4">
<a href="http://californiareportcard.org">
<p class="text center bold">California Report Card</p>
<img src="img/crc.png" class="press-image">
</a>
</div>
<div class="col-md-4">
<a href="http://opinion.berkeley.edu">
<p class="text center bold">Opinion Space</p>
<img src="img/os.png" class="press-image">
</a>
</div>
<div class="col-md-4">
<a href="http://dd.berkeley.edu">
<p class="text center bold">Donation Dashboard</p>
<img src="img/dd.png" class="press-image">
</a>
</div>
</div>
<h2>Contact</h2>
<div class="row">
<div class="col-md-12 text">
<p>
Jay Patel, Viraj Mahesh, Sanjay Krishnan<br />
<script>document.write(email('{patel.jay, viraj.mahesh, sanjaykrishnan}'))</script><br />
EECS, UC Berkeley
</p>
<p>
<a href="http://goldberg.berkeley.edu">Ken Goldberg</a><br />
<script>document.write(email('goldberg'))</script><br />
Professor, IEOR and EECS, UC Berkeley
</p>
</div>
</div>
<h2>Mailing List</h2>
<div class="row">
<div class="col-md-12 text">
<p>
<a ng-click="showMailingList($event)">Join our Mailing List</a> to receive updates when new jokes are
added! <br/><br/>
<a ng-click="showPrivacyAlert($event)">Privacy Policy</a>
</p>
</div>
</div>
<br/>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="bower_components/bootstrap-css/js/bootstrap.min.js"></script>
<script src="bower_components/angular/angular.min.js"></script>
<script src="bower_components/angular-aria/angular-aria.min.js"></script>
<script src="bower_components/angular-animate/angular-animate.min.js"></script>
<script src="bower_components/angular-material/angular-material.min.js"></script>
<script src="js/script.js"></script>
</div>
</div>
</body>
</html>