From 6244031ce47fd1c19233a8e3dbae7ec78a2d4e14 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Wed, 11 Jan 2012 12:20:36 -0500 Subject: [PATCH 1/5] close wiki design branch --HG-- branch : kf-wiki extra : close : 1 From 2f246156b1fa39fc3c1fb64c25ab37fb8bd4a6ac Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Wed, 11 Jan 2012 15:47:15 -0500 Subject: [PATCH 2/5] started reworking homepage --HG-- branch : kf-homepage --- courseinfo.html | 171 ++++++++++++++++++++++++++++++++++++ credits.html | 57 ------------ credits.html.orig | 53 ------------ index.html | 106 ++++++----------------- index.html.orig | 151 -------------------------------- info.html | 83 ------------------ login.html | 28 +++--- main.html.orig | 97 --------------------- profile.html.orig | 116 ------------------------- simplewiki_base.html.orig | 177 -------------------------------------- staff.html | 73 ---------------- 11 files changed, 210 insertions(+), 902 deletions(-) create mode 100644 courseinfo.html delete mode 100644 credits.html delete mode 100644 credits.html.orig delete mode 100644 index.html.orig delete mode 100644 info.html delete mode 100644 main.html.orig delete mode 100644 profile.html.orig delete mode 100644 simplewiki_base.html.orig delete mode 100644 staff.html diff --git a/courseinfo.html b/courseinfo.html new file mode 100644 index 0000000000..47c3698475 --- /dev/null +++ b/courseinfo.html @@ -0,0 +1,171 @@ +<%inherit file="main.html" /> + +Course Info + +Enroll >> +Log In + +
+

+ Taught by Anant Agarwal, with Gerald Sussman, Piotr Mitros, and Chris + Terman, "6.002 Circuits and Electronics" is an on-line adaption of + MIT's first undergraduate analog design course. This course will run, + free of charge, for students worldwide from February 1, 2012 through + July 1, 2012. +

+ +

+ Students who successfully complete the course will receive an + electronic certificate of accomplishment from MIT. Students will not + receive course credit, but students successfully finishing the course + will be well-placed to take an exam to pass out of 6.002 should they + ever enroll at MIT, and potentially, similar courses at other schools. +

+ +

+ In order to succeed in this course, students must have some + background in calculus and differential equations. Since more advanced + mathematics will not show up until the second half of the course, the + first half of the course will include an optional remedial + differential equations component for students with weaker math + backgrounds. +

+
+ +
+ +

About the course staff

+ +
    +
  • Anant Agarwal is Director the MIT's Computer Science and Artificial Intelligence Laboratory. His research focus is in parallel computer architectures, and he is the founder of several successful startups. Most recently, he founded Tilera, which produces scalable multicore embedded processors. He co-author the course textbook "Foundations of Analog and Digital Electronic Circuits."

  • + +
  • Chris Terman is Co-Director MIT CSAIL, and a highly regarded instructor. He is the author of JSim, an educational package for on-line circuit schematic entry and simulation, and XTutor, and on-line question-and-answer tutoring system.

  • + +
  • Gerald Sussman is a Professor of Electrical Engineering at MIT. He is a well know educator in the computer science community, perhaps best know as the author of Structure and Interpretation of Computer Programs, which is universally acknowledged as one of the top ten textboooks in computer science, or as the creator of Scheme, a popular teaching language. His research spans a range of topics, from artificial intelligence, to physics and chaotic systems, to supercomputer design.

  • + +
  • Piotr Mitros is a Research Scientist at MIT. His research focus is in finding ways to apply techniques from control systems to optimizing the learning process. Piotr has worked as an analog designer at Texas Instruments, Talking Lights, and most recently, designed the analog front end for a novel medical imaging modality for Rhythmia Medical.

  • +
+ +
+ +
+ +

About 6.002

+ +

6.002 is designed to serve as a first course in an undergraduate electrical engineering (EE), or electrical engineering and computer science (EECS) curriculum. At MIT, 6.002 is in the core of department subjects required for all undergraduates in EECS.

+ +

The course introduces engineering in the context of the lumped circuit abstraction. Topics covered include: resistive elements and networks; independent and dependent sources; switches and MOS transistors; digital abstraction; amplifiers; energy storage elements; dynamics of first- and second-order networks; design in the time and frequency domains; and analog and digital circuits and applications. Design and lab exercises are also significant components of the course. 6.002 is worth 4 Engineering Design Points. The 6.002 content was created collaboratively by Profs. Anant Agarwal and Jeffrey H. Lang.

+ +

The course uses the textbook Foundations of Analog and Digital Electronic Circuits. Agarwal, Anant, and Jeffrey H. Lang. San Mateo, CA: Morgan Kaufmann Publishers, Elsevier, July 2005. ISBN: 9781558607354. While recommended, the book is not required -- relevant section will be provided electronically as part of the on-line course.

+ +

Requirements

+ +

Students entering the course are expected to know how basic calculus and differential equations, as well as basic linear algebra. In addition, a background in E&M is helpful, although not critical.

+ +

