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