From 1333977014c983e39c1392eb7ca71800085ba1eb Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 22 Jan 2009 09:38:37 -0500 Subject: journal; added links to main.html --- journal/22jan2009.html | 35 +++++++++++++++++++++++++++++++++++ main.html | 18 +++++++++--------- 2 files changed, 44 insertions(+), 9 deletions(-) create mode 100644 journal/22jan2009.html diff --git a/journal/22jan2009.html b/journal/22jan2009.html new file mode 100644 index 0000000..cb73efb --- /dev/null +++ b/journal/22jan2009.html @@ -0,0 +1,35 @@ + + +bnewbold thesis + +

+Journal: Jan 21, 2009

+Bryan Newbold, bnewbold@mit.edu
+ +http://web.mit.edu/bnewbold/thesis/ +

+ + + +Some notes on sage: + +To import an ascii text file with coordinates, do: + +

+d = scipy.io.array_import.read_array('output.txt')
+
+But this is super slow, should probably just use gnuplot for now... + +
+gnuplot('set terminal png; set xrange[-4:4]; set yrange[-100:100]; set output "/home/bnewbold/fromsage.png"; plot "/home/bnewbold/output";')
+
+Could fidget with style settings too. + +

+(previous entry) + + + + + diff --git a/main.html b/main.html index 9d6e834..73abe7c 100644 --- a/main.html +++ b/main.html @@ -19,13 +19,13 @@ outlining what kind of projects I was interested in.

Quick Links

Schedule

My course schedule etc can be found at @@ -54,10 +54,10 @@ bryannewbold.com/cal.

Have something resembling a draft and be working out details, getting comments from professors and other students. At least one interesting application should be demonstrated. -??? +March 23-27 Spring break week -??? - Final due to department +May 8 + Final due to department (non-doctoral degree)

Journal Entries

-- cgit v1.2.3