The course web site was developed and tested primarily with Google Chrome. We support Mozilla Firefox as well. While we will attempt to make it possible to complete the course with Internet Explorer, portions of the web site functionality will be unavailable. The videos require Flash.

+ +
+ +
+

Credits

+ +

The codebase was made possible by Django, JQuery, JQueryUI, + MathJAX, swfobject, askbot, django-simplewiki, pyparsing, and the + original FancyBox. Graphic design and css started from a free template + from dotemplate.com, one of + the few, genuinely free template web sites (although you have to + e-mail the owner to find that out), and was heavily modified by Piotr + Mitros, and later, thoughtbot.

+ +

The system is running in the Amazon cloud, which allows us to hold up to anticipated loads.

+
+ +
+
<%include file="create_account.html" />
+
+ +
+
<%include file="login.html" />
+
+ +
+
<%include file="password_reset_form.html" />
+
+ +
+
+
+ + + diff --git a/credits.html b/credits.html deleted file mode 100644 index c0c4f96bc0..0000000000 --- a/credits.html +++ /dev/null @@ -1,57 +0,0 @@ -<%inherit file="main.html" /> - -
-
-
- -
- -
- - -
-
- -
- - -
- -
- -

Credits

- -

The team of instructors is Anant Agarwal, Piotr Mitros, Chris - Terman, and Gerald Sussman. Our intrepid team of TAs is - -

The main codebase was crammed out in two months by Piotr - Mitros. Evgeny Fadeev helped integrate Askbot into the - system. Schematic entry and circuit simulation are by Chris - Terman. Jean-Michel Claus designed the applets. IT and infrastructure - are managed by Scott Bloomquist of TechSquare, Inc.

- -

The codebase was made possible by Django, JQuery, JQueryUI, - MathJAX, swfobject, askbot, django-simplewiki, pyparsing, and the - original FancyBox. Graphic design and css started from a free template - from dotemplate.com, one of - the few, genuinely free template web sites (although you have to - e-mail the owner to find that out), and was heavily modified by Piotr - Mitros, and later, thoughtbot.

- -

The system is running in the Amazon cloud, which allows us to hold up to anticipated loads.

- -
-
diff --git a/credits.html.orig b/credits.html.orig deleted file mode 100644 index 67485cf1e0..0000000000 --- a/credits.html.orig +++ /dev/null @@ -1,53 +0,0 @@ -<%inherit file="main.html" /> - -
- -
- - -
-
- -
- - -
- -
- -

Credits

- -

The team of instructors is Anant Agarwal, Piotr Mitros, Chris - Terman, and Gerald Sussman. Our intrepid team of TAs is - -

The main codebase was crammed out in two months by Piotr - Mitros. Evgeny Fadeev helped integrate Askbot into the - system. Schematic entry and circuit simulation are by Chris - Terman. Jean-Michel Claus designed the applets. IT and infrastructure - are managed by Scott Bloomquist of TechSquare, Inc.

- -

The codebase was made possible by Django, JQuery, JQueryUI, - MathJAX, swfobject, askbot, django-simplewiki, pyparsing, and the - original FancyBox. Graphic design and css started from a free template - from dotemplate.com, one of - the few, genuinely free template web sites (although you have to - e-mail the owner to find that out), and was heavily modified by Piotr - Mitros, and later, thoughtbot.

- -

The system is running in the Amazon cloud, which allows us to hold up to anticipated loads.

- -
-
diff --git a/index.html b/index.html index b653bb46e6..ff561b2e91 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,21 @@ -<%inherit file="main.html" /> +<%inherit file="main.html" /> + +Course +Log In + +
+
<%include file="login.html" />
+
+ +
+
<%include file="password_reset_form.html" />
+
+ +
+
+
+ + - -
-
-
- -
- -
- - -
-
- -
- -
- -
- -
- -
Enroll >>


- Log In >>
-
- Taught by Anant Agarwal, with Gerald Sussman, Piotr Mitros, and Chris - Terman, "6.002 Circuits and Electronics" is an an on-line adaption of - MIT's first undergraduate analog design course. This course will run, - free of charge, for students worldwide from February 1, 2012 through - July 1, 2012. - -

Students who successfully complete the course will receive an - electronic certificate of accomplishment from MIT. Students will not - receive course credit, but students successfully finishing the course - will be well-placed to take an exam to pass out of 6.002 should they - ever enroll at MIT, and potentially, similar courses at other schools. - -

In order to succeed in this course, students must have some - background in calculus and differential equations. Since more advanced - mathematics will not show up until the second half of the course, the - first half of the course will include an optional remedial - differential equations component for students with weaker math - backgrounds. - -
- -
<%include file="create_account.html" />
-
<%include file="login.html" />
-
<%include file="password_reset_form.html" />
-
- - -
- - - -
- -
- -
-
-
-
diff --git a/index.html.orig b/index.html.orig deleted file mode 100644 index 6e354074b7..0000000000 --- a/index.html.orig +++ /dev/null @@ -1,151 +0,0 @@ -<%inherit file="main.html" /> - - -
-
-
- -
- -
- - -
-
- -
- -
- -
- -
- -
Enroll >>


