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

+ + + +
+ +
+ +

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.

- - - -
- -
- -
-
-
-