From 47cd903cc2e1a83221a6b0bcf49c7f691d06b532 Mon Sep 17 00:00:00 2001
From: Piotr Mitros
Date: Sun, 19 Feb 2012 10:29:32 -0500
Subject: [PATCH 1/3] Changed jpg to png, new TOC, correct starting/eding pages
---
book_toc.html | 661 +++++++++++++++++++++++++-----------------------
staticbook.html | 8 +-
2 files changed, 343 insertions(+), 326 deletions(-)
diff --git a/book_toc.html b/book_toc.html
index 44904d8f60..35ef650b21 100644
--- a/book_toc.html
+++ b/book_toc.html
@@ -1,339 +1,356 @@
+ Contents ix
+ Preamble i
+
- The Circuit Abstraction
- A1 Maxwell's Equations and the LMD 927
+ B Trigonometric Functions & Identities 941
+ C Complex Numbers 947
+ D Solving Simultaneous Linear Equations 957
+
+
+ Answers to Selected Problems 959
+ Figure Acknowledgments 971
+ Index 973
diff --git a/staticbook.html b/staticbook.html
index a9afbede22..6e080f5165 100644
--- a/staticbook.html
+++ b/staticbook.html
@@ -16,19 +16,19 @@ function goto_page(n) {
if(n<10) {
prefix="00";
}
- $("#bookpage").attr("src","${ settings.BOOK_URL }p"+prefix+n+".jpg");
+ $("#bookpage").attr("src","${ settings.BOOK_URL }p"+prefix+n+".png");
};
function prev_page() {
var newpage=page-1;
- if(newpage<1) newpage=1;
+ if(newpage<0) newpage=0;
goto_page(newpage);
log_event("book", {"type":"prevpage","new":page});
}
function next_page() {
var newpage=page+1;
- if(newpage>1764) newpage=1764;
+ if(newpage>1008) newpage=1008;
goto_page(newpage);
log_event("book", {"type":"nextpage","new":page});
}
@@ -56,7 +56,7 @@ function next_page() {
-
+
From 3ef3c055af3357688988ba09259683c115f73070 Mon Sep 17 00:00:00 2001
From: Piotr Mitros
Date: Sun, 19 Feb 2012 10:39:18 -0500
Subject: [PATCH 2/3] Profile page fixed
---
profile_graphs.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profile_graphs.js b/profile_graphs.js
index 073f3cda2e..502c3c1469 100644
--- a/profile_graphs.js
+++ b/profile_graphs.js
@@ -127,7 +127,7 @@ $(function () {
var plot = $.plot($grade_detail_graph, series, options);
var o = plot.pointOffset({x: ${overviewBarX} , y: ${totalScore}});
- $grade_detail_graph.append('${"{:.0%}".format(totalScore)}
');
+ $grade_detail_graph.append('${"{totalscore:.0%}".format(totalscore=totalScore)}
');
// //Rotate the x-axis labels
// var rotateValue = "rotate(-60deg)";
From 0807cf81607fba6f461578bda243cb96de1076d1 Mon Sep 17 00:00:00 2001
From: Piotr Mitros
Date: Sun, 19 Feb 2012 14:03:12 -0500
Subject: [PATCH 3/3] Updated FAQ
---
6002x-faq.html | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/6002x-faq.html b/6002x-faq.html
index ccbe473b4e..475e0312c8 100644
--- a/6002x-faq.html
+++ b/6002x-faq.html
@@ -55,10 +55,19 @@ assignments and exams.
I just enrolled for the course. I have not received any form
of acknowledgement that I have enrolled.
- You should receive a single activation e-mail. If you did not,
-check your spam folder, or try to register again with your correct
-e-mail address and a new username (most errors are from typos in
-e-mail addresses).
+ You should receive a single activation e-mail. If you did not, the
+most common issues are:
+
+- Typo in e-mail address
+
- Old browser. We recommend trying a modern version of Firefox or Chrome
+
- JavaScript disabled
+
- Activation e-mail in spam folder. Check spam folder.
+
- Non-unique username. Try adding a random string at the end.
+
+
+If you run into issues, try recreating your account. There is no need
+to do anything about the old account, if any. If it is not activated
+through the link in the e-mail, it will disappear later.
How do I drop the course?