- Log In >>
-
- Taught by Anant Agarwal, with Gerald Sussman, Piotr Mitros, and Chris - Terman, "6.002 Circuits and Electronics" is an an on-line adaption of - MIT's first undergraduate analog design course. This course will run, - free of charge, for students worldwide from February 1, 2012 through - July 1, 2012. - -

Students who successfully complete the course will receive an - electronic certificate of accomplishment from MIT. Students will not - receive course credit, but students successfully finishing the course - will be well-placed to take an exam to pass out of 6.002 should they - ever enroll at MIT, and potentially, similar courses at other schools. - -

In order to succeed in this course, students must have some - background in calculus and differential equations. Since more advanced - mathematics will not show up until the second half of the course, the - first half of the course will include an optional remedial - differential equations component for students with weaker math - backgrounds. - -
- -
<%include file="create_account.html" />
-
<%include file="login.html" />
-
<%include file="password_reset_form.html" />
-
- - -
- - - -
- -
- -
-
-
-
diff --git a/info.html b/info.html deleted file mode 100644 index f525946589..0000000000 --- a/info.html +++ /dev/null @@ -1,83 +0,0 @@ -<%inherit file="main.html" /> - -
-
-
- -
- -
- -
-
- -
- -
- -
- -
-
-

About 6.002

- -

6.002 is designed to serve as a first course in an undergraduate -electrical engineering (EE), or electrical engineering and computer -science (EECS) curriculum. At MIT, 6.002 is in the core of department -subjects required for all undergraduates in EECS. - -

The course introduces engineering in the context of the lumped -circuit abstraction. Topics covered include: resistive elements and -networks; independent and dependent sources; switches and MOS -transistors; digital abstraction; amplifiers; energy storage elements; -dynamics of first- and second-order networks; design in the time and -frequency domains; and analog and digital circuits and -applications. Design and lab exercises are also significant components -of the course. 6.002 is worth 4 Engineering Design Points. The 6.002 -content was created collaboratively by Profs. Anant Agarwal and -Jeffrey H. Lang. - -

The course uses the textbook Foundations of Analog and Digital -Electronic Circuits. Agarwal, Anant, and Jeffrey H. Lang. San Mateo, -CA: Morgan Kaufmann Publishers, Elsevier, July 2005. ISBN: -9781558607354. While recommended, the book is not required -- relevant -section will be provided electronically as part of the on-line course. - -

Requirements

- -

Students entering the course are expected to know how basic -calculus and differential equations, as well as basic linear -algebra. In addition, a background in E&M is helpful, although not -critical. - -

The course web site was developed and tested primarily with Google -Chrome. We support Mozilla Firefox as well. While we will attempt to -make it possible to complete the course with Internet Explorer, -portions of the web site functionality will be unavailable. The videos -require Flash. - -

- - - -
- -
- -
-
-
-
diff --git a/login.html b/login.html index 643eec371c..50cbd6ad1f 100644 --- a/login.html +++ b/login.html @@ -1,16 +1,18 @@ - ${ error } +${ error } +
- - - - - - -
-
-
E-mail
Password
Remember me
- +
+
+ E-mail + + Password + + Remember me + +
+ +
diff --git a/main.html.orig b/main.html.orig deleted file mode 100644 index 769ef5e21f..0000000000 --- a/main.html.orig +++ /dev/null @@ -1,97 +0,0 @@ - - - - MITX 6.002 - - - - - - - - - - - - - - - - - - - - - - - - - ${self.body()} - -
-

Copyright (c). 2011. MIT. Some rights reserved. Please give us feedback. Try our calculator. - - -

- -
Found a bug? Got an -idea for improving our system? Let us know. -
Subject:
-
Feedback:
-
- - - -
- -
- - - -
-Supported operations: ^ * / + - || () -
-Supported suffixes: %kMGTcmunp - -
- - -
- - diff --git a/profile.html.orig b/profile.html.orig deleted file mode 100644 index eeff106431..0000000000 --- a/profile.html.orig +++ /dev/null @@ -1,116 +0,0 @@ -<%inherit file="main.html" /> - - - -<%include file="navigation.html" /> - -
-
- - -
-

Course Progress

- - - -
    - % for hw in homeworks: -
  1. -

    ${ hw['chapter'] }

    -

    ${ hw['section'] }

    - -
      - % for score in hw['scores']: -
    • ${ score[0] }/${ score[1] }
    • - % endfor -
    -
  2. - % endfor -
-
-
-
diff --git a/simplewiki_base.html.orig b/simplewiki_base.html.orig deleted file mode 100644 index 714edf5a9b..0000000000 --- a/simplewiki_base.html.orig +++ /dev/null @@ -1,177 +0,0 @@ -##This file is based on the template from the SimpleWiki source which carries the GPL license - -<%inherit file="main.html"/> - -<%block name="title">${"wiki_title"} - -<%block name="headextra"> - - - - - - - <%! - from django.core.urlresolvers import reverse - %> - - - - - - -<%block name="bodyextra"> - <%block name="wiki_head"/> - - -<%include file="navigation.html" /> - -
-
- <%block name="wiki_panel"> - -
- <% - if (wiki_article is not UNDEFINED): - baseURL = reverse("wiki_view", args=[wiki_article.get_url()]) - else: - baseURL = reverse("wiki_view", args=[""]) - %> - -
    -
  • -
    Search
    -
    -
    - -
    - - -
    -
  • -
  • - -
  • - -
  • -

    - Create Article -

    - -
    - <% - theaction = "this.wiki_article_name.value.replace(/([^a-zA-Z0-9\-])/g, '')+'/_create/'" - if (wiki_article is not UNDEFINED): - baseURL = reverse("wiki_view", args=[wiki_article.get_url()]) - else: - baseURL = reverse("wiki_view", args=[""]) - %> - -
    - -
    - -
    - - -
    - -
      - -
    • - -
    • - -
    -
    -
    -
  • -
