Fix asset link so it links from root and not relative
[oweals/finalsclub.git] / public / index.html
1 <!DOCTYPE html>
2 <html class="no-js">
3
4         <head>
5                 
6                 <link rel="stylesheet" href="/assets/css/include.css" type="text/css" media="screen" />
7                 <script type="text/javascript" src="/assets/js/modernizr.custom.js"></script>
8                 <script type="text/javascript" src="/assets/js/load.js"></script>
9                 <script type="text/javascript" src="http://use.typekit.com/cbx6gxx.js"></script>
10                 <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
11
12                 <script type='text/javascript' src='/javascripts/jquery.min.js'></script>
13                 <script type='text/javascript' src='/javascripts/es5-shim.min.js'></script>
14                 <script type='text/javascript' src='/javascripts/protodiv.js'></script>
15                 <script type='text/javascript' src='/javascripts/main.js'></script>
16                 <script type='text/javascript' src='/socket.io/socket.io.js'></script>
17
18         </head>
19
20         <body>
21                 <div class="header">
22                         <div class="container-12 highlight">
23                                         <div class="grid-3">
24                                                 <a id="logo" href="/">
25                                                         <img src="assets/img/logo-light.png" alt="FinalsClub" />
26                                                 </a>
27                                         </div>
28                                         <div class="grid-9">
29 <div id="login_status" style="display:none;">Currently logged in as <span class="username"></span></div>
30                                                 <nav id="user-nav" class="small">
31                                                         <ul>
32                                                                 <li>Hi, <span class="username"></span></li>
33                                                                 <li><a href="#">Logout</a></li>
34                                                         </ul>
35                                                 </nav>
36                                                 <nav id="main-nav" class="small">
37                                                         <ul>
38                                                                 <li><a href="/schools" class="active"><em class="icon"></em>Courses</a></li>
39                                                                 <li><a href="http://blog.finalsclub.org"><em class="icon"></em>Blog</a></li>
40                                                                 <li><a href="/archive"><em class="icon"></em>Library</a></li>
41                                                                 <li><a href="/press"><em class="icon"></em>Press</a></li>
42                                                                 <li id=register_link><a href="/register"><em class="icon"></em>Register</a></li>
43                                                                 <li id=profile_link><a href="/profile"><em class="icon"></em>Profile</a></li>
44                                                                 <li id=login_link><a href="/login"><em class="icon"></em>Profile</a></li>
45                                                                 <li><a href="#" class="donate"><em class="icon"></em><em class="lc yellow">Donate</em></a></li>
46                                                         </ul>
47                                                 </nav>
48                                         </div>
49                         </div>
50                 </div>
51                 <hr class="stripes" />
52                 <div id="topofcontent"></div>
53                 <div id="messages" class="page"><span id="PROTO_message" class="__type__">__msg__</span></div>
54                 <div class="content">
55                         <div class="container-12">
56
57
58                         <!--
59                         ***********************************************************
60                                 <div class="grid-12">
61                                         <div class="padded-loose">
62                                                 <h1 class="large-huge spaced centered">Welcome to FinalsClub! <span class="small">Collaborate. Learn. Share.</span></h1>
63                                         </div>
64                                 </div>
65                                 <div class="grid-10 grid-centered">
66                                         <div class="padded-loose">
67                                                 <p class="no-top-margin">
68                                                         Thank you for visiting FinalsClub.org, a 501(c)(3) non-profit open education
69                                                         project dedicated to helping college students share knowledge freely online.  While you learn better, faster, and smarter by using FinalsClub with your classmates,
70                                                         we also encourage you to share your scholarship to benefit curious minds everywhere.
71                                                 </p>
72                                                 <p>
73                                                         Getting started is easy.  Just register with your school email address and confirm
74                                                         your account.  Then find your courses or add a new ones.  You can also browse our
75                                                         Library to learn something new.  Thank you for helping us improve access to education,
76                                                         one lecture at a time.
77                                                 </p>
78                                         </div>
79                                 </div>
80                                 <div class="grid-12">
81                                         <div class="button-set vertical half-width centered-rt-parent half-width-buttons">
82                                                 <button class="green">Sign Up</button>
83                                                 <button class="blue">Learn Something</button>
84                                         </div>
85                                 </div>
86                         </div>
87                         <div class="container-12 spacer">
88                           <hr class="stripes spacer" />
89
90                                 <div class="grid-6">
91                                         <h3 class="heading">Check out our Screencasts</h3>
92                                         <div class="video-wrapper">
93                                                 <iframe src="http://player.vimeo.com/video/30647271?title=0&amp;byline=0&amp;portrait=0&amp;color=367da9" width="460" height="259" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe>              </div>
94                                         </div>
95                                 <div class="grid-6">
96                                         <h3 class="heading">We currently support the following schools</h3>
97                                         <div class="schools">
98                                                 <ul>
99                                                         <li><em class="sprite-school brown">Brown Logo</em></li>
100                                                         <li><em class="sprite-school columbia">Columbia Logo</em></li>
101                                                         <li><em class="sprite-school cornell">Cornell Logo</em></li>
102                                                         <li><em class="sprite-school dartmouth">Dartmouth Logo</em></li>
103                                                         <li><em class="sprite-school shield">School Logo</em></li>
104                                                         <li><em class="sprite-school mit">MIT Logo</em></li>
105                                                         <li><em class="sprite-school lock_haven">Lock Haven Logo</em></li>
106                                                         <li><em class="sprite-school cal">Cal Tech Logo</em></li>
107                                                         <li><em class="sprite-school texas">University of Texas Logo</em></li>
108                                                         <li><em class="sprite-school yale">Yale Logo</em></li>
109                                                         <li><em class="sprite-school penn">Penn Logo</em></li>
110                                                         <li><em class="sprite-school harvard">Harvad Logo</em></li>
111                                                 </ul>
112                                         </div>
113                                 </div>
114                         </div>
115                         ***********************************************************
116                         -->
117
118                         <style>
119                                 /* The is here is because it's related less to "styling" and more to UI "behavior" */
120                                 .page { display: none; }
121                         </style>
122
123       <noscript>
124         This site requires JavaScript to properly function. Please enable JavaScript or use a modern browser such as <a href="http://google.com/chrome">Google Chrome</a> or <a href="http://firefox.com">Firefox</a>.
125       </noscript>
126
127
128                         <div class=page id=pg_home>
129
130
131
132
133
134
135                                 <div class="grid-12">
136                                         <div class="padded-loose">
137                                                 <h1 class="large-huge spaced centered">Welcome to FinalsClub! <span class="small">Collaborate. Learn. Share.</span></h1>
138                                         </div>
139                                 </div>
140
141                                 <div class="grid-10 grid-centered">
142                                         <div class="padded-loose">
143                                                 <p class="no-top-margin">
144                                                         Thank you for visiting FinalsClub.org, a 501(c)(3) non-profit open education
145                                                         project dedicated to helping college students share knowledge freely online.  While you learn better, faster, and smarter by using FinalsClub with your classmates,
146                                                         we also encourage you to share your scholarship to benefit curious minds everywhere.
147                                                 </p>
148                                                 <p>
149                                                         Getting started is easy.  Just register with your school email address and confirm
150                                                         your account.  Then find your courses or add a new ones.  You can also browse our
151                                                         Library to learn something new.  Thank you for helping us improve access to education,
152                                                         one lecture at a time.
153                                                 </p>
154                                         </div>
155                                 </div>
156
157
158                                 <div class="grid-12">
159                                         <div class="button-set vertical half-width centered-rt-parent half-width-buttons">
160                                                 <button class="green">Sign Up</button>
161                                                 <button class="blue">Learn Something</button>
162                                         </div>
163                                 </div>
164
165
166                                 <div class="container-12 spacer">
167                                   <hr class="stripes spacer" />
168
169                                         <div class="grid-6">
170                                                 <h3 class="heading">Check out our Screencasts</h3>
171                                                 <div class="video-wrapper">
172                                                         <iframe src="http://player.vimeo.com/video/30647271?title=0&amp;byline=0&amp;portrait=0&amp;color=367da9" width="460" height="259" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe>              </div>
173                                                 </div>
174                                         <div class="grid-6">
175                                                 <h3 class="heading">We currently support the following schools</h3>
176                                                 <div class="schools">
177                                                         <ul>
178                                                                 <li><em class="sprite-school brown">Brown Logo</em></li>
179                                                                 <li><em class="sprite-school columbia">Columbia Logo</em></li>
180                                                                 <li><em class="sprite-school cornell">Cornell Logo</em></li>
181                                                                 <li><em class="sprite-school dartmouth">Dartmouth Logo</em></li>
182                                                                 <li><em class="sprite-school shield">School Logo</em></li>
183                                                                 <li><em class="sprite-school mit">MIT Logo</em></li>
184                                                                 <li><em class="sprite-school lock_haven">Lock Haven Logo</em></li>
185                                                                 <li><em class="sprite-school cal">Cal Tech Logo</em></li>
186                                                                 <li><em class="sprite-school texas">University of Texas Logo</em></li>
187                                                                 <li><em class="sprite-school yale">Yale Logo</em></li>
188                                                                 <li><em class="sprite-school penn">Penn Logo</em></li>
189                                                                 <li><em class="sprite-school harvard">Harvad Logo</em></li>
190                                                         </ul>
191                                                 </div>
192                                         </div>
193                                 </div>
194                         </div>
195
196
197
198                         <div class=page id=pg_schools>
199                                 <h1>Universities</h1>
200                                 <div class="proto school" id=PROTO_school onclick="goPage('/school/___id__')">
201                                         <div class=name>__name__</div>
202                                         <div class=desc>__description__</div>
203                                 </div>
204                         </div>
205
206
207
208                         <div class=page id=pg_courses>
209                                 <h1>Courses for <span id=school_name></span></h1>
210                                 <div class="proto course" id=PROTO_course>
211                                         <div class=dept>__department__</div>
212                                         <div class=name>
213                                                 <a href="/course/___id__">__number__: __name__</a>
214                                         </div>
215                                 </div>
216         <div>
217           <span class="sub_menu" style="display:none;">
218             <a href="" id="new_course">New Course</a>
219           </span>
220           <form method="POST" id="form_course" style="display:none;">
221             <h1>Create New Course</h1>
222             <p>Use this form to create a new course. After creating the course, you can create a lecture within it.</p>
223             <div class="row">
224               <div class="label">Course number</div>
225               <div class="field">
226                 <input type="text" name="number">
227               </div>
228             </div>
229             <div class="row">
230               <div class="label">Course name</div>
231               <div class="field">
232                 <input type="text" name="name">
233               </div>
234             </div>
235             <div class="row">
236               <div class="label">Course subject</div>
237               <div class="field">
238                 <input type="text" name="subject">
239               </div>
240             </div>
241             <div class="row">
242               <div class="label">Course department</div>
243               <div class="field">
244                 <input type="text" name="department">
245               </div>
246             </div>
247             <div class="row">
248               <div class="label">Instructor's Name</div>
249               <div class="field">
250                 <input type="text" name="instructorName">
251               </div>
252             </div>
253             <div class="row">
254               <div class="label">Instructor's Email</div>
255               <div class="field">
256                 <input type="text" name="email">
257               </div>
258             </div>
259             <div class="row">
260               <div class="label">&nbsp;</div>
261               <div class="field">
262                 <button>Create Course</button>
263               </div>
264             </div>
265           </form>
266         </div>
267                         </div>
268
269
270
271                         <div class=page id=pg_lectures>
272                                 <div class="proto lectures_head" id=PROTO_lectures_head>
273                                         <h1>Lectures for Course __number__ : __name__</h1>
274                                         Subject: __subject__<br>
275                                         Department: __department__<br>
276                                 </div>
277                                 <div class="proto lectures_instructor" id=PROTO_lectures_instructor>
278           Instructor: __name__ <span class="instructor_email">(__email__)</span><br>
279                                 </div>
280                                 <div class="proto lecture" id=PROTO_lecture>
281                                         <div class=name>
282                                                 <a href="/lecture/___id__">__name__</a><br>
283                                                 Created: __date__<br>
284                                         </div>
285                                 </div>
286         <div>
287           <span class="sub_menu" style="display:none;">
288             <a href="" id="new_lecture">New Lecture</a>
289           </span>
290           <form method="POST" id="form_lecture" style="display:none;">
291             <h1>Create New Lecture</h1>
292             <p>Use this form to create a new lecture. After creating the lecture, you can then create a notes-taking session within it.</p>
293             <div class="row">
294               <div class="label">Lecture Name</div>
295               <div class="field">
296                 <input type="text" name="name">
297               </div>
298             </div>
299             <div class="row">
300               <div class="label">&nbsp;</div>
301               <div class="field">
302                 <button>Create Lecture</button>
303               </div>
304             </div>
305           </form>
306         </div>
307                         </div>
308
309
310
311                         <div class=page id=pg_notes>
312                                 <div class="proto notes_head" id=PROTO_notes_head>
313                                         <h1>Note pads for Course __number__ : __name__</h1>
314                                         Subject: __subject__<br>
315                                         Department: __department__<br>
316                                 </div>
317                                 <div class="proto notes_instructor" id=PROTO_notes_instructor>
318           Instructor: __name__ <span class="instructor_email">(__email__)</span><br>
319                                 </div>
320                                 <div class="proto note" id=PROTO_note>
321                                         <div class=name>
322                                                 <a href="/note/___id__">__name__</a> Visits: __visits__
323                                         </div>
324                                 </div>
325         <div>
326           <span class="sub_menu" style="display:none;">
327             <a href="" id="new_note">New Note Pad</a>
328           </span>
329           <form method="POST" id="form_note" style="display:none;">
330             <h1>Create New Note Pad</h1>
331             <p>Use this form to create a new note pad. You can then use this as a notes-taking session.</p>
332             <div class="row">
333               <div class="label">Note Pad Name</div>
334               <div class="field">
335                 <input type="text" name="name">
336               </div>
337             </div>
338             <div class="row">
339               <div class="label">Private</div>
340               <div class="field">
341                 <input type="checkbox" name="private" value="true">
342               </div>
343             </div>
344             <div class="row">
345               <div class="label">&nbsp;</div>
346               <div class="field">
347                 <button>Create Note Pad</button>
348               </div>
349             </div>
350           </form>
351         </div>
352                         </div>
353
354
355
356                         <div class=page id=pg_archive_subjects>
357                                 <h1>Archived Subjects</h1>
358                                 <p>
359                                 Please browse our archive of past courses
360                                 covered at Harvard from 2008 through 2010.
361                                 </p>
362                                 <ul>
363                                         <li class=proto id=PROTO_archive_subject>
364                                                 <a href="/archive/subject/__id__">__name__</a>
365                                         </li>
366                                 </ul>
367
368                         </div>
369
370
371
372                         <div class=page id=pg_archive_courses>
373                                 <h1>Archived Courses</h1>
374                                 <ul>
375                                         <li class=proto id=PROTO_archive_course>
376                                                 <a href="/archive/course/__id__">__name__</a>
377                                         </li>
378                                 </ul>
379
380                         </div>
381
382
383
384                         <div class=page id=pg_archive_notes>
385                                 <h1>Archived Notes</h1>
386                                 <ul>
387                                         <li class=proto id=PROTO_archive_note>
388                                                 <a href="/archive/note/___id__">__topic__</a>
389                                         </li>
390                                 </ul>
391                         </div>
392
393
394
395                         <div class=page id=pg_archive_note_display>
396                                 <div id=PROTO_archive_note_display>
397                                         <h1>__topic__</h1>
398                                         <div>__text__</div>
399                                 </div>
400                         </div>
401
402
403
404                         <div class=page id=pg_register>
405                                 <h1>Create an Account</h1>
406                                 <form id="form_register" action="/register" method="POST">
407                                         <div class="zarea">
408                                                 <div class="row">
409                                                         <div class="label">
410                                                                 <label for="email">Email</label>
411                                                         </div>
412                                                         <div class="field">
413                                                                 <input type="text" name="email">
414                                                         </div>
415                                                 </div>
416                                                 <div class="row">
417                                                         <div class="label">
418                                                                 <label for="password">Password</label>
419                                                         </div>
420                                                         <div class="field">
421                                                                 <input type="password" name="password">
422                                                         </div>
423                                                 </div>
424                                                 <div class="row">
425                                                         <div class="label">
426                                                                 <label for="school">School</label>
427                                                         </div>
428                                                         <div class="field">
429                                                                 <select name="school">
430                                                                         <option value="Berkeley">Berkeley</option>
431                                                                         <option value="Brown">Brown</option>
432                                                                         <option value="Columbia">Columbia</option>
433                                                                         <option value="Cornell">Cornell</option>
434                                                                         <option value="Dartmouth">Dartmouth</option>
435                                                                         <option value="Harvard">Harvard</option>
436                                                                         <option value="MIT">MIT</option>
437                                                                         <option value="Princeton">Princeton</option>
438                                                                         <option value="Stanford">Stanford</option>
439                                                                         <option value="UPenn">UPenn</option>
440                                                                         <option value="University of Texas">University of Texas</option>
441                                                                         <option value="Yale">Yale</option>
442                                                                         <option value="Other">Other</option>
443                                                                 </select>
444                                                         </div>
445                                                 </div>
446                                                 <div class="row">
447                                                         <div class="label">
448                                                                 <label for="name">Name</label>
449                                                         </div>
450                                                         <div class="field">
451                                                                 <input type="text" name="name">
452                                                         </div>
453                                                 </div>
454                                                 <div class="row">
455                                                         <div class="label">
456                                                                 <label for="affil">Affiliation</label>
457                                                         </div>
458                                                         <div class="field">
459                                                                 <select name="affil">
460                                                                         <option value="Student">Student</option>
461                                                                         <option value="Teachers Assistant">Teachers Assistant</option>
462                                                                 </select>
463                                                         </div>
464                                                 </div>
465                                                 <div class="row">
466                                                         <div class="label">
467                                                                 &nbsp;
468                                                         </div>
469                                                         <div class="field">
470                                                                 <button>Register</button>
471                                                         </div>
472                                                 </div>
473                                         </div>
474                                 </form>
475                         </div>
476
477       <div class="page" id="pg_profile">
478         <h1>User Profile</h1>
479         <form id="form_profile" action="/profile" method="POST">
480           <h2>Account Information</h2>
481           <div class="area">
482             <div class="row">
483               <div class="label">
484                 <span>Email</span>
485               </div>
486               <div class="field">
487                 <span class="email"></span>
488               </div>
489             </div>
490             <div class="row">
491               <div class="label">
492                 <label for="affiliation">Affiliation</label>
493               </div>
494               <div class="field">
495                 <select id="affiliation" name="affiliation">
496                   <option value="Student">Student</option>
497                   <option value="Teachers Assistant">Teachers Assistant</option>
498                 </select>
499               </div>
500             </div>
501           </div>
502           <h2>Profile Information</h2>
503           <div class="area">
504             <div class="row">
505               <div class="label">
506                 <label for="name">User Name</label>
507               </div>
508               <div class="field">
509                 <input id="name" type="text" name="name" value="">
510               </div>
511             </div>
512             <div class="row">
513               <div class="label">
514                 <label>&nbsp;</label>
515               </div>
516               <div class="field">
517                 <input style="width: auto;" id="showName" type="checkbox" name="showName">
518                 Display your real name in contributions
519               </div>
520             </div>
521               <!--
522             <div class="row">
523               <div class="label">
524                 <label for="major">Major</label>
525               </div>
526               <div class="field">
527                 <input id="major" type="text" name="major" value="">
528               </div>
529             </div>
530             <div class="row">
531               <div class="label">
532                 <label for="bio">Bio</label>
533               </div>
534               <div class="field">
535                 <input id="bio" type="text" name="bio" value="">
536               </div>
537             </div>
538             -->
539           </div>
540           <h2>Change Password</h2>
541           <div class="area">
542             <div class="row">
543               <div class="label">
544                 <label for="existingPassword">Old Password</label>
545               </div>
546               <div class="field">
547                 <input id="existingPassword" type="password" name="existingPassword">
548               </div>
549             </div>
550             <div class="row">
551               <div class="label">
552                 <label for="newPassword">New Password</label>
553               </div>
554               <div class="field">
555                 <input id="newPassword" type="password" name="newPassword">
556               </div>
557             </div>
558             <div class="row">
559               <div class="label">
560                 <label for="newPasswordConfirm">Confirm Password</label>
561               </div>
562               <div class="field">
563                 <input id="newPasswordConfirm" type="password" name="newPasswordConfirm">
564               </div>
565             </div>
566           </div>
567           <div class="row">
568             <div class="label">&nbsp;</div>
569             <div class="field">
570               <button>Submit</button>
571             </div>
572           </div>
573         </form>
574       </div>
575
576
577                         <div class=page id=pg_login>
578                                 <h1>Login</h1>
579                                 <form id="form_login" action="/login" method="POST">
580                                         <div class="zarea">
581                                                 <div class="row">
582                                                         <div class="label">
583                                                                 <label for="email">Email</label>
584                                                         </div>
585                                                         <div class="field">
586                                                                 <input type="text" name="email" size="15" value="joe@sleepless.com">
587                                                         </div>
588                                                 </div>
589                                                 <div class="row">
590                                                         <div class="label">
591                                                                 <label for="password">Password</label>
592                                                         </div>
593                                                         <div class="field">
594                                                                 <input type="password" name="password" size="15">
595                                                         </div>
596                                                 </div>
597                                                 <div class="row">
598                                                         <div class="label">&nbsp;
599                                                         </div>
600                                                         <div class="field">
601                                                                 <button class="major">Login</button>
602                                                                 <span class="reglink">
603                                                                         <a href="/resetpass">Forgot password?</a>
604                                                                 </span>
605                                                         </div>
606                                                 </div>
607                                                 <div class="row">
608                                                         <div class="label">&nbsp;
609                                                         </div>
610                                                         <div class="field">
611                                                                 <span class="reglink">
612                                                                         <a href="/register">Create an Account</a>
613                                                                 </span>
614                                                         </div>
615                                                 </div>
616                                         </div>
617                                 </form>
618                         </div>
619
620       <div class="page" id="pg_resetpass">
621         <h1>Password Reset</h1>
622         <form id="form_resetpass" action="/resetpass" method="POST">
623           <div class="zarea">
624             <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>
625             <div class="row">
626               <div class="label">
627                 <label for="email">Email</label>
628               </div>
629               <div class="field">
630                 <input type="text" name="email" size="15" value="">
631               </div>
632             </div>
633             <div class="row">
634               <div class="label">&nbsp;</div>
635               <div style="min-width: 200px" class="field">
636                 <button>Reset</button>
637               </div>
638             </div>
639           </div>
640         </form>
641       </div>
642
643       <div class="page" id="pg_resetpw">
644         <h1>Password Reset</h1>
645         <form id="form_resetpw" action="/resetpw" method="POST">
646           <div class="zarea">
647             <p>To verify and reset your password, type the full email address and your new password twice, then click submit.</p>
648             <div class="row">
649               <div class="label">
650                 <label for="email">Email</label>
651               </div>
652               <div class="field">
653                 <input type="text" name="email" size="15" value="">
654               </div>
655             </div>
656             <div class="row">
657               <div class="label">
658                 <label for="pass1">New Password</label>
659               </div>
660               <div class="field">
661                 <input type="password" name="pass1" size="15" value="">
662               </div>
663             </div>
664             <div class="row">
665               <div class="label">
666                 <label for="pass2">Repeat New Password</label>
667               </div>
668               <div class="field">
669                 <input type="password" name="pass2" size="15" value="">
670               </div>
671             </div>
672             <div class="row">
673               <div class="label">&nbsp;</div>
674               <div style="min-width: 200px" class="field">
675                 <button>Reset</button>
676               </div>
677             </div>
678           </div>
679         </form>
680       </div>
681
682                         <div class=page id=pg_conduct>
683                                 <div class="conduct">
684                                         <h1>Code of Conduct</h1>
685                                         <p class="academic">
686                                                 <img src="/images/keep-it-academic.png" alt="Keep it academic.">
687                                         </p>
688                                         <p class="vague">
689                                                 This directive is deliberately vague to
690                                                 accommodate creative humor, insight, and exploration.<br>
691                                                 Disruptive or irrelevant material, however,
692                                                 will be subject to removal.<br>
693                                                 Just keep it academic, and we'll all be better off.<br>
694                                         </p>
695                                 </div>
696                         </div>
697
698
699
700
701                         <div class=page id=pg_press>
702                                 <h1>FinalsClub in the Press</h1>
703                                 <div class="press">
704                                         <img src="/images/boston.com.png" class="press">
705                                         <p class="date">December 13, 2009</p>
706                                         <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>
707                                         <p>Then, two years ago, Magliozzi started up a side project called Finalsclub.org.</p>
708                                         <p class="readmore">
709                                         <a href="http://www.boston.com/bostonglobe/ideas/articles/2009/12/13/freeharvardeducationcom">Read more ...</a>
710                                         </p>
711                                 </div>
712                                 <hr>
713                                 <div class="press">
714                                         <img src="/images/harvard-crimson.jpg" class="press">
715                                         <p class="date">Wednesday, February 18, 2009</p>
716                                         <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>
717                                         <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>
718                                         <p class="readmore">
719                                         <a href="http://www.thecrimson.com/article/2009/2/18/finalscluborg-passes-punch-span-stylefont-weight-boldcorrection">Read more ...</a>
720                                         </p>
721                                 </div>
722                                 <hr>
723                                 <div class="press">
724                                         <img src="/images/blown-to-bits.png" class="press">
725                                         <p class="date">September 27th, 2009</p>
726                                         <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>
727                                         <p class="readmore">
728                                         <a href="http://www.bitsbook.com/2009/09/a-harvard-skirmish-in-the-copyright-wars">Read more ...</a>
729                                         </p>
730                                 </div>
731                         </div>
732
733
734
735
736                         <div class=page id=pg_notfound>
737                                 <h1>Page Not Found</h1>
738                                 Sorry, there is no content for this page.
739                         </div>
740
741
742
743
744                 </div>
745
746
747                 <hr class="stripes bordered" />
748
749                 <div class="footer small">
750                         <div class="container-12">
751                                 <div class="grid-12">
752                                         <nav id="footer-nav">
753                                                 <ul>
754                                                         <li><a href="#">Code of Conduct</a></li>
755                                                         <li><a href="#">About</a></li>
756                                                         <li><a href="#">Contact</a></li>
757                                                         <li><a href="#">Legal</a></li>
758                                                         <li><a href="#">Team</a></li>
759                                                 </ul>
760                                         </nav>
761                                         <p>Copyright 2011 Finals Club.  All rights reserved.</p>
762                                         <div class="creative_commons">
763                                                 <div class="section">
764                                                         <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
765                                                                 <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
766                                                         </a>
767                                                         <br />
768                                                 </div>
769                                                 <div class="section">
770                                                         This work is licensed under a
771                                                         <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.
772                                                 </div>
773                                         </div>
774                                 </div>
775                         </div>
776                 </div>
777         </body>
778 </html>