8fc2556f0547d7adc94e3ab15182b37a57704718
[oweals/finalsclub.git] / public / index.html
1 <!DOCTYPE html>
2 <html class="no-js">
3     <head>
4         <title>FinalsClub.org: Online Social Note-Taking</title>
5         <link rel="stylesheet" href="/assets/css/include.css" type="text/css" media="screen" />
6         <script type="text/javascript" src="/assets/js/modernizr.custom.js"></script>
7
8         <script type='text/javascript' src='/javascripts/jquery.min.js'></script>
9         <script type='text/javascript' src='/javascripts/jquery.tmpl.js'></script>
10         <script type="text/javascript" src="/assets/js/init.js"></script>
11         <script type='text/javascript' src='/javascripts/es5-shim.min.js'></script>
12         <script type='text/javascript' src='/javascripts/protodiv.js'></script>
13         <script type='text/javascript' src='/javascripts/main.js'></script>
14         <script type='text/javascript'>
15             TypekitConfig = {
16                 kitId: 'cbx6gxx',
17                 scriptTimeout: 3000
18             };
19
20             (function() {
21                 var h = document.getElementsByTagName('html')[0];
22                 h.className += ' wf-loading';
23
24                 var t = setTimeout(function() {
25                     h.className = h.className.replace(/(\s|^)wf-loading(\s|$)/g, '');
26                     h.className += ' wf-inactive';
27                 }, TypekitConfig.scriptTimeout);
28
29                 var tk = document.createElement('script');
30                 tk.src = '//use.typekit.com/' + TypekitConfig.kitId + '.js';
31                 tk.type = 'text/javascript';
32                 tk.async = 'true';
33
34                 tk.onload = tk.onreadystatechange = function() {
35                     var rs = this.readyState;
36
37                     if (rs && rs != 'complete' && rs != 'loaded') return;
38                     clearTimeout(t);
39                     try { Typekit.load(TypekitConfig); } catch (e) {}
40                 };
41
42                 var s = document.getElementsByTagName('script')[0];
43                 s.parentNode.insertBefore(tk, s);
44             })();
45         </script>
46
47     </head>
48   <!--================================================================= -->
49     <body>
50         <header id="g-masthead">
51             <div class="wrapper">
52
53                 <nav id="g-nav-user">
54                     <ul>
55                         <li class="first"><a href="#" class="username"></a></li>
56                         <li><a href="/register">Register</a></li>
57                         <li class="last"><a href="/login">Login</a></li>
58                     </ul>
59                 </nav>
60
61                 <div id="g-logo">
62                     <a href="/">
63                         <img src="/assets/img/logo.png" alt="FinalsClub - social notetaking" />
64                     </a>
65                 </div>
66
67                 <nav id="g-nav-main">
68                     <ul>
69                         <li><a href="/schools" id=school_link><span class="icon" alt="paperclip"></span>Courses</a></li>
70                         <li><a href="http://blog.finalsclub.org" id="blog_link"><span class="icon" alt="align-lines"></span>Blog</a></li>
71                         <li><a href="/archive" id=archive_link class="nav"><span class="icon" alt="book"></span>Library</a></li>
72                         <!--
73                         <li><a href="/press" id=press_link class="nav"><em class="icon"></em>Press</a></li>
74                         -->
75                         <li><a href="/profile" id=profile_link class="nav"><em class="icon"></em>Profile</a></li>
76                         <!-- li><a href="#" class="donate"><em class="icon"></em><em class="lc yellow">Donate</em></a></li -->
77                     </ul>
78                 </nav>
79                 <hr id="g-masthead-hr" />
80             </div>
81         </header>
82         <div id="topofcontent"></div>
83         <div id="messages" class="page"><span id="PROTO_message" class="__type__">__msg__</span></div>
84         <div id="g-page">
85             <div class="wrapper">
86                 <style>
87                     /* This related less to "styling" and more to UI "behavior" */
88                     .page { display: none; }
89                 </style>
90
91                 <noscript>
92                     This site requires JavaScript to properly function.
93                     Please enable JavaScript or use a modern browser such as
94                     <a href="http://google.com/chrome">Google Chrome</a>
95                     or
96                     <a href="http://firefox.com">Firefox</a>.
97                 </noscript>
98
99           <!--================================================================= -->
100
101                 <div class="page" id="pg_home">
102                     <header class="subheader">
103                         <h1>Welcome to FinalsClub.</h1>
104                         <h2>Collaborate. Learn. Share.</h2>
105                     </header>
106                     <div id="intro">
107
108                         <section class="section-home" id="intro-video">
109                             <h3 class="heading">Our Screencasts</h3>
110                             <div class="video-wrapper">
111                                 <!-- video loaded in main.js -->
112                             </div>
113                         </section>
114
115                         <section class="section-home" id="intro-text">
116                             <h3>Our Mission</h3>
117                             <p>
118                                 To provide tools that make it dead simple for college students to collaborate during and after class, with peers and with instructers.  You can begin taking lecture notes online, and allow anyone to contribute.</p> 
119                             <p>
120                                 You can also post questions that will be seen by the entire class, and get a response from your peers or instructor immediately. Sign up, or just have a look around. Let us know what you think. We need your feedback to make Finals Club the best that it can be.
121                             </p>
122                             <nav class="link-bar">
123                                 <ul>
124                                     <li><a href="#">Sign Up</a></li>
125                                     <li class="last"><a href="#">Learn Something</a></li>
126                                 </ul>
127                             </nav>
128                         </section>
129
130
131
132                         <section class="section-home" id="intro-schools">
133                             <h4>Schools we support</h4>
134                             <ul>
135                                 <li><span class="school-name">Brown</span></li>
136                                 <li><span class="school-name">Columbia</span></li>
137                                 <li><span class="school-name">Cornell</span></li>
138                                 <li><span class="school-name">Dartmouth</span></li>
139                                 <li><span class="school-name">Harvard</span></li>
140                                 <li><span class="school-name">Lock Haven</span></li>
141                                 <li><span class="school-name">MIT</span></li>
142                                 <li><span class="school-name">University of California</span></li>
143                                 <li><span class="school-name">University of Pennsylvania</span></li>
144                                 <li><span class="school-name">University of Texas</span></li>
145                                 <li><span class="school-name">Yale</span></li>
146                             </ul>
147                         </section>
148                     </div>
149                 </div>
150
151           <!--=================================================================-->
152
153                 <div class="page" id="pg_schools">
154
155                     <header class="breadcrumb">
156                         <a href="#"><span class="action">&#139; Back</span><span class="location">&nbsp;to Home</span></a>
157                     </header>
158
159                     <header class="subheader">
160                         <h1>Universities</h1>
161                     </header>
162
163                     <div class="main-content">
164                         <ul id="schools">
165                         </ul>
166                     </div>
167                 </div>
168
169                 <script id="schoolTmpl" type="text/x-jquery-tmpl">
170                     <li>
171                         <a href="school/${_id}" class="school">
172                             <img class="icon-pair" src="/assets/img/avatar-univerisity-generic.gif" alt="" />
173                             <div class="text-pair">
174                                 <span class="school_name">${name}</span>
175                                 <!-- <h4>${description}</h4>-->
176                                 <span class="number_of_courses">12 Courses, </span>
177                                 <span class="number_of_notes">27 Notes</span>
178                             </div>
179                         </a>
180                     </li>
181                 </script>
182
183                 <script id="course" type="text/x-jquery-tmpl">
184                     <li>${dept}: ${name} (${number})</li>
185                 </script>
186
187             <!--=================================================================-->
188
189                 <div class=page id=pg_courses>
190                     <div class="subheader">
191                         <h1><span id=school_name></span> Courses</h1>
192                     </div>
193
194                     <div class="main-content">
195
196                         <span class="sub_menu" style="display:none;"></span>
197
198                         <div class="proto course" id=PROTO_course>
199                             <div class="course-content">
200                                 <a class="course-name" href="/course/___id__">__number__: __name__</a>
201                                 <p class="course-description">
202                                     This is placeholder description text, an intro to description in the nature of things that is quite and very and yes!</p>
203                                 <div class=dept>__department__</div>
204                             </div>
205                             <aside class="course-data">
206                                 <div class="course-data-item">
207                                     <div class="course-data-number">20</div>
208                                     <div class="course-data-description">notes</div>
209                                 </div>
210                             </aside>
211                         </div>
212
213                         <form method="POST" id="form_course" style="display:none;">
214                             <h1>Create New Course</h1>
215                             <p>Use this form to create a new course. After creating the course, you can create a lecture within it.</p>
216                             <div class="row">
217                                 <div class="label">Course number</div>
218                                 <div class="field">
219                                     <input type="text" name="number">
220                                 </div>
221                             </div>
222                             <div class="row">
223                                 <div class="label">Course name</div>
224                                 <div class="field">
225                                     <input type="text" name="name">
226                                 </div>
227                             </div>
228                             <div class="row">
229                                 <div class="label">Course subject</div>
230                                 <div class="field">
231                                     <input type="text" name="subject">
232                                 </div>
233                             </div>
234                             <div class="row">
235                                 <div class="label">Course department</div>
236                                 <div class="field">
237                                     <input type="text" name="department">
238                                 </div>
239                             </div>
240                             <div class="row">
241                                 <div class="label">Instructor's Name</div>
242                                 <div class="field">
243                                     <input type="text" name="instructorName">
244                                 </div>
245                             </div>
246                             <div class="row">
247                                 <div class="label">Instructor's Email</div>
248                                 <div class="field">
249                                     <input type="text" name="email">
250                                 </div>
251                             </div>
252                             <div class="row">
253                                 <div class="label">&nbsp;</div>
254                                 <div class="field">
255                                     <button>Create Course</button>
256                                 </div>
257                             </div>
258                         </form>
259                     </div>
260                 </div>
261
262                 <!--================================================================= -->
263                 <div class=page id=pg_lectures>
264                     <div class="proto lectures_head" id=PROTO_lectures_head>
265                         <h1>Lectures for Course __number__ : __name__</h1>
266                         Subject: __subject__<br>
267                         Department: __department__<br>
268                     </div>
269                     <div class="proto lectures_instructor" id=PROTO_lectures_instructor>
270               Instructor: __name__ <span class="instructor_email">(__email__)</span><br>
271                     </div>
272                     <div class="proto lecture" id=PROTO_lecture>
273                         <div class=name>
274                             <a href="/lecture/___id__">__name__</a><br>
275                             Created: __date__<br>
276                         </div>
277                     </div>
278             <div>
279               <span class="sub_menu" style="display:none;">
280                 <a href="" id="new_lecture">New Lecture</a>
281               </span>
282               <form method="POST" id="form_lecture" style="display:none;">
283                 <h1>Create New Lecture</h1>
284                 <p>Use this form to create a new lecture. After creating the lecture, you can then create a notes-taking session within it.</p>
285                 <div class="row">
286                   <div class="label">Lecture Name</div>
287                   <div class="field">
288                     <input type="text" name="name">
289                   </div>
290                 </div>
291                 <div class="row">
292                   <div class="label">&nbsp;</div>
293                   <div class="field">
294                     <button>Create Lecture</button>
295                   </div>
296                 </div>
297               </form>
298             </div>
299                 </div>
300           <!--================================================================= -->
301                 <div class=page id=pg_notes>
302                     <div class="proto notes_head" id=PROTO_notes_head>
303                         <h1>Note pads for Course __number__ : __name__</h1>
304                         Subject: __subject__<br>
305                         Department: __department__<br>
306                     </div>
307                     <div class="proto notes_instructor" id=PROTO_notes_instructor>
308               Instructor: __name__ <span class="instructor_email">(__email__)</span><br>
309                     </div>
310                     <div class="proto note" id=PROTO_note>
311                         <div class=name>
312                             <a href="/note/___id__">__name__</a> Visits: __visits__
313                         </div>
314                     </div>
315             <div>
316               <span class="sub_menu" style="display:none;">
317                 <a href="" id="new_note">New Note Pad</a>
318               </span>
319               <form method="POST" id="form_note" style="display:none;">
320                 <h1>Create New Note Pad</h1>
321                 <p>Use this form to create a new note pad. You can then use this as a notes-taking session.</p>
322                 <div class="row">
323                   <div class="label">Note Pad Name</div>
324                   <div class="field">
325                     <input type="text" name="name">
326                   </div>
327                 </div>
328                 <div class="row">
329                   <div class="label">Private</div>
330                   <div class="field">
331                     <input type="checkbox" name="private" value="true">
332                   </div>
333                 </div>
334                 <div class="row">
335                   <div class="label">&nbsp;</div>
336                   <div class="field">
337                     <button>Create Note Pad</button>
338                   </div>
339                 </div>
340               </form>
341             </div>
342                 </div>
343           <!--================================================================= -->
344                 <div class=page id=pg_archive_subjects>
345                     <h1>Archived Subjects</h1>
346                     <p>
347                     Please browse our archive of past courses
348                     covered at Harvard from 2008 through 2010.
349                     </p>
350                     <ul>
351                         <li class=proto id=PROTO_archive_subject>
352                             <a href="/archive/subject/__id__">__name__</a>
353                         </li>
354                     </ul>
355
356                 </div>
357           <!--================================================================= -->
358                 <div class=page id=pg_archive_courses>
359                     <h1>Archived Courses</h1>
360                     <ul>
361                         <li class=proto id=PROTO_archive_course>
362                             <a href="/archive/course/__id__">__name__</a>
363                         </li>
364                     </ul>
365                 </div>
366           <!--================================================================= -->
367                 <div class=page id=pg_archive_notes>
368                     <h1>Archived Notes</h1>
369                     <ul>
370                         <li class=proto id=PROTO_archive_note>
371                             <a href="/archive/note/___id__">__topic__</a>
372                         </li>
373                     </ul>
374                 </div>
375           <!--================================================================= -->
376                 <div class=page id=pg_archive_note_display>
377                     <div id=PROTO_archive_note_display>
378                         <h1>__topic__</h1>
379                         <div>__text__</div>
380                     </div>
381                 </div>
382           <!--================================================================= -->
383                 <div class=page id=pg_register>
384                     <h1>Create an Account</h1>
385                     <form id="form_register" action="/register" method="POST">
386                         <div class="zarea">
387                             <div class="row">
388                                 <div class="label">
389                                     <label for="email">School email*</label>
390                                 </div>
391                                 <div class="field">
392                                     <input type="text" name="email">
393                                 </div>
394                             </div>
395                             <div class="row">
396                                 <div class="label">
397                                     <label for="password">Password*</label>
398                                 </div>
399                                 <div class="field">
400                                     <input type="password" name="password">
401                                 </div>
402                             </div>
403                             <div class="row">
404                                 <div class="label">
405                                     <label for="school">School*</label>
406                                 </div>
407                                 <div class="field">
408                                     <select name="school">
409                                         <option value="Harvard">Harvard</option>
410                                         <option value="Berkeley">Berkeley</option>
411                                         <option value="Brown">Brown</option>
412                                         <option value="Columbia">Columbia</option>
413                                         <!--
414                                         <option value="Cornell">Cornell</option>
415                                         <option value="Dartmouth">Dartmouth</option>
416                                         <option value="MIT">MIT</option>
417                                         <option value="Princeton">Princeton</option>
418                                         <option value="Stanford">Stanford</option>
419                                         <option value="UPenn">UPenn</option>
420                                         <option value="University of Texas">University of Texas</option>
421                                         <option value="Yale">Yale</option>
422                                         <option value="Other">Other</option>
423                                         -->
424                                     </select>
425                                 </div>
426                             </div>
427                             <div class="row">
428                                 <div class="label">
429                                     <label for="name">Site Handle</label>
430                                 </div>
431                                 <div class="field">
432                                     <input type="text" name="name">
433                                 </div>
434                             </div>
435                             <div class="row">
436                                 <div class="label">
437                                     <label for="affil">Affiliation</label>
438                                 </div>
439                                 <div class="field">
440                                     <select name="affil">
441                                         <option value="Student">Student</option>
442                                         <option value="Teachers Assistant">Teachers Assistant</option>
443                                     </select>
444                                 </div>
445                             </div>
446                             <div class="row">
447                                 <div class="label">
448                                     &nbsp;
449                                 </div>
450                                 <div class="field">
451                                     <button>Register</button>
452                                 </div>
453                             </div>
454                         </div>
455                     </form>
456                 </div>
457           <!--================================================================= -->
458           <div class="page" id="pg_profile">
459             <h1>User Profile</h1>
460             <form id="form_profile" action="/profile" method="POST">
461               <h2>Account Information</h2>
462               <div class="area">
463                 <div class="row">
464                   <div class="label">
465                     <span>Email</span>
466                   </div>
467                   <div class="field">
468                     <span class="email"></span>
469                   </div>
470                 </div>
471                 <div class="row">
472                   <div class="label">
473                     <label for="affiliation">Affiliation</label>
474                   </div>
475                   <div class="field">
476                     <select id="affiliation" name="affiliation">
477                       <option value="Student">Student</option>
478                       <option value="Teachers Assistant">Teachers Assistant</option>
479                     </select>
480                   </div>
481                 </div>
482               </div>
483               <h2>Profile Information</h2>
484               <div class="area">
485                 <div class="row">
486                   <div class="label">
487                     <label for="name">User Name</label>
488                   </div>
489                   <div class="field">
490                     <input id="name" type="text" name="name" value="">
491                   </div>
492                 </div>
493                 <div class="row">
494                   <div class="label">
495                     <label>&nbsp;</label>
496                   </div>
497                   <div class="field">
498                     <input style="width: auto;" id="showName" type="checkbox" name="showName">
499                     Display your real name in contributions
500                   </div>
501                 </div>
502                   <!--
503                 <div class="row">
504                   <div class="label">
505                     <label for="major">Major</label>
506                   </div>
507                   <div class="field">
508                     <input id="major" type="text" name="major" value="">
509                   </div>
510                 </div>
511                 <div class="row">
512                   <div class="label">
513                     <label for="bio">Bio</label>
514                   </div>
515                   <div class="field">
516                     <input id="bio" type="text" name="bio" value="">
517                   </div>
518                 </div>
519                 -->
520               </div>
521               <h2>Change Password</h2>
522               <div class="area">
523                 <div class="row">
524                   <div class="label">
525                     <label for="existingPassword">Old Password</label>
526                   </div>
527                   <div class="field">
528                     <input id="existingPassword" type="password" name="existingPassword">
529                   </div>
530                 </div>
531                 <div class="row">
532                   <div class="label">
533                     <label for="newPassword">New Password</label>
534                   </div>
535                   <div class="field">
536                     <input id="newPassword" type="password" name="newPassword">
537                   </div>
538                 </div>
539                 <div class="row">
540                   <div class="label">
541                     <label for="newPasswordConfirm">Confirm Password</label>
542                   </div>
543                   <div class="field">
544                     <input id="newPasswordConfirm" type="password" name="newPasswordConfirm">
545                   </div>
546                 </div>
547               </div>
548               <div class="row">
549                 <div class="label">&nbsp;</div>
550                 <div class="field">
551                   <button>Submit</button>
552                 </div>
553               </div>
554             </form>
555           </div>
556           <!--================================================================= -->
557                 <div class=page id=pg_login>
558                     <h1>Login</h1>
559                     <form id="form_login" action="/login" method="POST">
560                         <div class="zarea">
561                             <div class="row">
562                                 <div class="label">
563                                     <label for="email">School email</label>
564                                 </div>
565                                 <div class="field">
566                                     <input type="text" name="email" size="15" value="joe@sleepless.com">
567                                 </div>
568                             </div>
569                             <div class="row">
570                                 <div class="label">
571                                     <label for="password">Password</label>
572                                 </div>
573                                 <div class="field">
574                                     <input type="password" name="password" size="15">
575                                 </div>
576                             </div>
577                             <div class="row">
578                                 <div class="label">&nbsp;
579                                 </div>
580                                 <div class="field">
581                                     <button class="major">Login</button>
582                                     <span class="reglink">
583                                         <a href="/resetpass">Forgot password?</a>
584                                     </span>
585                                 </div>
586                             </div>
587                             <div class="row">
588                                 <div class="label">&nbsp;
589                                 </div>
590                                 <div class="field">
591                                     <span class="reglink">
592                                         <a href="/register">Create an Account</a>
593                                     </span>
594                                 </div>
595                             </div>
596                         </div>
597                     </form>
598                 </div>
599           <!--================================================================= -->
600           <div class="page" id="pg_resetpass">
601             <h1>Password Reset</h1>
602             <form id="form_resetpass" action="/resetpass" method="POST">
603               <div class="zarea">
604                 <p>To reset your password, enter your email address click "Reset". An email will be sent to you with a link to reset your password.</p>
605                 <div class="row">
606                   <div class="label">
607                     <label for="email">School email</label>
608                   </div>
609                   <div class="field">
610                     <input type="text" name="email" size="15" value="">
611                   </div>
612                 </div>
613                 <div class="row">
614                   <div class="label">&nbsp;</div>
615                   <div style="min-width: 200px" class="field">
616                     <button>Reset</button>
617                   </div>
618                 </div>
619               </div>
620             </form>
621           </div>
622           <!--================================================================= -->
623           <div class="page" id="pg_resetpw">
624             <h1>Password Reset</h1>
625             <form id="form_resetpw" action="/resetpw" method="POST">
626               <div class="zarea">
627                 <p>To verify and reset your password, type the full email address and your new password twice, then click submit.</p>
628                 <div class="row">
629                   <div class="label">
630                     <label for="email">Email</label>
631                   </div>
632                   <div class="field">
633                     <input type="text" name="email" size="15" value="">
634                   </div>
635                 </div>
636                 <div class="row">
637                   <div class="label">
638                     <label for="pass1">New Password</label>
639                   </div>
640                   <div class="field">
641                     <input type="password" name="pass1" size="15" value="">
642                   </div>
643                 </div>
644                 <div class="row">
645                   <div class="label">
646                     <label for="pass2">Repeat New Password</label>
647                   </div>
648                   <div class="field">
649                     <input type="password" name="pass2" size="15" value="">
650                   </div>
651                 </div>
652                 <div class="row">
653                   <div class="label">&nbsp;</div>
654                   <div style="min-width: 200px" class="field">
655                     <button>Reset</button>
656                   </div>
657                 </div>
658               </div>
659             </form>
660           </div>
661                 <div class=page id=pg_conduct>
662                     <div class="conduct">
663                         <h1>Code of Conduct</h1>
664                         <p class="academic">
665                             <img src="/images/keep-it-academic.png" alt="Keep it academic.">
666                         </p>
667                         <p class="vague">
668                             This directive is deliberately vague to
669                             accommodate creative humor, insight, and exploration.<br>
670                             Disruptive or irrelevant material, however,
671                             will be subject to removal.<br>
672                             Just keep it academic, and we'll all be better off.<br>
673                         </p>
674                     </div>
675                 </div>
676
677                 <div class=page id=pg_legal>
678                         <div >
679                                 <p>These Terms of Service ("Terms") govern your access to and use of the services, websites, and
680 applications offered by FinalsClub (the "Service"). Your access to and use of the Service is
681 conditioned on your acceptance of and compliance with these Terms. By accessing or using the
682 Service you agree to be bound by these Terms.</p>
683
684 <h2>Use of the Service</h2>
685 <p>You may use the Service only if you can form a binding contract with FinalsClub, and only in
686 compliance with these Terms and all applicable local, state, national, and international laws,
687 rules and regulations. You must provide us accurate information, including your real name, when
688 you create your account on FinalsClub.</p>
689
690 <p>We may, without prior notice, change the Service; stop providing the Service or features of the
691 Service, to you or to users generally; or create usage limits for the Service.
692 You are responsible for safeguarding the password that you use to access the Service and for
693 any activities or actions under your password. We encourage you to use "strong" passwords
694 (that use a combination of upper and lower case letters, numbers and symbols) with your
695 account. FinalsClub will not be liable for any loss or damage arising from your failure to comply
696 with these requirements.</p>
697
698 <h2>User Content</h2>
699
700 <p>"Content" means any information, text, graphics, or other materials uploaded, downloaded or
701 appearing on the Service. You retain ownership of all Content you submit, post, display, or
702 otherwise make available on the Service. </p>
703
704 <h2>Your License to FinalsClub</h2>
705
706 <p>By submitting, posting or displaying Content on or through the 
707 Service, you grant us permission
708 to share all content under a Creative Commons Attribution-Share Alike 
709 3.0 Unported (CC BY-SA
710 3.0) license.  For more information, see 
711 http://creativecommons.org/licenses/by-sa/3.0.  Note
712 that exceptions can be made upon request.  Or, if you would like more 
713 information, please feel
714 free to contact us (link to the contact page). 
715 You agree that this license includes the right for other users of the 
716 Service to modify your
717 Content, and for FinalsClub to make your Content available to others for
718  the publication,
719 distribution, syndication, or broadcast of such Content on other media 
720 and services, subject to
721 our terms and conditions for such Content use. Such additional uses by 
722 FinalsClub or others
723 may be made with no compensation paid to you with respect to the Content
724  that you submit,
725 post, transmit or otherwise make available through the Service.We may 
726 modify or adapt your Content in order to transmit, display or distribute
727  it over computer
728 networks and in various media and/or make changes to your Content as are
729  necessary to
730 conform and adapt that Content to any requirements or limitations of any
731  networks, devices,
732 services or media.</p>
733
734 <h2>FinalsClub's Licenses to You</h2>
735
736 <p>Subject to these Terms, FinalsClub gives you a worldwide, 
737 royalty-free, non-assignable and nonexclusive license to re-post any of 
738 the Content on FinalsClub anywhere on the rest of the web
739 provided that the Content was added to the Service after April 22, 2008,
740  and provided that the
741 user who created the content has not explicitly marked the content as 
742 not for reproduction, and
743 provided that you: (a) do not modify the Content; (b) attribute 
744 FinalsClub with a human and
745 machine-followable link (an A tag) linking back to the page displaying 
746 the original source of the
747 content on FinalsClub.org (c) upon request, either by FinalsClub or a 
748 user, remove the user's
749 name from Content which the user has subsequently made anonymous; (d) 
750 upon request, either
751 by FinalsClub or by a user who contributed to the Content, make a 
752 reasonable effort to update a
753 particular piece of Content to the latest version on FinalsClub.org; and
754  (e) upon request, either
755 by FinalsClub or by a user who contributed to the Content, make a 
756 reasonable attempt to delete
757 Content that has been deleted on FinalsClub.org.
758 Your Content will be viewable by other users of the Service and through 
759 third party services and
760 websites. You should only provide Content that you are comfortable 
761 sharing with others under
762 these Terms.
763 All Content, whether publicly posted or privately transmitted, is the 
764 sole responsibility of the
765 person who originated such Content. We may not monitor or control the 
766 Content posted via the
767 Service. Any use of or reliance on any Content or materials posted via 
768 the Service or obtained by
769 you through the Service is at your own risk. We do not endorse, support,
770  represent or guarantee
771 the completeness, truthfulness, accuracy, or reliability of any Content 
772 or communications posted
773 via the Service or endorse any opinions expressed via the Service. You 
774 understand that by using
775 the Service, you may be exposed to Content that might be offensive, 
776 harmful, inaccurate or
777 otherwise inappropriate. Under no circumstances will FinalsClub be 
778 liable in any way for any
779 Content, including, but not limited to, any errors or omissions in any 
780 Content, or any loss or
781 damage of any kind incurred as a result of the use of any Content made 
782 available via the Service
783 or broadcast elsewhere.
784 </p><p>You are responsible for your use of the Service, for any Content 
785 you provide, and for any
786 consequences thereof, including the use of your Content by other users 
787 and third parties
788 partners. You understand that your Content may be republished and if you
789  do not have the right
790 to submit Content for such use, it may subject you to liability. 
791 FinalsClub will not be responsible
792 or liable for any use of your Content by FinalsClub in accordance with 
793 these Terms. You
794 represent and warrant that you have all the rights, power and authority 
795 necessary to grant the
796 rights granted herein to any Content that you submit.We reserve the 
797 right at all times (but will not have an obligation) to remove or refuse
798  to distribute
799 any Content on the Service and to terminate users or reclaim usernames. 
800 We also reserve the
801 right to access, read, preserve, and disclose any information as we 
802 reasonably believe is
803 necessary to (i) satisfy any applicable law, regulation, legal process 
804 or governmental request, (ii)
805 enforce the Terms, including investigation of potential violations 
806 hereof, (iii) detect, prevent, or
807 otherwise address fraud, security or technical issues, (iv) respond to 
808 user support requests, or (v)
809 protect the rights, property or safety of FinalsClub, its users and the 
810 public.
811 Rules
812 You must not do any of the following while accessing or using the 
813 Service: (i) use the Service for
814 any unlawful purposes or for promotion of illegal activities; (ii) post 
815 any Content (as defined
816 below) or use the Service in violation of any applicable law (including 
817 intellectual property laws,
818 right of privacy or publicity laws, and any laws of a non-U.S. 
819 jurisdiction applicable to you), or
820 any contractual or other legal obligation; (iii) post Content that is 
821 hateful, abusive, threatening,
822 profane, or otherwise objectionable; (iv) post Content or use the 
823 Service to create an impression
824 that you know is incorrect, misleading, or deceptive, including by 
825 impersonating others or
826 otherwise misrepresenting your affiliation with a person or entity; (v) 
827 publish or post other
828 people's private or personally identifiable information without their 
829 express authorization and
830 permission; (vi) use the Service for the purpose of spamming anyone; 
831 (vii) publish or link to
832 malicious content intended to damage or disrupt another user's browser 
833 or computer or to
834 compromise a user's privacy; (viii) access or tamper with non-public 
835 areas of the Service,
836 FinalsClub's computer systems, or the technical delivery systems of 
837 FinalsClub's providers; (ix)
838 probe, scan, or test the vulnerability of any system or network or 
839 breach or circumvent any
840 security or authentication measures; (x) access or search or attempt to 
841 access or search the
842 Service by any means (automated or otherwise) other than through the 
843 currently available,
844 published interfaces that are provided by FinalsClub (and only pursuant 
845 to those terms and
846 conditions), unless you have been specifically allowed to do so in a 
847 separate agreement with
848 FinalsClub (crawling the Service is permissible in accordance with these
849  Terms, but scraping the
850 Service without the prior consent of FinalsClub except as permitted by 
851 these Terms is expressly
852 prohibited); (xi) forge any TCP/IP packet header or any part of the 
853 header information in any
854 email or posting, or in any way use the Service to send altered, 
855 deceptive or false sourceidentifying information; or (xii) interfere 
856 with or disrupt (or attempt to do so) the access of any
857 user, host or network, including, without limitation, sending a virus, 
858 overloading, flooding,
859 spamming, mail-bombing the Service, or by scripting the creation of 
860 Content in such a manner
861 as to interfere with or create an undue burden on the Service.</p>
862
863 <h2>Proprietary Rights</h2>
864
865 <p>All right, title, and interest in and to the Service (excluding 
866 Content provided by users) are and
867 will remain the exclusive property of FinalsClub and its licensors. The 
868 Service is protected by
869 copyright, trademark, and other laws of both the United States and 
870 foreign countries. Except asexpressly provided herein, nothing in the 
871 Terms gives you a right to use the FinalsClub name or
872 any of the FinalsClub trademarks, logos, domain names, and other 
873 distinctive brand features.
874 Any feedback, comments, or suggestions you may provide regarding the 
875 Service is entirely
876 voluntary and we will be free to use such feedback, comments or 
877 suggestions as we see fit and
878 without any obligation to you. </p>
879
880 <h2>Copyright Policy</h2>
881
882 <p>FinalsClub respects the intellectual property rights of others and expects users of the Service to
883 do the same. We will respond to notices of alleged copyright infringement that comply with
884 applicable law and are properly provided to us. If you believe that your Content has been copied
885 in a way that constitutes copyright infringement, please provide our copyright agent with the
886 following information in accordance with the Digital Millennium Copyright Act: (i) a physical or
887 electronic signature of the copyright owner or a person authorized to act on their behalf; (ii)
888 identification of the copyrighted work claimed to have been infringed; (iii) identification of the
889 material that is claimed to be infringing or to be the subject of infringing activity and that is to be
890 removed or access to which is to be disabled, and information reasonably sufficient to permit us
891 to locate the material; (iv) your contact information, including your address, telephone number,
892 and an email address; (v) a statement by you that you have a good faith belief that use of the
893 material in the manner complained of is not authorized by the copyright owner, its agent, or the
894 law; and (vi) a statement that the information in the notification is accurate, and, under penalty of
895 perjury, that you are authorized to act on behalf of the copyright owner.
896 Our designated copyright agent for notice of alleged copyright infringement or other legal
897 notices regarding Content appearing on the Service is:
898 FinalsClub, Inc.
899 Attn: Copyright Agent
900 1132 Massachusetts Avenue
901 Cambridge, MA 02138
902 Email: copyright@FinalsClub.org
903 Please note that in addition to being forwarded to the person who provided the allegedly illegal
904 content, we may send a copy of your notice (with your personal information removed) to Chilling
905 Effects (www.chillingeffects.org) for publication and/or annotation. You can see an example of
906 such a publication athttp://www.chillingeffects.org/fairuse/notice.cgi?NoticeID=16887. A link to
907 your published notice will be displayed on FinalsClub in place of the removed content.
908 We reserve the right to remove Content alleged to be infringing or otherwise illegal without prior
909 notice and at our sole discretion. In appropriate circumstances, FinalsClub will also terminate a
910 user's account if the user is determined to be a repeat infringer.
911 PrivacyFinalsClub values your privacy.  We will never sell any personal user information stored on
912 FinalsClub.org with any third-party corporations or organizations without your express consent.
913 By using the Service you consent to the transfer of your information to the United States and/or
914 other countries for storage, processing and use by FinalsClub.  Note that user information stored
915 with any of our affiliate services, such as PBworks.com, is subject to the terms of service of
916 those service-providers.  Please consult the respective Terms of Service for any affiliate services
917 for specific details.</p>
918
919 <h2>Links</h2>
920
921 <p>The Service may contain links to third-party websites or resources. You acknowledge and agree
922 that we are not responsible or liable for: (i) the availability or accuracy of such websites or
923 resources; or (ii) the content, products, or services on or available from such websites or
924 resources. Links to such websites or resources do not imply any endorsement by FinalsClub of
925 such websites or resources or the content, products, or services available from such websites or
926 resources. You acknowledge sole responsibility for and assume all risk arising from your use of
927 any such websites or resources.
928
929 </p><h2>Disclaimers; Indemnity</h2>
930
931 <p>Your access to and use of the Service or any Content is at your own risk. You understand and
932 agree that the Service is provided to you on an "AS IS" and "AS AVAILABLE" basis. Without
933 limiting the foregoing, FINALSCLUB AND ITS PARTNERS DISCLAIM ANY WARRANTIES,
934 EXPRESS OR IMPLIED, OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
935 NON-INFRINGEMENT. We make no warranty and disclaim all responsibility and liability for the
936 completeness, accuracy, availability, timeliness, security or reliability of the Service or any
937 content thereon. FinalsClub will not be responsible or liable for any harm to your computer
938 system, loss of data, or other harm that results from your access to or use of the Service, or any
939 Content. You also agree that FinalsClub has no responsibility or liability for the deletion of, or the
940 failure to store or to transmit, any Content and other communications maintained by the Service.
941 We make no warranty that the Service will meet your requirements or be available on an
942 uninterrupted, secure, or error-free basis. No advice or information, whether oral or written,
943 obtained from FinalsClub or through the Service, will create any warranty not expressly made
944 herein.</p>
945 <p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, FINALSCLUB AND ITS
946 AFFILIATES, OFFICERS, EMPLOYEES, AGENTS, PARTNERS AND LICENSORS WILL NOT
947  BE
948 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR 
949 PUNITIVE
950 DAMAGES, INCLUDING WITHOUT LIMITATION, LOSS OF PROFITS, DATA, USE, 
951 GOOD-WILL,
952 OR OTHER INTANGIBLE LOSSES, RESULTING FROM (i) YOUR ACCESS TO OR USE OF 
953 OR
954 INABILITY TO ACCESS OR USE THE SERVICE; (ii) ANY CONDUCT OR CONTENT OF 
955 ANY
956 THIRD PARTY ON THE SERVICE, INCLUDING WITHOUT LIMITATION, ANY 
957 DEFAMATORY,
958 OFFENSIVE OR ILLEGAL CONDUCT OF OTHER USERS OR THIRD PARTIES; (iii) ANY
959 CONTENT OBTAINED FROM THE SERVICE; AND (iv) UNAUTHORIZED ACCESS, USE 
960 ORALTERATION OF YOUR TRANSMISSIONS OR CONTENT, WHETHER BASED ON 
961 WARRANTY,
962 CONTRACT, TORT (INCLUDING NEGLIGENCE) OR ANY OTHER LEGAL THEORY, WHETHER
963 OR NOT FINALSCLUB HAS BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGE, 
964 AND
965 EVEN IF A REMEDY SET FORTH HEREIN IS FOUND TO HAVE FAILED OF ITS 
966 ESSENTIAL
967 PURPOSE.</p>
968 <p>Some jurisdictions do not allow the exclusion of certain warranties or the exclusion or limitation
969 of liability for consequential or incidental damages, so the limitations above may not apply to
970 you.
971 If anyone brings a claim against us related to your actions or Content on the Service, or actions
972 or Content by or from someone using your account, you will indemnify and hold us harmless
973 from and against all damages, losses, and expenses of any kind (including reasonable legal fees
974 and costs) related to such claim.</p>
975 <h2>General Terms</h2>
976 <p>These Terms and any action related thereto will be governed by the laws of the State of
977 California without regard to or application of its conflict of law provisions or your state or country
978 of residence. Unless submitted to arbitration as set forth in the following paragraph, all claims,
979 legal proceedings or litigation arising in connection with the Service will be brought solely in
980 Santa Clara County, California, and you consent to the jurisdiction of and venue in such courts
981 and waive any objection as to inconvenient forum.
982 For any claim (excluding claims for injunctive or other equitable relief) under these Terms where
983 the total amount of the award sought is less than $10,000, the party requesting relief may elect
984 to resolve the dispute through binding non-appearance-based arbitration. The party electing
985 such arbitration shall initiate the arbitration through an established alternative dispute resolution
986 ("ADR") provider mutually agreed upon by the parties. The ADR provider and the parties must
987 comply with the following rules: a) the arbitration shall be conducted by telephone, online and/or
988 be solely based on written submissions, as selected by the party initiating the arbitration; b) the
989 arbitration shall not involve any personal appearance by the parties or witnesses unless
990 otherwise mutually agreed by the parties; and c) any judgment on the award rendered by the
991 arbitrator may be entered in any court of competent jurisdiction.
992 These Terms are the entire and exclusive agreement between FinalsClub and you regarding the
993 Service (excluding any services for which you have a separate agreement with FinalsClub that is
994 explicitly in addition or in place of these Terms), and these Terms supersede and replace any
995 prior agreements between FinalsClub and you regarding the Service.
996 The failure of FinalsClub to enforce any right or provision of these Terms will not be deemed a
997 waiver of such right or provision. In the event that any provision of these Terms is held to be
998 invalid or unenforceable, the remaining provisions of these Terms will remain in full force and
999 effect.We may revise these Terms from time to time. The most current version will always be on this
1000 page (or such other page as the Service may indicate). If the revision, in our sole discretion, is
1001 material we will notify you via posting to our website or e-mail to the email associated with your
1002 account. By continuing to access or use the Service after those revisions become effective, you
1003 agree to be bound by the revised Terms.</p>
1004
1005 <p>The Service is operated and provided by FinalsClub, Inc., 1132 Massachusetts Avenue
1006 Cambridge, MA 02138. If you have questions about these Terms, please contact Andrew ~at~
1007 FinalsClub d0t org</p>
1008                         </div>
1009                 </div>
1010
1011
1012
1013                 <div class=page id=pg_press>
1014                     <h1>FinalsClub in the Press</h1>
1015                     <div class="press">
1016                         <img src="/images/boston.com.png" class="press">
1017                         <p class="date">December 13, 2009</p>
1018                         <p>Plenty of Harvard graduates have traded on the fame and prestige of their alma mater, but few have done so the way Andrew Magliozzi has. The year he graduated, 2005, he started a tutoring company located steps from Harvard Yard, with a name, Veritas, that is the motto of his storied alma mater.</p>
1019                         <p>Then, two years ago, Magliozzi started up a side project called Finalsclub.org.</p>
1020                         <p class="readmore">
1021                         <a href="http://www.boston.com/bostonglobe/ideas/articles/2009/12/13/freeharvardeducationcom">Read more ...</a>
1022                         </p>
1023                     </div>
1024                     <hr>
1025                     <div class="press">
1026                         <img src="/images/harvard-crimson.jpg" class="press">
1027                         <p class="date">Wednesday, February 18, 2009</p>
1028                         <p>A rapidly growing course preparatory Web site, FinalsClub.org, is moving forward with a plan to expand its site in spite of controversy over the legality of the venture. </p>
1029                         <p>The Web site, which allows students to share notes, create study groups, and blog about lectures and sections, recently hired 10 Harvard College students to serve as BETA testers for the site. </p>
1030                         <p class="readmore">
1031                         <a href="http://www.thecrimson.com/article/2009/2/18/finalscluborg-passes-punch-span-stylefont-weight-boldcorrection">Read more ...</a>
1032                         </p>
1033                     </div>
1034                     <hr>
1035                     <div class="press">
1036                         <img src="/images/blown-to-bits.png" class="press">
1037                         <p class="date">September 27th, 2009</p>
1038                         <p>Computer Science professor and former Dean of Harvard, Harry Lewis, embraces FinalsClub's work and its guiding principle of open education.  Even as Harvard University has not been wholly sympathetic to the FinalsClub mission, invoking the Copyright Act of 1976, assuming a similar position to other major institutions such as University of Texas, Lewis supports working towards the proverbial "temple of the free exchange of ideas."  A course he taught in the Harvard Extension School was also shared freely online.  </p>
1039                         <p class="readmore">
1040                         <a href="http://www.bitsbook.com/2009/09/a-harvard-skirmish-in-the-copyright-wars">Read more ...</a>
1041                         </p>
1042                     </div>
1043                 </div>
1044                 <div class=page id=pg_notfound>
1045                     <h1>Page Not Found</h1>
1046                     Sorry, there is no content for this page.
1047                 </div>
1048
1049             <div id="g-footer">
1050                 <nav id="g-nav-footer">
1051                     <ul>
1052                         <li><a href="/conduct">Conduct</a></li>
1053                         <li><a href="https://github.com/finalsclubdev/FinalsClub/">Code</a></li>
1054                         <li><a href="http://blog.finalsclub.org/about.html">About</a></li>
1055                         <li><a href="http://blog.finalsclub.org/contact.html">Contact</a></li>
1056                         <li><a href="/legal">Legal</a></li>
1057                         <li><a href="http://blog.finalsclub.org/team.html">Team</a></li>
1058                     </ul>
1059                 </nav>
1060                 <div id="g-footer-copyright">
1061                     <p>Finals Club is a 501c3 non-profit organization.</p>
1062                     <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
1063                         <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
1064                     </a>
1065                     This site is licensed under a
1066                     <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.
1067                 </div>
1068             </div>
1069         </div>
1070
1071     <!-- start Mixpanel --><script type="text/javascript">var mpq=[];mpq.push(["init","252cf14807e7553594607c10b64418b5"]);(function(){var b,a,e,d,c;b=document.createElement("script");b.type="text/javascript";b.async=true;b.src=(document.location.protocol==="https:"?"https:":"http:")+"//api.mixpanel.com/site_media/js/api/mixpanel.js";a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(b,a);e=function(f){return function(){mpq.push([f].concat(Array.prototype.slice.call(arguments,0)))}};d=["init","track","track_links","track_forms","register","register_once","identify","name_tag","set_config"];for(c=0;c<d.length;c++){mpq[d[c]]=e(d[c])}})(); </script><!-- end Mixpanel -->
1072     </body>
1073 </html>