- -
- - -
-
- %if wiki_article is not UNDEFINED: - %if wiki_article.locked: -

This article has been locked

- %endif -

Last modified: ${wiki_article.modified_on.strftime("%b %d, %Y, %I:%M %p")}

- %endif - - %if wiki_article is not UNDEFINED: -
    - -
  • - -
  • - -
  • - -
  • - -
  • - -
  • -
- %endif -
- -

<%block name="wiki_page_title"/>

- - <%block name="wiki_body"/> -
-
-
- - diff --git a/staff.html b/staff.html deleted file mode 100644 index 3b951cac56..0000000000 --- a/staff.html +++ /dev/null @@ -1,73 +0,0 @@ -<%inherit file="main.html" /> -
-
-
-
- -
- -
-
- -
- -
- -
- -
- - - - - - - - - - - -

About the course staff

Anant Agarwal is Director the MIT's Computer Science and Artificial -Intelligence Laboratory. His research focus is in parallel computer -architectures, and he is the founder of several successful -startups. Most recently, he founded Tilera, which produces scalable -multicore embedded processors. He co-author the course textbook -"Foundations of Analog and Digital Electronic Circuits."

Chris Terman is Co-Director MIT CSAIL, and a highly regarded -instructor. He is the author of JSim, an educational package for -on-line circuit schematic entry and simulation, and XTutor, and -on-line question-and-answer tutoring system.

Gerald Sussman is a Professor of Electrical Engineering at MIT. He -is a well know educator in the computer science community, perhaps -best know as the author of Structure and Interpretation of Computer -Programs, which is universally acknowledged as one of the top ten -textboooks in computer science, or as the creator of Scheme, a popular -teaching language. His research spans a range of topics, from -artifical intelligence, to physics and chaotic systems, to -supercomputer design.

Piotr Mitros is a Research Scientist at MIT. His research focus is -in finding ways to apply techniques from control systems to optimizing -the learning process. Piotr has worked as an analog designer at Texas -Instruments, Talking Lights, and most recently, designed the analog -front end for a novel medical imaging modality for Rhythmia Medical.

