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