- - - -
- -
- -
-
-
-
From f5bcc41bfd9e2a49ba904a0d494cf377dabd3189 Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Wed, 11 Jan 2012 15:51:51 -0500 Subject: [PATCH 3/5] Changed names to match url pattern in urls.py --HG-- branch : kf-homepage --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ff561b2e91..a866cfab13 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ <%inherit file="main.html" /> -Course +Course Log In
From f0511986b0b719e96602091dcd863f67b5a8bacf Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Thu, 12 Jan 2012 17:03:00 -0500 Subject: [PATCH 4/5] Added more style for the marketing pages --HG-- branch : kf-homepage --- .../_activation.scssc | Bin 0 -> 1840 bytes .../_base-variables.scssc | Bin 4232 -> 4232 bytes .../_fancybox.scssc | Bin 0 -> 8613 bytes .../_index.scssc | Bin 0 -> 18048 bytes .../_layout.scssc | Bin 11711 -> 11711 bytes .../application.scssc | Bin 1192 -> 1358 bytes activation_complete.html | 9 +- activation_invalid.html | 10 +- courseinfo.html | 135 ++++++------ create_account.html | 122 ++++++----- index.html | 40 +++- sass/_activation.scss | 11 + sass/_base-variables.scss | 2 +- sass/_fancybox.scss | 91 +++++++++ sass/_index.scss | 193 ++++++++++++++++++ sass/_layout.scss | 2 +- sass/application.scss | 3 + 17 files changed, 482 insertions(+), 136 deletions(-) create mode 100644 .sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_activation.scssc create mode 100644 .sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_fancybox.scssc create mode 100644 .sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_index.scssc create mode 100644 sass/_activation.scss create mode 100644 sass/_fancybox.scss create mode 100644 sass/_index.scss diff --git a/.sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_activation.scssc b/.sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_activation.scssc new file mode 100644 index 0000000000000000000000000000000000000000..94882a897f89887463a7d3744e7a93a003cdd87f GIT binary patch literal 1840 zcmZ`(-*4hZ5ay)H*oF|LX_dQ_^em!E$+e;UXlZWu#kwdbA+@Kf;f;rAZ7;Aod)Hl? z0~+-&?jO<4ECvj@KG~Z6_M4gSo1K2U+wS(ft9P0Sx$@reJYQYA0hje5agG6{m)LBPX7w;x3A7q%j=9$1zUGSZwA@`qCS2NiLbH2iQT;z)Bj zwhlq_m?Nl8TwlZg*c!IZG9Kna$u@(}Cx*WkvF=9z$ytzz3i;Acna+6hh*vU2TI;+I zJcgS}6LP1Lggx*-=Uj%|CP#k4lYr|C^Isf-H#mzP;rZpWbCIMm-=J(jRTXI-qV8j! zaG5($rDTa|q+T>)QD;PsO*l(g$UA_Eh2+8lX(l4(cwyM80Peja=ZDO9F{oEwgj{9ZKWrSKgkTol$8drxctBr|=t@=W8uIn>BHF}>F{e)ViIU&D_3`DB= zpIAKSV`n=L55@V1IXYFNP4M|^U(OS*8F>0Qmm<%`6>{cBT&hIKauiCnp(~}u6b@qO zse?Vym;QyK7f5E&Z&AN$x-{**HtpHe8@BAOiIu?>09WX1|2yPGOo@)X-0$a3#Y#K0 z*@2!|p6l$%A-3j`c=0cBr|=Ra{y713YeFneXAH_gW+)HlBI7X4*bQ;bcx;av{ztxA zC>??Lg(2pSqOVGti@$`Nnx@W6&ub&+L$2W%>N6JUi0d103gP&iRw*aP0tC&)L~xA- zL3W2;ZxcF3!~K{2yH=@rw8cyYEc`gtYAz#FMpMx@HYRi~CzFW@eNTTd+%A}U;-_%` zFT_`eQ*-+b5|7hGd`M6dd<56^qEb z48!oS!V+73pRJLw<;_Aw`D~xi9dtUyV12%-qkW!w%A#oFT66oZHlDqo%aFyfi|?u$ zuXCNlK%y(BqJdl#lq}V0VrnN{0*_C~vUHvQVLSc|+d2lT1s3g$WsjTfJwhxzvz)_1 zWI3#?7ymrp)!viqc|JGm#%mWlgeQ96JFwvA`W@eUXl45LRnr38Rl4fLSX}QsE z5A);&Tp}Doo=T!g`6-o~#aLPyb$K1Qt$8v<@~u@ktvNiEgnUYqGgA^3+=~+PQc~Hh zIYX>ft<|idswSUcRn`-(Ikx}+ diff --git a/.sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_fancybox.scssc b/.sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_fancybox.scssc new file mode 100644 index 0000000000000000000000000000000000000000..ca195d02e10f4f2c7a49db8b0ee3dbbcabe3c13e GIT binary patch literal 8613 zcmbtZ-EZ5-5qFG(EK!bSM|K=1mmDMKT&GtVk{!ned1=}B5}b-AImAZMR45EeTv>}y zT$Q9^`+_|8q5o0e`#1ED=}Tw!gXB^lPMkbM>jvYr`aRDW^=D$d{boB#<3ekmUR*m zVp(q)i(fO37}k>0?Ni?iNzh)%6ODX=M2nW;gz(%hv}zk3{jk|{gYIRAUDVkJ68i3C z!798s0ixLLM0C!&Vv zePEKyA+ajd1Knwlk`TaV!|-yNgrdp@_N@jS zW!S3Eoo!NJ|2}=PB2p4k0zRS@^6u-6aON%TD zF@w)d-GZxt)J~#I=j{40RZ^I&yZO6vZ}QCnOx2a=9sAOdhDFT`4Ho#3c@l3{+UK`$zI0`RzoT0>`e$?k9Y{XZGYdY z6&kRYpQlqeH~tCIO(rP=lT@`Vx8l=OerDZ~PA+9RVm=E&n1)q$+&B)Sk0q-Z5)Z^pFN zs|Lt%3j=`slL{zRx}M>-F2Gg+W%||F?DcvYA3ZSL(fO3c;e5kqU(*ep$KufSJf+xr z;?2q{Uyg#V>-z?J^MWq|AbN-Jfd%0M!oqjC6YPRC+zGh)RXQoY^0hSFTsywr6RM~T zxzKNNC}yQZkX)riMb0zg{UjEEGr)^;<3H&`p$!>U8E>fvai<>9UquEG1GZ{S4 zajy&@4$z<;Gm*y=KKvS;*vgS~2l!5Bvdm@axdZCwg7wYXo9Nv2z1j?KGIeHE=?V1? zi(@uWUe(Cieoh+pA@1hoN18bKS_+j4e>y{vgR9Nqg&8rQdgdk}v$Anb7xR_`PG>qz z%FPKna60XTEX+6dQjkw2jpKU+7T3 zonR`ymU1+@82EL-7B_!-dH8(yXojQzpnFi2V;_fZ5GD3buHVvVI3!`$jb^#z?{W-% zXcHmLV=_rYsVp{&;OH}CtLv=9jXo#ztS`JE5v^FsbJP={=cnCSS{(+4Gs3H}MsB ze_!}Ya`(5aAnw!jm)9?{yZ-s;tOVI@7ZCAGjs-yUN$nd!q{O47V>WC>(wYS|A@O zSGIQgEMQ^13mx2N8~td4(JMJVRSHzj{J+ui<4;=meI2v?q+@;^=XoJfIT}O7@ZApi zq7;(Z!K3@n2|}Pgyg2j!MIh9ZrvBvNgVFI>_x%jVZRrSHKac)N;_!2dLm4M<%--iw zXBFC^Io8$>##h&osFF&?7poM`aOS_62fW9hu1qv)GT59w z(L0u)y_KNBVY}&La}3IjER>*P%!022@~_Z)Bf=1PS&#^A8ZD@uxz& zs3sm|v5Rlwm5=cK#Q}}$kX`vY_&mO!s(0b*?=mj-PB^T}M^iiJ=Hbi|`ENR#+{D7p zClfiG=oK3~``J>hjinkcg7n#9t<7z!CmpedAc+(Kcx|PRtLbAoeKh1FxNJ<|PbF>) zf6$meTF~d?;tx6IN5eGJzdcxH?vDz#@yRf>jX0F&yR=n45$DS~J1i7zIKniO*|lZz zakXvmW#Ez>MN1Z@DJQ>{nR1xM86?C5GKH^^4R$QEkuGOOHI}KSGwEklC5f>HmnabkETE>0IGM3beRh&E(MBUW4{0rw zI~-)xNaqkh52FX^AIh@X{y($JG-u0en!Hm7zZT7TDxzuX-M3{X4R@AE@2I)P+0PtI z(Ir~|j_;)(6Gcsv`I^W+)m{@zO@-Hd$l;fKbCx?hIi0sV zmiZ`YW>Qs|h eNX+nA8M1+QXFsz`i6(yW|4)z#W${vw8TS8<2>%}d literal 0 HcmV?d00001 diff --git a/.sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_index.scssc b/.sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_index.scssc new file mode 100644 index 0000000000000000000000000000000000000000..0105a365f2427e1ac1592f1b4a166eed2d310aa7 GIT binary patch literal 18048 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 Sc<~7XIu*d-e@DUBng0iZpMzBZ literal 0 HcmV?d00001 diff --git a/.sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_layout.scssc b/.sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_layout.scssc index a04a7966da34c579d1d4bf7e0332ad76a1d06df5..378311ac123151c89efe001a7e65234e2b8d9682 100644 GIT binary patch delta 160 zcmdlVy+3+_m`0kBX|h?GNs^I4Vrr71L5i7)iMfTTp^1^9rG;s#k+EfpQL4Fdvc*Qb z8di2G2PtdeOu@|uS+6ofIl`0g@i=Y1&soF>6_D5*!CepI$ZWpH6Uq;j@t$lYlQj9E nj6I|8!+%kWR0BV)f=K~|gzC>aITW+$J(GkK3T@8oIPa+^n1)4?rG-JVp{conaY~X|GLV^QVQFk`oMK^UVQyeykZNpbker;BI?+y@ zQF3G2B1SoOE^7`?CEm2eyyVKH{0cT}&Jb(1Xa;L818eR~-pNc%I*k02^_f&BS1|ET zPGl0FJR3;2GKnz?O`gM~RxfPL5xG2~`O4eL(0fYl4N3!?>01_NlegFUf delta 142 zcmX@dwSsekn1;Ebp|NqAak6Qeu|=YBl7T^rQIff-fkkp^qGgJinT1iBp=p|hWy(Z5 zbw;s`X^R*q>oBP?@=XqAQf1_yT*;(7xq^vz@=7ML$#a18878U8`+@XlCSf4WJ~@P0 si&129J+s1OUuO2n%b2CO#jJT8xU9K6m6)_ApJtvmxs)YsG83y001$~MBLDyZ diff --git a/activation_complete.html b/activation_complete.html index 578bffacf2..c74af930d5 100644 --- a/activation_complete.html +++ b/activation_complete.html @@ -1,3 +1,8 @@ -

Activation Complete

-

Now go log in and try the course!

+<%inherit file="main.html" /> + +
+

Activation Complete!

+ +

Thanks for activating your email. We will notify you as soon as the course starts.

+
diff --git a/activation_invalid.html b/activation_invalid.html index 68b7cddd45..ba246ea3a1 100644 --- a/activation_invalid.html +++ b/activation_invalid.html @@ -1,5 +1,7 @@ -

Activation Invalid

+<%inherit file="main.html" /> +
+

Activation Invalid

-

Something went wrong. Did you already activate the account? If so, -go log in and try the course. Otherwise, e-mail us to -let us know what happened.

+

Something went wrong. Did you already activate the account? Otherwise, e-mail us to + let us know what happened at bugs@mitx.mit.edu.

+
diff --git a/courseinfo.html b/courseinfo.html index 47c3698475..03acfa6646 100644 --- a/courseinfo.html +++ b/courseinfo.html @@ -1,84 +1,95 @@ <%inherit file="main.html" /> -Course Info +
+
+ -Enroll >> -Log In +
+

6.002

+

Circuits & Electronics

+

Taught by Anant Agarwal, with Gerald Sussman, Piotr Mitros, and Chris Terman, "6.002 Circuits and Electronics" is an on-line adaption of MIT's first undergraduate analog design course. This course will run, free of charge, for students worldwide from February 1, 2012 through July 1, 2012.

+ Enroll in 6.002 Circuits & Electronics +
+
-
-

- Taught by Anant Agarwal, with Gerald Sussman, Piotr Mitros, and Chris - Terman, "6.002 Circuits and Electronics" is an on-line adaption of - MIT's first undergraduate analog design course. This course will run, - free of charge, for students worldwide from February 1, 2012 through - July 1, 2012. -

+
-

- Students who successfully complete the course will receive an - electronic certificate of accomplishment from MIT. Students will not - receive course credit, but students successfully finishing the course - will be well-placed to take an exam to pass out of 6.002 should they - ever enroll at MIT, and potentially, similar courses at other schools. -

-

- In order to succeed in this course, students must have some - background in calculus and differential equations. Since more advanced - mathematics will not show up until the second half of the course, the - first half of the course will include an optional remedial - differential equations component for students with weaker math - backgrounds. -

-
+
+
+ +
+

About 6.002

+ +

6.002 is designed to serve as a first course in an undergraduate electrical engineering (EE), or electrical engineering and computer science (EECS) curriculum. At MIT, 6.002 is in the core of department subjects required for all undergraduates in EECS.

+ +

The course introduces engineering in the context of the lumped circuit abstraction. Topics covered include: resistive elements and networks; independent and dependent sources; switches and MOS transistors; digital abstraction; amplifiers; energy storage elements; dynamics of first- and second-order networks; design in the time and frequency domains; and analog and digital circuits and applications. Design and lab exercises are also significant components of the course. 6.002 is worth 4 Engineering Design Points. The 6.002 content was created collaboratively by Profs. Anant Agarwal and Jeffrey H. Lang.

+ + +
+ +
+

6.002 on MITx

-
+

Students who successfully complete the course will receive an electronic certificate of accomplishment from MIT. Students will not receive course credit, but students successfully finishing the course will be well-placed to take an exam to pass out of 6.002 should they ever enroll at MIT, and potentially, similar courses at other schools.

-

About the course staff

+

In order to succeed in this course, students must have some background in calculus and differential equations. Since more advanced mathematics will not show up until the second half of the course, the first half of the course will include an optional remedial differential equations component for students with weaker math backgrounds.

+
-
    -
  • Anant Agarwal is Director the MIT's Computer Science and Artificial Intelligence Laboratory. His research focus is in parallel computer architectures, and he is the founder of several successful startups. Most recently, he founded Tilera, which produces scalable multicore embedded processors. He co-author the course textbook "Foundations of Analog and Digital Electronic Circuits."

  • +
    +

    Requirements

    -
  • Chris Terman is Co-Director MIT CSAIL, and a highly regarded instructor. He is the author of JSim, an educational package for on-line circuit schematic entry and simulation, and XTutor, and on-line question-and-answer tutoring system.

  • +

    Students entering the course are expected to know how basic calculus and differential equations, as well as basic linear algebra. In addition, a background in E&M is helpful, although not critical.

    + +

    The course web site was developed and tested primarily with Google Chrome. We support Mozilla Firefox as well. While we will attempt to make it possible to complete the course with Internet Explorer, portions of the web site functionality will be unavailable. The videos require Flash.

    +
    + +
+
+

About the course staff

-
  • Gerald Sussman is a Professor of Electrical Engineering at MIT. He is a well know educator in the computer science community, perhaps best know as the author of Structure and Interpretation of Computer Programs, which is universally acknowledged as one of the top ten textboooks in computer science, or as the creator of Scheme, a popular teaching language. His research spans a range of topics, from artificial intelligence, to physics and chaotic systems, to supercomputer design.

  • +
      +
    • +

      Anant Agarwal

      +

      The Director of MIT's Computer Science and Artificial Intelligence Laboratory. His research focus is in parallel computer architectures, and he is the founder of several successful startups. Most recently, he founded Tilera, which produces scalable multicore embedded processors. He co-author the course textbook "Foundations of Analog and Digital Electronic Circuits."

    • -
    • Piotr Mitros is a Research Scientist at MIT. His research focus is in finding ways to apply techniques from control systems to optimizing the learning process. Piotr has worked as an analog designer at Texas Instruments, Talking Lights, and most recently, designed the analog front end for a novel medical imaging modality for Rhythmia Medical.

    • -
    +
  • +

    Chris Terman

    +

    The Co-Director MIT CSAIL, and a highly regarded instructor. He is the author of JSim, an educational package for on-line circuit schematic entry and simulation, and XTutor, and on-line question-and-answer tutoring system.

  • -
    +
  • +

    Gerald Sussman

    +

    A Professor of Electrical Engineering at MIT. He is a well know educator in the computer science community, perhaps best know as the author of Structure and Interpretation of Computer Programs, which is universally acknowledged as one of the top ten textboooks in computer science, or as the creator of Scheme, a popular teaching language. His research spans a range of topics, from artificial intelligence, to physics and chaotic systems, to supercomputer design.

  • -
    +
  • +

    Piotr Mitros

    +

    A Research Scientist at MIT. His research focus is in finding ways to apply techniques from control systems to optimizing the learning process. Piotr has worked as an analog designer at Texas Instruments, Talking Lights, and most recently, designed the analog front end for a novel medical imaging modality for Rhythmia Medical.

  • + -

    About 6.002

    + -

    6.002 is designed to serve as a first course in an undergraduate electrical engineering (EE), or electrical engineering and computer science (EECS) curriculum. At MIT, 6.002 is in the core of department subjects required for all undergraduates in EECS.

    +
    + + -

    The course introduces engineering in the context of the lumped circuit abstraction. Topics covered include: resistive elements and networks; independent and dependent sources; switches and MOS transistors; digital abstraction; amplifiers; energy storage elements; dynamics of first- and second-order networks; design in the time and frequency domains; and analog and digital circuits and applications. Design and lab exercises are also significant components of the course. 6.002 is worth 4 Engineering Design Points. The 6.002 content was created collaboratively by Profs. Anant Agarwal and Jeffrey H. Lang.

    + + + + + + + -

    The course uses the textbook Foundations of Analog and Digital Electronic Circuits. Agarwal, Anant, and Jeffrey H. Lang. San Mateo, CA: Morgan Kaufmann Publishers, Elsevier, July 2005. ISBN: 9781558607354. While recommended, the book is not required -- relevant section will be provided electronically as part of the on-line course.

    + + -

    Requirements

    - -

    Students entering the course are expected to know how basic calculus and differential equations, as well as basic linear algebra. In addition, a background in E&M is helpful, although not critical.

    - -

    The course web site was developed and tested primarily with Google Chrome. We support Mozilla Firefox as well. While we will attempt to make it possible to complete the course with Internet Explorer, portions of the web site functionality will be unavailable. The videos require Flash.

    - -
    - -
    -

    Credits

    - -

    The codebase was made possible by Django, JQuery, JQueryUI, - MathJAX, swfobject, askbot, django-simplewiki, pyparsing, and the - original FancyBox. Graphic design and css started from a free template - from dotemplate.com, one of - the few, genuinely free template web sites (although you have to - e-mail the owner to find that out), and was heavily modified by Piotr - Mitros, and later, thoughtbot.

    - -

    The system is running in the Amazon cloud, which allows us to hold up to anticipated loads.

    -
    +
    + Enroll in Circuits & Electronics +
    +
    +
    <%include file="create_account.html" />
    diff --git a/create_account.html b/create_account.html index 56c45425df..435d4604a4 100644 --- a/create_account.html +++ b/create_account.html @@ -1,74 +1,68 @@ - +
    -
    -<% - if 'error' in locals(): - e = error -%> - - - +

    Enroll in 6.002 Circuits & Electronics

    + + <% if 'error' in locals(): e = error %> - - +
    + +
      + +
    1. + + +
    2. + +
    3. + + +
    4. + +
    5. + + + + +
    6. -
    - +
  • + + -
  • - + + - - +
  • + + -
  • + - - - -
    -
    E-mail
    Password
    Public Name
    Nickname you'd like to use on forums. We recommend -some variant of your real name (e.g. first name, last initial), but we -allow you to be fully anonymous as well.
    Full name
    Location
    Preferred Language
    I agree to the Terms of -Service
    I agree -to:
    -
    -Not engage in any activities that would dishonestly improve my -results, or improve or hurt those of others -

    -Never post answers to problems -

    -Maintain only one account -

    - -
    -
    + + +
  • + + + + + +
  • + +
  • + +
  • + +
  • + +
  • + + + +
    diff --git a/index.html b/index.html index a866cfab13..fbe5fdabd0 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,42 @@ <%inherit file="main.html" /> -Course -Log In +
    +
    + + +
    +

    An MIT Education Anywhere.
    For free.

    +

    MITx is an open learning software available free of cost, so that others — whether other universities or different educational institutions, such as K–12 school systems — can leverage the same software for their online education offerings.

    +
    +
    + +
    + +
    +
    +

    About MITx

    +

    MITx is a portfolio of MIT courses through an online interactive learning platform that:

    + +
      +
    • organizes and presents course material to enable students to learn at their own pace
    • +
    • features interactivity, online laboratories and student-to-student communication
    • +
    • allows for the individual assessment of any student’s work and allow students who demonstrate their mastery of subjects to earn a certificate of completion awarded by MITx
    • +
    • operates on an open-source, scalable software infrastructure in order to make it continuously improving and readily available to other educational institutions.
    • +
    + +

    This learning platform will enhance the educational experience of its on-campus students, offering them online tools that supplement and enrich their classroom and laboratory experiences. It will also be host to a virtual community learners around the world.

    +
    + +
    +

    Course offering

    +

    6.002 Circuits and Electronics

    +

    Taught by Anant Agarwal, with Gerald Sussman, Piotr Mitros, and Chris Terman, "6.002 Circuits and Electronics" is an on-line adaption of MIT's first undergraduate analog design course. This course will run, free of charge, for students worldwide from February 1, 2012 through July 1, 2012.

    +

    + More information about Circuits and Electronics +

    +
    <%include file="login.html" />
    @@ -14,6 +49,7 @@
    +